Package io.voucherify.client.model
Class ReferrerId
java.lang.Object
io.voucherify.client.model.ReferrerId
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ReferrerId
extends Object
ReferrerId
-
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 TypeMethodDescription_object(ReferrerId.ObjectEnum _object) booleanstatic ReferrerIdCreate an instance of ReferrerId given an JSON stringgetId()A unique identifier of an existing customer.The type of the object represented by JSON.inthashCode()voidvoidsetObject(ReferrerId.ObjectEnum _object) toJson()Convert an instance of ReferrerId to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_OBJECT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ReferrerId
public ReferrerId()
-
-
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 ReferrerId given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ReferrerId
- Throws:
IOException- if the JSON string is invalid with respect to ReferrerId
-
toJson
Convert an instance of ReferrerId to an JSON string- Returns:
- JSON string
-