Package io.voucherify.client.model
Class RedemptionsGetResponseBodyRelatedRedemptionsRollbacksItem
java.lang.Object
io.voucherify.client.model.RedemptionsGetResponseBodyRelatedRedemptionsRollbacksItem
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class RedemptionsGetResponseBodyRelatedRedemptionsRollbacksItem
extends Object
RedemptionsGetResponseBodyRelatedRedemptionsRollbacksItem
-
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 RedemptionsGetResponseBodyRelatedRedemptionsRollbacksItem 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 RedemptionsGetResponseBodyRelatedRedemptionsRollbacksItem to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_DATE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
RedemptionsGetResponseBodyRelatedRedemptionsRollbacksItem
public RedemptionsGetResponseBodyRelatedRedemptionsRollbacksItem()
-
-
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 RedemptionsGetResponseBodyRelatedRedemptionsRollbacksItem fromJson(String jsonString) throws IOException Create an instance of RedemptionsGetResponseBodyRelatedRedemptionsRollbacksItem given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of RedemptionsGetResponseBodyRelatedRedemptionsRollbacksItem
- Throws:
IOException- if the JSON string is invalid with respect to RedemptionsGetResponseBodyRelatedRedemptionsRollbacksItem
-
toJson
Convert an instance of RedemptionsGetResponseBodyRelatedRedemptionsRollbacksItem to an JSON string- Returns:
- JSON string
-