Package io.voucherify.client.model
Class RedemptionEntryOrderCustomer
java.lang.Object
io.voucherify.client.model.RedemptionEntryOrderCustomer
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class RedemptionEntryOrderCustomer
extends Object
RedemptionEntryOrderCustomer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumThe type of the object represented by JSON. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic RedemptionEntryOrderCustomerCreate an instance of RedemptionEntryOrderCustomer given an JSON stringgetId()A unique identifier of an existing customer.The type of the object represented by JSON.inthashCode()voidvoidtoJson()Convert an instance of RedemptionEntryOrderCustomer to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_OBJECT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
RedemptionEntryOrderCustomer
public RedemptionEntryOrderCustomer()
-
-
Method Details
-
id
-
getId
A unique identifier of an existing customer.- Returns:
- id
-
setId
-
_object
-
getObject
The type of the object represented by JSON.- Returns:
- _object
-
setObject
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
Create an instance of RedemptionEntryOrderCustomer given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of RedemptionEntryOrderCustomer
- Throws:
IOException- if the JSON string is invalid with respect to RedemptionEntryOrderCustomer
-
toJson
Convert an instance of RedemptionEntryOrderCustomer to an JSON string- Returns:
- JSON string
-