Class Customer
java.lang.Object
dev.vality.swag_webhook_events.model.Customer
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-08-08T11:08:44.744020346Z[Etc/UTC]")
public class Customer
extends Object
Customer details
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomer.StatusEnumCustomer status -
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CONTACT_INFOstatic StringJSON_PROPERTY_IDstatic StringJSON_PROPERTY_METADATAstatic StringJSON_PROPERTY_SHOP_I_Dstatic StringJSON_PROPERTY_STATUS -
Constructor Summary
Constructors Constructor Description Customer() -
Method Summary
Modifier and Type Method Description CustomercontactInfo(ContactInfo contactInfo)booleanequals(Object o)ContactInfogetContactInfo()Get contactInfoStringgetId()Customer IDObjectgetMetadata()Customer metadataStringgetShopID()Shop IDCustomer.StatusEnumgetStatus()Customer statusinthashCode()Customerid(String id)Customermetadata(Object metadata)voidsetContactInfo(ContactInfo contactInfo)voidsetId(String id)voidsetMetadata(Object metadata)voidsetShopID(String shopID)voidsetStatus(Customer.StatusEnum status)CustomershopID(String shopID)Customerstatus(Customer.StatusEnum status)StringtoString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SHOP_I_D
- See Also:
- Constant Field Values
-
JSON_PROPERTY_STATUS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CONTACT_INFO
- See Also:
- Constant Field Values
-
JSON_PROPERTY_METADATA
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Customer
public Customer()
-
-
Method Details
-
id
-
getId
Customer ID- Returns:
- id
-
setId
-
shopID
-
getShopID
Shop ID- Returns:
- shopID
-
setShopID
-
status
-
getStatus
Customer status- Returns:
- status
-
setStatus
-
contactInfo
-
getContactInfo
Get contactInfo- Returns:
- contactInfo
-
setContactInfo
-
metadata
-
getMetadata
Customer metadata- Returns:
- metadata
-
setMetadata
-
equals
-
hashCode
public int hashCode() -
toString
-