Package io.camunda.client.protocol.rest
Class DecisionDefinitionResult
java.lang.Object
io.camunda.client.protocol.rest.DecisionDefinitionResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-25T13:39:08.081076719Z[GMT]",
comments="Generator version: 7.10.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) 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.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) voidvoidsetTenantId(String tenantId) voidsetVersion(Integer version) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_DECISION_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
JSON_PROPERTY_DECISION_REQUIREMENTS_ID
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_DECISION_DEFINITION_KEY
- See Also:
-
JSON_PROPERTY_DECISION_REQUIREMENTS_KEY
- See Also:
-
-
Constructor Details
-
DecisionDefinitionResult
public DecisionDefinitionResult()
-
-
Method Details
-
decisionDefinitionId
-
getDecisionDefinitionId
The DMN ID of the decision definition.- Returns:
- decisionDefinitionId
-
setDecisionDefinitionId
-
name
-
getName
The DMN name of the decision definition.- Returns:
- name
-
setName
-
version
-
getVersion
The assigned version of the decision definition.- Returns:
- version
-
setVersion
-
decisionRequirementsId
-
getDecisionRequirementsId
the DMN ID of the decision requirements graph that the decision definition is part of.- Returns:
- decisionRequirementsId
-
setDecisionRequirementsId
-
tenantId
-
getTenantId
The tenant ID of the decision definition.- Returns:
- tenantId
-
setTenantId
-
decisionDefinitionKey
-
getDecisionDefinitionKey
The assigned key, which acts as a unique identifier for this decision definition.- Returns:
- decisionDefinitionKey
-
setDecisionDefinitionKey
-
decisionRequirementsKey
-
getDecisionRequirementsKey
The assigned key of the decision requirements graph that the decision definition is part of.- Returns:
- decisionRequirementsKey
-
setDecisionRequirementsKey
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-