public class TokenUpdate extends AbstractTokenUpdate
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Long |
version |
customerEmailAddress, customerId, enabledForOneClickPayment, language, timeZone, tokenReference| Constructor and Description |
|---|
TokenUpdate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId()
The ID is the primary key of the entity.
|
Long |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
TokenUpdate |
id(Long id) |
void |
setId(Long id) |
void |
setVersion(Long version) |
String |
toString() |
TokenUpdate |
version(Long version) |
customerEmailAddress, customerId, enabledForOneClickPayment, getCustomerEmailAddress, getCustomerId, getLanguage, getTimeZone, getTokenReference, isEnabledForOneClickPayment, language, setCustomerEmailAddress, setCustomerId, setEnabledForOneClickPayment, setLanguage, setTimeZone, setTokenReference, timeZone, tokenReferencepublic TokenUpdate id(Long id)
public Long getId()
public void setId(Long id)
public TokenUpdate version(Long version)
public Long getVersion()
public void setVersion(Long version)
public boolean equals(Object o)
equals in class AbstractTokenUpdatepublic int hashCode()
hashCode in class AbstractTokenUpdatepublic String toString()
toString in class AbstractTokenUpdateCopyright © 2023. All rights reserved.