public class PaymentTerminalLocation extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
externalId |
protected Long |
id |
protected Long |
linkedSpaceId |
protected String |
name |
protected OffsetDateTime |
plannedPurgeDate |
protected PaymentTerminalLocationState |
state |
protected Integer |
version |
| Constructor and Description |
|---|
PaymentTerminalLocation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getExternalId()
A client generated nonce which identifies the entity to be created.
|
Long |
getId()
The ID is the primary key of the entity.
|
Long |
getLinkedSpaceId()
The linked space id holds the ID of the space to which the entity belongs to.
|
String |
getName()
The terminal location name is used internally to identify the terminal in administrative interfaces.
|
OffsetDateTime |
getPlannedPurgeDate()
The planned purge date indicates when the entity is permanently removed.
|
PaymentTerminalLocationState |
getState() |
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
String |
toString() |
protected String externalId
protected Long id
protected Long linkedSpaceId
protected String name
protected OffsetDateTime plannedPurgeDate
protected PaymentTerminalLocationState state
protected Integer version
public String getExternalId()
public Long getId()
public Long getLinkedSpaceId()
public String getName()
public OffsetDateTime getPlannedPurgeDate()
public PaymentTerminalLocationState getState()
public Integer getVersion()
Copyright © 2022. All rights reserved.