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 created on date indicates the date on which the entity was stored into the database.
|
String |
getDefaultCurrency()
The currency is derived by default from the terminal location.
|
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 |
getMaintenanceWindowDuration() |
String |
getMaintenanceWindowStart() |
OffsetDateTime |
getPlannedPurgeDate()
The planned purge date indicates when the entity is permanently removed.
|
PaymentTerminalConfigurationVersionState |
getState() |
String |
getTimeZone() |
Integer |
getVersion()
The version number indicates the version of the entity.
|
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 © 2022. All rights reserved.