public class ConnectorInvocation extends TransactionAwareEntity
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
createdOn |
protected OffsetDateTime |
plannedPurgeDate |
protected ConnectorInvocationStage |
stage |
protected Long |
timeTookInMilliseconds |
protected Long |
transaction |
protected Integer |
version |
id, linkedSpaceId, linkedTransaction| Constructor and Description |
|---|
ConnectorInvocation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
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.
|
ConnectorInvocationStage |
getStage() |
Long |
getTimeTookInMilliseconds() |
Long |
getTransaction() |
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
String |
toString() |
getId, getLinkedSpaceId, getLinkedTransactionprotected OffsetDateTime createdOn
protected OffsetDateTime plannedPurgeDate
protected ConnectorInvocationStage stage
protected Long timeTookInMilliseconds
protected Long transaction
protected Integer version
public OffsetDateTime getCreatedOn()
public OffsetDateTime getPlannedPurgeDate()
public ConnectorInvocationStage getStage()
public Long getTimeTookInMilliseconds()
public Long 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.