Class DecisionRequirementsDefinitionDto

java.lang.Object
org.camunda.community.rest.client.dto.DecisionRequirementsDefinitionDto

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-04T13:43:01.451833574Z[Etc/UTC]") public class DecisionRequirementsDefinitionDto extends Object
DecisionRequirementsDefinitionDto
  • Field Details

  • Constructor Details

    • DecisionRequirementsDefinitionDto

      public DecisionRequirementsDefinitionDto()
  • Method Details

    • id

    • getId

      @Nullable public String getId()
      The id of the decision requirements definition.
      Returns:
      id
    • getId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getId_JsonNullable()
    • setId_JsonNullable

      public void setId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id)
    • setId

      public void setId(String id)
    • key

    • getKey

      @Nullable public String getKey()
      The key of the decision requirements definition.
      Returns:
      key
    • getKey_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getKey_JsonNullable()
    • setKey_JsonNullable

      public void setKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> key)
    • setKey

      public void setKey(String key)
    • category

      public DecisionRequirementsDefinitionDto category(String category)
    • getCategory

      @Nullable public String getCategory()
      The category of the decision requirements definition.
      Returns:
      category
    • getCategory_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getCategory_JsonNullable()
    • setCategory_JsonNullable

      public void setCategory_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> category)
    • setCategory

      public void setCategory(String category)
    • name

    • getName

      @Nullable public String getName()
      The name of the decision requirements definition.
      Returns:
      name
    • getName_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getName_JsonNullable()
    • setName_JsonNullable

      public void setName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> name)
    • setName

      public void setName(String name)
    • version

      public DecisionRequirementsDefinitionDto version(Integer version)
    • getVersion

      @Nullable public Integer getVersion()
      The version of the decision requirements definition that the engine assigned to it.
      Returns:
      version
    • getVersion_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getVersion_JsonNullable()
    • setVersion_JsonNullable

      public void setVersion_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> version)
    • setVersion

      public void setVersion(Integer version)
    • resource

      public DecisionRequirementsDefinitionDto resource(String resource)
    • getResource

      @Nullable public String getResource()
      The file name of the decision requirements definition.
      Returns:
      resource
    • getResource_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getResource_JsonNullable()
    • setResource_JsonNullable

      public void setResource_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> resource)
    • setResource

      public void setResource(String resource)
    • deploymentId

      public DecisionRequirementsDefinitionDto deploymentId(String deploymentId)
    • getDeploymentId

      @Nullable public String getDeploymentId()
      The deployment id of the decision requirements definition.
      Returns:
      deploymentId
    • getDeploymentId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getDeploymentId_JsonNullable()
    • setDeploymentId_JsonNullable

      public void setDeploymentId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> deploymentId)
    • setDeploymentId

      public void setDeploymentId(String deploymentId)
    • tenantId

      public DecisionRequirementsDefinitionDto tenantId(String tenantId)
    • getTenantId

      @Nullable public String getTenantId()
      The tenant id of the decision requirements definition.
      Returns:
      tenantId
    • getTenantId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getTenantId_JsonNullable()
    • setTenantId_JsonNullable

      public void setTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId)
    • setTenantId

      public void setTenantId(String tenantId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string