Package io.camunda.client.protocol.rest
Class DecisionDefinitionResult
java.lang.Object
io.camunda.client.protocol.rest.DecisionDefinitionResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class DecisionDefinitionResult
extends Object
DecisionDefinitionResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecisionDefinitionId(String decisionDefinitionId) decisionDefinitionKey(String decisionDefinitionKey) decisionRequirementsId(String decisionRequirementsId) decisionRequirementsKey(String decisionRequirementsKey) decisionRequirementsName(String decisionRequirementsName) decisionRequirementsVersion(Integer decisionRequirementsVersion) booleanThe DMN ID of the decision definition.The assigned key, which acts as a unique identifier for this decision definition.the DMN ID of the decision requirements graph that the decision definition is part of.The assigned key of the decision requirements graph that the decision definition is part of.The DMN name of the decision requirements that the decision definition is part of.The assigned version of the decision requirements that the decision definition is part of.getName()The DMN name of the decision definition.The tenant ID of the decision definition.The assigned version of the decision definition.inthashCode()voidsetDecisionDefinitionId(String decisionDefinitionId) voidsetDecisionDefinitionKey(String decisionDefinitionKey) voidsetDecisionRequirementsId(String decisionRequirementsId) voidsetDecisionRequirementsKey(String decisionRequirementsKey) voidsetDecisionRequirementsName(String decisionRequirementsName) voidsetDecisionRequirementsVersion(Integer decisionRequirementsVersion) voidvoidsetTenantId(String tenantId) voidsetVersion(Integer version) toString()
-
Field Details
-
JSON_PROPERTY_DECISION_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_DECISION_DEFINITION_KEY
- See Also:
-
JSON_PROPERTY_DECISION_REQUIREMENTS_ID
- See Also:
-
JSON_PROPERTY_DECISION_REQUIREMENTS_KEY
- See Also:
-
JSON_PROPERTY_DECISION_REQUIREMENTS_NAME
- See Also:
-
JSON_PROPERTY_DECISION_REQUIREMENTS_VERSION
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
-
Constructor Details
-
DecisionDefinitionResult
public DecisionDefinitionResult()
-
-
Method Details
-
decisionDefinitionId
-
getDecisionDefinitionId
The DMN ID of the decision definition.- Returns:
- decisionDefinitionId
-
setDecisionDefinitionId
-
decisionDefinitionKey
-
getDecisionDefinitionKey
The assigned key, which acts as a unique identifier for this decision definition.- Returns:
- decisionDefinitionKey
-
setDecisionDefinitionKey
-
decisionRequirementsId
-
getDecisionRequirementsId
the DMN ID of the decision requirements graph that the decision definition is part of.- Returns:
- decisionRequirementsId
-
setDecisionRequirementsId
-
decisionRequirementsKey
-
getDecisionRequirementsKey
The assigned key of the decision requirements graph that the decision definition is part of.- Returns:
- decisionRequirementsKey
-
setDecisionRequirementsKey
-
decisionRequirementsName
-
getDecisionRequirementsName
The DMN name of the decision requirements that the decision definition is part of.- Returns:
- decisionRequirementsName
-
setDecisionRequirementsName
-
decisionRequirementsVersion
public DecisionDefinitionResult decisionRequirementsVersion(@Nonnull Integer decisionRequirementsVersion) -
getDecisionRequirementsVersion
The assigned version of the decision requirements that the decision definition is part of.- Returns:
- decisionRequirementsVersion
-
setDecisionRequirementsVersion
-
name
-
getName
The DMN name of the decision definition.- Returns:
- name
-
setName
-
tenantId
-
getTenantId
The tenant ID of the decision definition.- Returns:
- tenantId
-
setTenantId
-
version
-
getVersion
The assigned version of the decision definition.- Returns:
- version
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-