public class DecisionDefinitionDto extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
category |
protected String |
decisionRequirementsDefinitionId |
protected String |
decisionRequirementsDefinitionKey |
protected String |
deploymentId |
protected Integer |
historyTimeToLive |
protected String |
id |
protected String |
key |
protected String |
name |
protected String |
resource |
protected String |
tenantId |
protected int |
version |
protected String |
versionTag |
Constructor and Description |
---|
DecisionDefinitionDto() |
Modifier and Type | Method and Description |
---|---|
static DecisionDefinitionDto |
fromDecisionDefinition(DecisionDefinition definition) |
String |
getCategory() |
String |
getDecisionRequirementsDefinitionId() |
String |
getDecisionRequirementsDefinitionKey() |
String |
getDeploymentId() |
Integer |
getHistoryTimeToLive() |
String |
getId() |
String |
getKey() |
String |
getName() |
String |
getResource() |
String |
getTenantId() |
int |
getVersion() |
String |
getVersionTag() |
protected String id
protected String key
protected String category
protected String name
protected int version
protected String resource
protected String deploymentId
protected String tenantId
protected String decisionRequirementsDefinitionId
protected String decisionRequirementsDefinitionKey
protected Integer historyTimeToLive
protected String versionTag
public String getId()
public String getKey()
public String getCategory()
public String getName()
public int getVersion()
public String getResource()
public String getDeploymentId()
public String getTenantId()
public String getDecisionRequirementsDefinitionId()
public String getDecisionRequirementsDefinitionKey()
public Integer getHistoryTimeToLive()
public String getVersionTag()
public static DecisionDefinitionDto fromDecisionDefinition(DecisionDefinition definition)
Copyright © 2022. All rights reserved.