Package io.voucherify.client.model
Class RedemptionsGetResponseBodyOrderCustomer
java.lang.Object
io.voucherify.client.model.RedemptionsGetResponseBodyOrderCustomer
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class RedemptionsGetResponseBodyOrderCustomer
extends Object
RedemptionsGetResponseBodyOrderCustomer
-
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 TypeMethodDescriptionbooleanCreate an instance of RedemptionsGetResponseBodyOrderCustomer 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 RedemptionsGetResponseBodyOrderCustomer to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_OBJECT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
RedemptionsGetResponseBodyOrderCustomer
public RedemptionsGetResponseBodyOrderCustomer()
-
-
Method Details
-
id
-
getId
A unique identifier of an existing customer.- Returns:
- id
-
setId
-
_object
public RedemptionsGetResponseBodyOrderCustomer _object(RedemptionsGetResponseBodyOrderCustomer.ObjectEnum _object) -
getObject
The type of the object represented by JSON.- Returns:
- _object
-
setObject
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
public static RedemptionsGetResponseBodyOrderCustomer fromJson(String jsonString) throws IOException Create an instance of RedemptionsGetResponseBodyOrderCustomer given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of RedemptionsGetResponseBodyOrderCustomer
- Throws:
IOException- if the JSON string is invalid with respect to RedemptionsGetResponseBodyOrderCustomer
-
toJson
Convert an instance of RedemptionsGetResponseBodyOrderCustomer to an JSON string- Returns:
- JSON string
-