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