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 date and time when the object was created.
|
OffsetDateTime |
getFailedOn() |
FailureReason |
getFailureReason() |
List<Label> |
getLabels() |
String |
getLanguage()
The language that is linked to the object.
|
TransactionVoidMode |
getMode() |
OffsetDateTime |
getNextUpdateOn() |
OffsetDateTime |
getPlannedPurgeDate()
The date and time when the object is planned to be permanently removed.
|
String |
getProcessorReference() |
Long |
getSpaceViewId() |
TransactionVoidState |
getState()
The object's current state.
|
OffsetDateTime |
getSucceededOn() |
OffsetDateTime |
getTimeoutOn() |
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 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 © 2023. All rights reserved.