public class TransactionVoid extends TransactionAwareEntity
| Modifier and Type | Field and Description |
|---|---|
protected Long |
createdBy |
protected OffsetDateTime |
createdOn |
protected OffsetDateTime |
failedOn |
protected FailureReason |
failureReason |
protected List<Label> |
labels |
protected String |
language |
protected TransactionVoidMode |
mode |
protected OffsetDateTime |
nextUpdateOn |
protected OffsetDateTime |
plannedPurgeDate |
protected String |
processorReference |
protected Long |
spaceViewId |
protected TransactionVoidState |
state |
protected OffsetDateTime |
succeededOn |
protected OffsetDateTime |
timeoutOn |
protected Transaction |
transaction |
protected Integer |
version |
id, linkedSpaceId, linkedTransaction| Constructor and Description |
|---|
TransactionVoid() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getCreatedBy() |
OffsetDateTime |
getCreatedOn()
The created on date indicates the date on which the entity was stored into the database.
|
OffsetDateTime |
getFailedOn() |
FailureReason |
getFailureReason() |
List<Label> |
getLabels() |
String |
getLanguage() |
TransactionVoidMode |
getMode() |
OffsetDateTime |
getNextUpdateOn() |
OffsetDateTime |
getPlannedPurgeDate()
The planned purge date indicates when the entity is permanently removed.
|
String |
getProcessorReference() |
Long |
getSpaceViewId() |
TransactionVoidState |
getState() |
OffsetDateTime |
getSucceededOn() |
OffsetDateTime |
getTimeoutOn() |
Transaction |
getTransaction() |
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
String |
toString() |
getId, getLinkedSpaceId, getLinkedTransactionprotected Long createdBy
protected OffsetDateTime createdOn
protected OffsetDateTime failedOn
protected FailureReason failureReason
protected String language
protected TransactionVoidMode mode
protected OffsetDateTime nextUpdateOn
protected OffsetDateTime plannedPurgeDate
protected String processorReference
protected Long spaceViewId
protected TransactionVoidState state
protected OffsetDateTime succeededOn
protected OffsetDateTime timeoutOn
protected Transaction transaction
protected Integer version
public Long getCreatedBy()
public OffsetDateTime getCreatedOn()
public OffsetDateTime getFailedOn()
public FailureReason getFailureReason()
public String getLanguage()
public TransactionVoidMode getMode()
public OffsetDateTime getNextUpdateOn()
public OffsetDateTime getPlannedPurgeDate()
public String getProcessorReference()
public Long getSpaceViewId()
public TransactionVoidState getState()
public OffsetDateTime getSucceededOn()
public OffsetDateTime getTimeoutOn()
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.