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 created on date indicates the date on which the entity was stored into the database.
|
OffsetDateTime |
getPlannedPurgeDate()
The planned purge date indicates when the entity is permanently removed.
|
ConnectorInvocationStage |
getStage() |
Long |
getTimeTookInMilliseconds() |
Long |
getTransaction() |
Integer |
getVersion()
The version number indicates the version of the entity.
|
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 © 2022. All rights reserved.