public class ChargeFlow extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Long> |
conditions |
protected Long |
id |
protected Long |
linkedSpaceId |
protected String |
name |
protected OffsetDateTime |
plannedPurgeDate |
protected Integer |
priority |
protected CreationEntityState |
state |
protected Integer |
version |
| Constructor and Description |
|---|
ChargeFlow() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Long> |
getConditions()
If a transaction meets all selected conditions, the charge flow will be used to process the transaction.
|
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 charge flow name is used internally to identify the configuration in administrative interfaces.
|
OffsetDateTime |
getPlannedPurgeDate()
The planned purge date indicates when the entity is permanently removed.
|
Integer |
getPriority()
The priority orders the charge flows.
|
CreationEntityState |
getState() |
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
String |
toString() |
protected Long id
protected Long linkedSpaceId
protected String name
protected OffsetDateTime plannedPurgeDate
protected Integer priority
protected CreationEntityState state
protected Integer version
public List<Long> getConditions()
public Long getId()
public Long getLinkedSpaceId()
public String getName()
public OffsetDateTime getPlannedPurgeDate()
public Integer getPriority()
public CreationEntityState getState()
public Integer getVersion()
Copyright © 2021. All rights reserved.