public class PaymentTerminalConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Long |
linkedSpaceId |
protected String |
name |
protected OffsetDateTime |
plannedPurgeDate |
protected PaymentTerminalConfigurationState |
state |
protected PaymentTerminalType |
type |
protected Integer |
version |
| Constructor and Description |
|---|
PaymentTerminalConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId()
A unique identifier for the object.
|
Long |
getLinkedSpaceId()
The ID of the space this object belongs to.
|
String |
getName()
The terminal configuration name is used internally to identify the terminal in administrative interfaces.
|
OffsetDateTime |
getPlannedPurgeDate()
The date and time when the object is planned to be permanently removed.
|
PaymentTerminalConfigurationState |
getState()
The object's current state.
|
PaymentTerminalType |
getType() |
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
String |
toString() |
protected Long id
protected Long linkedSpaceId
protected String name
protected OffsetDateTime plannedPurgeDate
protected PaymentTerminalConfigurationState state
protected PaymentTerminalType type
protected Integer version
public Long getId()
public Long getLinkedSpaceId()
public String getName()
public OffsetDateTime getPlannedPurgeDate()
public PaymentTerminalConfigurationState getState()
public PaymentTerminalType getType()
public Integer getVersion()
Copyright © 2023. All rights reserved.