public class Customer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
createdOn |
protected String |
customerId |
protected String |
emailAddress |
protected String |
familyName |
protected String |
givenName |
protected Long |
id |
protected String |
language |
protected Long |
linkedSpaceId |
protected Map<String,String> |
metaData |
protected String |
preferredCurrency |
protected Integer |
version |
| Constructor and Description |
|---|
Customer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getCreatedOn()
The date and time when the object was created.
|
String |
getCustomerId() |
String |
getEmailAddress() |
String |
getFamilyName() |
String |
getGivenName() |
Long |
getId()
A unique identifier for the object.
|
String |
getLanguage()
The language that is linked to the object.
|
Long |
getLinkedSpaceId()
The ID of the space this object belongs to.
|
Map<String,String> |
getMetaData()
Meta data allow to store additional data along the object.
|
String |
getPreferredCurrency() |
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
String |
toString() |
protected OffsetDateTime createdOn
protected String customerId
protected String emailAddress
protected String familyName
protected String givenName
protected Long id
protected String language
protected Long linkedSpaceId
protected String preferredCurrency
protected Integer version
public OffsetDateTime getCreatedOn()
public String getCustomerId()
public String getEmailAddress()
public String getFamilyName()
public String getGivenName()
public Long getId()
public String getLanguage()
public Long getLinkedSpaceId()
public Map<String,String> getMetaData()
public String getPreferredCurrency()
public Integer getVersion()
Copyright © 2023. All rights reserved.