public class Condition extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
conditionType |
protected Long |
id |
protected Long |
linkedSpaceId |
protected String |
name |
protected OffsetDateTime |
plannedPurgeDate |
protected CreationEntityState |
state |
protected Integer |
version |
| Constructor and Description |
|---|
Condition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getConditionType()
The selected condition type defines how the configuration is applied to the transactions.
|
Long |
getId()
The ID is the primary key of the entity.
|
Long |
getLinkedSpaceId()
The linked space id holds the ID of the space to which the entity belongs to.
|
String |
getName()
The condition name is used internally to identify the condition.
|
OffsetDateTime |
getPlannedPurgeDate()
The planned purge date indicates when the entity is permanently removed.
|
CreationEntityState |
getState() |
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
String |
toString() |
protected Long conditionType
protected Long id
protected Long linkedSpaceId
protected String name
protected OffsetDateTime plannedPurgeDate
protected CreationEntityState state
protected Integer version
public Long getConditionType()
public Long getId()
public Long getLinkedSpaceId()
public String getName()
public OffsetDateTime getPlannedPurgeDate()
public CreationEntityState getState()
public Integer getVersion()
Copyright © 2022. All rights reserved.