@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class DecisionDefinitionDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CATEGORY |
static String |
SERIALIZED_NAME_DECISION_REQUIREMENTS_DEFINITION_ID |
static String |
SERIALIZED_NAME_DECISION_REQUIREMENTS_DEFINITION_KEY |
static String |
SERIALIZED_NAME_DEPLOYMENT_ID |
static String |
SERIALIZED_NAME_HISTORY_TIME_TO_LIVE |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_KEY |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_RESOURCE |
static String |
SERIALIZED_NAME_TENANT_ID |
static String |
SERIALIZED_NAME_VERSION |
static String |
SERIALIZED_NAME_VERSION_TAG |
Constructor and Description |
---|
DecisionDefinitionDto() |
Modifier and Type | Method and Description |
---|---|
DecisionDefinitionDto |
category(String category) |
DecisionDefinitionDto |
decisionRequirementsDefinitionId(String decisionRequirementsDefinitionId) |
DecisionDefinitionDto |
decisionRequirementsDefinitionKey(String decisionRequirementsDefinitionKey) |
DecisionDefinitionDto |
deploymentId(String deploymentId) |
boolean |
equals(Object o) |
String |
getCategory()
The category of the decision definition.
|
String |
getDecisionRequirementsDefinitionId()
The id of the decision requirements definition this decision definition belongs to.
|
String |
getDecisionRequirementsDefinitionKey()
The key of the decision requirements definition this decision definition belongs to.
|
String |
getDeploymentId()
The deployment id of the decision definition.
|
Integer |
getHistoryTimeToLive()
History time to live value of the decision definition.
|
String |
getId()
The id of the decision definition
|
String |
getKey()
The key of the decision definition, i.e., the id of the DMN 1.0 XML decision definition.
|
String |
getName()
The name of the decision definition.
|
String |
getResource()
The file name of the decision definition.
|
String |
getTenantId()
The tenant id of the decision definition.
|
Integer |
getVersion()
The version of the decision definition that the engine assigned to it.
|
String |
getVersionTag()
The version tag of the decision definition.
|
int |
hashCode() |
DecisionDefinitionDto |
historyTimeToLive(Integer historyTimeToLive) |
DecisionDefinitionDto |
id(String id) |
DecisionDefinitionDto |
key(String key) |
DecisionDefinitionDto |
name(String name) |
DecisionDefinitionDto |
resource(String resource) |
void |
setCategory(String category) |
void |
setDecisionRequirementsDefinitionId(String decisionRequirementsDefinitionId) |
void |
setDecisionRequirementsDefinitionKey(String decisionRequirementsDefinitionKey) |
void |
setDeploymentId(String deploymentId) |
void |
setHistoryTimeToLive(Integer historyTimeToLive) |
void |
setId(String id) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setResource(String resource) |
void |
setTenantId(String tenantId) |
void |
setVersion(Integer version) |
void |
setVersionTag(String versionTag) |
DecisionDefinitionDto |
tenantId(String tenantId) |
String |
toString() |
DecisionDefinitionDto |
version(Integer version) |
DecisionDefinitionDto |
versionTag(String versionTag) |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_KEY
public static final String SERIALIZED_NAME_CATEGORY
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_VERSION
public static final String SERIALIZED_NAME_RESOURCE
public static final String SERIALIZED_NAME_DEPLOYMENT_ID
public static final String SERIALIZED_NAME_TENANT_ID
public static final String SERIALIZED_NAME_DECISION_REQUIREMENTS_DEFINITION_ID
public static final String SERIALIZED_NAME_DECISION_REQUIREMENTS_DEFINITION_KEY
public static final String SERIALIZED_NAME_HISTORY_TIME_TO_LIVE
public static final String SERIALIZED_NAME_VERSION_TAG
public DecisionDefinitionDto id(String id)
public void setId(String id)
public DecisionDefinitionDto key(String key)
@Nullable public String getKey()
public void setKey(String key)
public DecisionDefinitionDto category(String category)
@Nullable public String getCategory()
public void setCategory(String category)
public DecisionDefinitionDto name(String name)
public void setName(String name)
public DecisionDefinitionDto version(Integer version)
@Nullable public Integer getVersion()
public void setVersion(Integer version)
public DecisionDefinitionDto resource(String resource)
@Nullable public String getResource()
public void setResource(String resource)
public DecisionDefinitionDto deploymentId(String deploymentId)
@Nullable public String getDeploymentId()
public void setDeploymentId(String deploymentId)
public DecisionDefinitionDto tenantId(String tenantId)
@Nullable public String getTenantId()
public void setTenantId(String tenantId)
public DecisionDefinitionDto decisionRequirementsDefinitionId(String decisionRequirementsDefinitionId)
@Nullable public String getDecisionRequirementsDefinitionId()
public void setDecisionRequirementsDefinitionId(String decisionRequirementsDefinitionId)
public DecisionDefinitionDto decisionRequirementsDefinitionKey(String decisionRequirementsDefinitionKey)
@Nullable public String getDecisionRequirementsDefinitionKey()
public void setDecisionRequirementsDefinitionKey(String decisionRequirementsDefinitionKey)
public DecisionDefinitionDto historyTimeToLive(Integer historyTimeToLive)
@Nullable public Integer getHistoryTimeToLive()
public void setHistoryTimeToLive(Integer historyTimeToLive)
public DecisionDefinitionDto versionTag(String versionTag)
@Nullable public String getVersionTag()
public void setVersionTag(String versionTag)
Copyright © 2022. All rights reserved.