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 date and time when the object was created.
|
OffsetDateTime |
getPlannedPurgeDate()
The date and time when the object is planned to be permanently removed.
|
ChargeFlowLevelState |
getState()
The object's current state.
|
Long |
getSynchronousCharge() |
OffsetDateTime |
getTimeoutOn() |
Long |
getTokenCharge() |
Transaction |
getTransaction() |
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
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 © 2023. All rights reserved.