Class DecisionDefinitionFilterRequestBase
java.lang.Object
io.camunda.zeebe.client.protocol.rest.DecisionDefinitionFilterRequestBase
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-08-04T12:37:47.170113265Z[GMT]",
comments="Generator version: 7.8.0")
public class DecisionDefinitionFilterRequestBase
extends Object
Base properties for DecisionDefinitionFilterRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecisionDefinitionId(String decisionDefinitionId) decisionDefinitionName(String decisionDefinitionName) decisionRequirementsId(String decisionRequirementsId) booleanThe DMN id of the decision definition.The DMN name of the decision definition.the DMN id of the decision requirements graph that the decision definition is part of.The tenant id of the decision definition.The assigned version of the decision definition.inthashCode()voidsetDecisionDefinitionId(String decisionDefinitionId) voidsetDecisionDefinitionName(String decisionDefinitionName) voidsetDecisionRequirementsId(String decisionRequirementsId) voidsetTenantId(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_DECISION_DEFINITION_NAME
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
JSON_PROPERTY_DECISION_REQUIREMENTS_ID
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
-
Constructor Details
-
DecisionDefinitionFilterRequestBase
public DecisionDefinitionFilterRequestBase()
-
-
Method Details
-
decisionDefinitionId
-
getDecisionDefinitionId
The DMN id of the decision definition.- Returns:
- decisionDefinitionId
-
setDecisionDefinitionId
-
decisionDefinitionName
-
getDecisionDefinitionName
The DMN name of the decision definition.- Returns:
- decisionDefinitionName
-
setDecisionDefinitionName
-
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
-
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
-