Class Customer
java.lang.Object
dev.vality.swag_webhook_events.model.Customer
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-02-21T10:48:08.381944838Z[Etc/UTC]")
public class Customer
extends Object
Данные плательщика
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomer.StatusEnumСтатус плательщика -
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()Идентификатор плательщикаObjectgetMetadata()Связанные с плательщиком метаданныеStringgetShopID()Идентификатор магазинаCustomer.StatusEnumgetStatus()Статус плательщикаinthashCode()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
Идентификатор плательщика- Returns:
- id
-
setId
-
shopID
-
getShopID
Идентификатор магазина- Returns:
- shopID
-
setShopID
-
status
-
getStatus
Статус плательщика- Returns:
- status
-
setStatus
-
contactInfo
-
getContactInfo
Get contactInfo- Returns:
- contactInfo
-
setContactInfo
-
metadata
-
getMetadata
Связанные с плательщиком метаданные- Returns:
- metadata
-
setMetadata
-
equals
-
hashCode
public int hashCode() -
toString
-