Package io.voucherify.client.model
Class RedemptionEntryRelatedRedemptionsRollbacksItem
java.lang.Object
io.voucherify.client.model.RedemptionEntryRelatedRedemptionsRollbacksItem
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class RedemptionEntryRelatedRedemptionsRollbacksItem
extends Object
RedemptionEntryRelatedRedemptionsRollbacksItem
-
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 RedemptionEntryRelatedRedemptionsRollbacksItem given an JSON stringgetDate()Timestamp representing the date and time when the object was created.getId()Get idinthashCode()voidsetDate(OffsetDateTime date) voidtoJson()Convert an instance of RedemptionEntryRelatedRedemptionsRollbacksItem to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_DATE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
RedemptionEntryRelatedRedemptionsRollbacksItem
public RedemptionEntryRelatedRedemptionsRollbacksItem()
-
-
Method Details
-
id
-
getId
Get 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 RedemptionEntryRelatedRedemptionsRollbacksItem fromJson(String jsonString) throws IOException Create an instance of RedemptionEntryRelatedRedemptionsRollbacksItem given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of RedemptionEntryRelatedRedemptionsRollbacksItem
- Throws:
IOException- if the JSON string is invalid with respect to RedemptionEntryRelatedRedemptionsRollbacksItem
-
toJson
Convert an instance of RedemptionEntryRelatedRedemptionsRollbacksItem to an JSON string- Returns:
- JSON string
-