public class DeliveryIndication extends TransactionAwareEntity
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
automaticallyDecidedOn |
protected DeliveryIndicationDecisionReason |
automaticDecisionReason |
protected Long |
completion |
protected OffsetDateTime |
createdOn |
protected OffsetDateTime |
manualDecisionTimeoutOn |
protected Long |
manuallyDecidedBy |
protected OffsetDateTime |
manuallyDecidedOn |
protected OffsetDateTime |
plannedPurgeDate |
protected DeliveryIndicationState |
state |
protected OffsetDateTime |
timeoutOn |
protected Transaction |
transaction |
id, linkedSpaceId, linkedTransaction| Constructor and Description |
|---|
DeliveryIndication() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getAutomaticallyDecidedOn() |
DeliveryIndicationDecisionReason |
getAutomaticDecisionReason() |
Long |
getCompletion() |
OffsetDateTime |
getCreatedOn()
The date and time when the object was created.
|
OffsetDateTime |
getManualDecisionTimeoutOn() |
Long |
getManuallyDecidedBy() |
OffsetDateTime |
getManuallyDecidedOn() |
OffsetDateTime |
getPlannedPurgeDate()
The date and time when the object is planned to be permanently removed.
|
DeliveryIndicationState |
getState()
The object's current state.
|
OffsetDateTime |
getTimeoutOn() |
Transaction |
getTransaction() |
int |
hashCode() |
String |
toString() |
getId, getLinkedSpaceId, getLinkedTransactionprotected DeliveryIndicationDecisionReason automaticDecisionReason
protected OffsetDateTime automaticallyDecidedOn
protected Long completion
protected OffsetDateTime createdOn
protected OffsetDateTime manualDecisionTimeoutOn
protected Long manuallyDecidedBy
protected OffsetDateTime manuallyDecidedOn
protected OffsetDateTime plannedPurgeDate
protected DeliveryIndicationState state
protected OffsetDateTime timeoutOn
protected Transaction transaction
public DeliveryIndicationDecisionReason getAutomaticDecisionReason()
public OffsetDateTime getAutomaticallyDecidedOn()
public Long getCompletion()
public OffsetDateTime getCreatedOn()
public OffsetDateTime getManualDecisionTimeoutOn()
public Long getManuallyDecidedBy()
public OffsetDateTime getManuallyDecidedOn()
public OffsetDateTime getPlannedPurgeDate()
public DeliveryIndicationState getState()
public OffsetDateTime getTimeoutOn()
public Transaction getTransaction()
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.