public class ChargeFlowLevel extends TransactionAwareEntity
| Modifier and Type | Field and Description |
|---|---|
protected ChargeFlowLevelConfiguration |
_configuration |
protected Long |
asynchronousCharge |
protected OffsetDateTime |
createdOn |
protected OffsetDateTime |
plannedPurgeDate |
protected ChargeFlowLevelState |
state |
protected Long |
synchronousCharge |
protected OffsetDateTime |
timeoutOn |
protected Long |
tokenCharge |
protected Transaction |
transaction |
protected Integer |
version |
id, linkedSpaceId, linkedTransaction| Constructor and Description |
|---|
ChargeFlowLevel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getAsynchronousCharge() |
ChargeFlowLevelConfiguration |
getConfiguration() |
OffsetDateTime |
getCreatedOn()
The created on date indicates the date on which the entity was stored into the database.
|
OffsetDateTime |
getPlannedPurgeDate()
The planned purge date indicates when the entity is permanently removed.
|
ChargeFlowLevelState |
getState() |
Long |
getSynchronousCharge() |
OffsetDateTime |
getTimeoutOn() |
Long |
getTokenCharge() |
Transaction |
getTransaction() |
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
String |
toString() |
getId, getLinkedSpaceId, getLinkedTransactionprotected Long asynchronousCharge
protected ChargeFlowLevelConfiguration _configuration
protected OffsetDateTime createdOn
protected OffsetDateTime plannedPurgeDate
protected ChargeFlowLevelState state
protected Long synchronousCharge
protected OffsetDateTime timeoutOn
protected Long tokenCharge
protected Transaction transaction
protected Integer version
public Long getAsynchronousCharge()
public ChargeFlowLevelConfiguration getConfiguration()
public OffsetDateTime getCreatedOn()
public OffsetDateTime getPlannedPurgeDate()
public ChargeFlowLevelState getState()
public Long getSynchronousCharge()
public OffsetDateTime getTimeoutOn()
public Long getTokenCharge()
public Transaction getTransaction()
public Integer getVersion()
public boolean equals(Object o)
equals in class TransactionAwareEntitypublic int hashCode()
hashCode in class TransactionAwareEntitypublic String toString()
toString in class TransactionAwareEntityCopyright © 2022. All rights reserved.