public class PaymentTerminalConfigurationVersion extends Object
| Modifier and Type | Field and Description |
|---|---|
protected PaymentTerminalConfiguration |
_configuration |
protected List<Long> |
connectorConfigurations |
protected Long |
createdBy |
protected OffsetDateTime |
createdOn |
protected String |
defaultCurrency |
protected Long |
id |
protected Long |
linkedSpaceId |
protected String |
maintenanceWindowDuration |
protected String |
maintenanceWindowStart |
protected OffsetDateTime |
plannedPurgeDate |
protected PaymentTerminalConfigurationVersionState |
state |
protected String |
timeZone |
protected Integer |
version |
protected Boolean |
versionAppliedImmediately |
| Constructor and Description |
|---|
PaymentTerminalConfigurationVersion() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
PaymentTerminalConfiguration |
getConfiguration() |
List<Long> |
getConnectorConfigurations() |
Long |
getCreatedBy() |
OffsetDateTime |
getCreatedOn()
The date and time when the object was created.
|
String |
getDefaultCurrency()
The currency is derived by default from the terminal location.
|
Long |
getId()
A unique identifier for the object.
|
Long |
getLinkedSpaceId()
The ID of the space this object belongs to.
|
String |
getMaintenanceWindowDuration() |
String |
getMaintenanceWindowStart() |
OffsetDateTime |
getPlannedPurgeDate()
The date and time when the object is planned to be permanently removed.
|
PaymentTerminalConfigurationVersionState |
getState()
The object's current state.
|
String |
getTimeZone() |
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
Boolean |
isVersionAppliedImmediately() |
String |
toString() |
protected PaymentTerminalConfiguration _configuration
protected Long createdBy
protected OffsetDateTime createdOn
protected String defaultCurrency
protected Long id
protected Long linkedSpaceId
protected String maintenanceWindowDuration
protected String maintenanceWindowStart
protected OffsetDateTime plannedPurgeDate
protected PaymentTerminalConfigurationVersionState state
protected String timeZone
protected Integer version
protected Boolean versionAppliedImmediately
public PaymentTerminalConfiguration getConfiguration()
public List<Long> getConnectorConfigurations()
public Long getCreatedBy()
public OffsetDateTime getCreatedOn()
public String getDefaultCurrency()
public Long getId()
public Long getLinkedSpaceId()
public String getMaintenanceWindowDuration()
public String getMaintenanceWindowStart()
public OffsetDateTime getPlannedPurgeDate()
public PaymentTerminalConfigurationVersionState getState()
public String getTimeZone()
public Integer getVersion()
public Boolean isVersionAppliedImmediately()
Copyright © 2023. All rights reserved.