Package io.voucherify.client.model
Class RedemptionEntryVoucherPublish
java.lang.Object
io.voucherify.client.model.RedemptionEntryVoucherPublish
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class RedemptionEntryVoucherPublish
extends Object
RedemptionEntryVoucherPublish
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreate an instance of RedemptionEntryVoucherPublish given an JSON stringgetCount()Publication events counter.The type of the object represented is by default `list`.getUrl()The endpoint where this list of publications can be accessed using a **GET** method.inthashCode()voidvoidvoidtoJson()Convert an instance of RedemptionEntryVoucherPublish to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_OBJECT
- See Also:
-
SERIALIZED_NAME_COUNT
- See Also:
-
SERIALIZED_NAME_URL
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
RedemptionEntryVoucherPublish
public RedemptionEntryVoucherPublish()
-
-
Method Details
-
_object
-
getObject
The type of the object represented is by default `list`. To get this list, you need to make a call to the endpoint returned in the `url` attribute.- Returns:
- _object
-
setObject
-
count
-
getCount
Publication events counter.- Returns:
- count
-
setCount
-
url
-
getUrl
The endpoint where this list of publications can be accessed using a **GET** method. `/v1/vouchers/{voucher_code}/publications`- Returns:
- url
-
setUrl
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
Create an instance of RedemptionEntryVoucherPublish given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of RedemptionEntryVoucherPublish
- Throws:
IOException- if the JSON string is invalid with respect to RedemptionEntryVoucherPublish
-
toJson
Convert an instance of RedemptionEntryVoucherPublish to an JSON string- Returns:
- JSON string
-