Package org.openapitools.client.model
Class DecisionDefinitionDto
- java.lang.Object
-
- org.openapitools.client.model.DecisionDefinitionDto
-
public class DecisionDefinitionDto extends Object
DecisionDefinitionDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CATEGORYstatic StringSERIALIZED_NAME_DECISION_REQUIREMENTS_DEFINITION_IDstatic StringSERIALIZED_NAME_DECISION_REQUIREMENTS_DEFINITION_KEYstatic StringSERIALIZED_NAME_DEPLOYMENT_IDstatic StringSERIALIZED_NAME_HISTORY_TIME_TO_LIVEstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_KEYstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_RESOURCEstatic StringSERIALIZED_NAME_TENANT_IDstatic StringSERIALIZED_NAME_VERSIONstatic StringSERIALIZED_NAME_VERSION_TAG
-
Constructor Summary
Constructors Constructor Description DecisionDefinitionDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DecisionDefinitionDtocategory(String category)DecisionDefinitionDtodecisionRequirementsDefinitionId(String decisionRequirementsDefinitionId)DecisionDefinitionDtodecisionRequirementsDefinitionKey(String decisionRequirementsDefinitionKey)DecisionDefinitionDtodeploymentId(String deploymentId)booleanequals(Object o)StringgetCategory()The category of the decision definition.StringgetDecisionRequirementsDefinitionId()The id of the decision requirements definition this decision definition belongs to.StringgetDecisionRequirementsDefinitionKey()The key of the decision requirements definition this decision definition belongs to.StringgetDeploymentId()The deployment id of the decision definition.IntegergetHistoryTimeToLive()History time to live value of the decision definition.StringgetId()The id of the decision definitionStringgetKey()The key of the decision definition, i.e., the id of the DMN 1.0 XML decision definition.StringgetName()The name of the decision definition.StringgetResource()The file name of the decision definition.StringgetTenantId()The tenant id of the decision definition.IntegergetVersion()The version of the decision definition that the engine assigned to it.StringgetVersionTag()The version tag of the decision definition.inthashCode()DecisionDefinitionDtohistoryTimeToLive(Integer historyTimeToLive)DecisionDefinitionDtoid(String id)DecisionDefinitionDtokey(String key)DecisionDefinitionDtoname(String name)DecisionDefinitionDtoresource(String resource)voidsetCategory(String category)voidsetDecisionRequirementsDefinitionId(String decisionRequirementsDefinitionId)voidsetDecisionRequirementsDefinitionKey(String decisionRequirementsDefinitionKey)voidsetDeploymentId(String deploymentId)voidsetHistoryTimeToLive(Integer historyTimeToLive)voidsetId(String id)voidsetKey(String key)voidsetName(String name)voidsetResource(String resource)voidsetTenantId(String tenantId)voidsetVersion(Integer version)voidsetVersionTag(String versionTag)DecisionDefinitionDtotenantId(String tenantId)StringtoString()DecisionDefinitionDtoversion(Integer version)DecisionDefinitionDtoversionTag(String versionTag)
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_KEY
public static final String SERIALIZED_NAME_KEY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CATEGORY
public static final String SERIALIZED_NAME_CATEGORY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VERSION
public static final String SERIALIZED_NAME_VERSION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RESOURCE
public static final String SERIALIZED_NAME_RESOURCE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DEPLOYMENT_ID
public static final String SERIALIZED_NAME_DEPLOYMENT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TENANT_ID
public static final String SERIALIZED_NAME_TENANT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DECISION_REQUIREMENTS_DEFINITION_ID
public static final String SERIALIZED_NAME_DECISION_REQUIREMENTS_DEFINITION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DECISION_REQUIREMENTS_DEFINITION_KEY
public static final String SERIALIZED_NAME_DECISION_REQUIREMENTS_DEFINITION_KEY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HISTORY_TIME_TO_LIVE
public static final String SERIALIZED_NAME_HISTORY_TIME_TO_LIVE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VERSION_TAG
public static final String SERIALIZED_NAME_VERSION_TAG
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public DecisionDefinitionDto id(String id)
-
getId
public String getId()
The id of the decision definition- Returns:
- id
-
setId
public void setId(String id)
-
key
public DecisionDefinitionDto key(String key)
-
getKey
public String getKey()
The key of the decision definition, i.e., the id of the DMN 1.0 XML decision definition.- Returns:
- key
-
setKey
public void setKey(String key)
-
category
public DecisionDefinitionDto category(String category)
-
getCategory
public String getCategory()
The category of the decision definition.- Returns:
- category
-
setCategory
public void setCategory(String category)
-
name
public DecisionDefinitionDto name(String name)
-
getName
public String getName()
The name of the decision definition.- Returns:
- name
-
setName
public void setName(String name)
-
version
public DecisionDefinitionDto version(Integer version)
-
getVersion
public Integer getVersion()
The version of the decision definition that the engine assigned to it.- Returns:
- version
-
setVersion
public void setVersion(Integer version)
-
resource
public DecisionDefinitionDto resource(String resource)
-
getResource
public String getResource()
The file name of the decision definition.- Returns:
- resource
-
setResource
public void setResource(String resource)
-
deploymentId
public DecisionDefinitionDto deploymentId(String deploymentId)
-
getDeploymentId
public String getDeploymentId()
The deployment id of the decision definition.- Returns:
- deploymentId
-
setDeploymentId
public void setDeploymentId(String deploymentId)
-
tenantId
public DecisionDefinitionDto tenantId(String tenantId)
-
getTenantId
public String getTenantId()
The tenant id of the decision definition.- Returns:
- tenantId
-
setTenantId
public void setTenantId(String tenantId)
-
decisionRequirementsDefinitionId
public DecisionDefinitionDto decisionRequirementsDefinitionId(String decisionRequirementsDefinitionId)
-
getDecisionRequirementsDefinitionId
public String getDecisionRequirementsDefinitionId()
The id of the decision requirements definition this decision definition belongs to.- Returns:
- decisionRequirementsDefinitionId
-
setDecisionRequirementsDefinitionId
public void setDecisionRequirementsDefinitionId(String decisionRequirementsDefinitionId)
-
decisionRequirementsDefinitionKey
public DecisionDefinitionDto decisionRequirementsDefinitionKey(String decisionRequirementsDefinitionKey)
-
getDecisionRequirementsDefinitionKey
public String getDecisionRequirementsDefinitionKey()
The key of the decision requirements definition this decision definition belongs to.- Returns:
- decisionRequirementsDefinitionKey
-
setDecisionRequirementsDefinitionKey
public void setDecisionRequirementsDefinitionKey(String decisionRequirementsDefinitionKey)
-
historyTimeToLive
public DecisionDefinitionDto historyTimeToLive(Integer historyTimeToLive)
-
getHistoryTimeToLive
public Integer getHistoryTimeToLive()
History time to live value of the decision definition. Is used within [History cleanup](https://docs.camunda.org/manual/7.18/user-guide/process-engine/history/#history-cleanup). minimum: 0- Returns:
- historyTimeToLive
-
setHistoryTimeToLive
public void setHistoryTimeToLive(Integer historyTimeToLive)
-
versionTag
public DecisionDefinitionDto versionTag(String versionTag)
-
getVersionTag
public String getVersionTag()
The version tag of the decision definition.- Returns:
- versionTag
-
setVersionTag
public void setVersionTag(String versionTag)
-
-