Package io.voucherify.client.model
Class RedemptionRelatedRedemptionsRedemptionsItem
java.lang.Object
io.voucherify.client.model.RedemptionRelatedRedemptionsRedemptionsItem
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class RedemptionRelatedRedemptionsRedemptionsItem
extends Object
RedemptionRelatedRedemptionsRedemptionsItem
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondate(OffsetDateTime date) booleanCreate an instance of RedemptionRelatedRedemptionsRedemptionsItem given an JSON stringgetDate()Timestamp representing the date and time when the object was created.getId()Unique redemption ID.inthashCode()voidsetDate(OffsetDateTime date) voidtoJson()Convert an instance of RedemptionRelatedRedemptionsRedemptionsItem to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_DATE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
RedemptionRelatedRedemptionsRedemptionsItem
public RedemptionRelatedRedemptionsRedemptionsItem()
-
-
Method Details
-
id
-
getId
Unique redemption ID.- Returns:
- id
-
setId
-
date
-
getDate
Timestamp representing the date and time when the object was created. The value is shown in the ISO 8601 format.- Returns:
- date
-
setDate
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
public static RedemptionRelatedRedemptionsRedemptionsItem fromJson(String jsonString) throws IOException Create an instance of RedemptionRelatedRedemptionsRedemptionsItem given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of RedemptionRelatedRedemptionsRedemptionsItem
- Throws:
IOException- if the JSON string is invalid with respect to RedemptionRelatedRedemptionsRedemptionsItem
-
toJson
Convert an instance of RedemptionRelatedRedemptionsRedemptionsItem to an JSON string- Returns:
- JSON string
-