Class DeploymentWithDefinitionsDto

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

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

  • Constructor Details

    • DeploymentWithDefinitionsDto

      public DeploymentWithDefinitionsDto()
  • Method Details

    • id

    • getId

      @Nullable public String getId()
      The id of the deployment.
      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)
    • tenantId

      public DeploymentWithDefinitionsDto tenantId(String tenantId)
    • getTenantId

      @Nullable public String getTenantId()
      The tenant id of the deployment.
      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)
    • deploymentTime

      public DeploymentWithDefinitionsDto deploymentTime(OffsetDateTime deploymentTime)
    • getDeploymentTime

      @Nullable public OffsetDateTime getDeploymentTime()
      The time when the deployment was created.
      Returns:
      deploymentTime
    • getDeploymentTime_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getDeploymentTime_JsonNullable()
    • setDeploymentTime_JsonNullable

      public void setDeploymentTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> deploymentTime)
    • setDeploymentTime

      public void setDeploymentTime(OffsetDateTime deploymentTime)
    • source

      public DeploymentWithDefinitionsDto source(String source)
    • getSource

      @Nullable public String getSource()
      The source of the deployment.
      Returns:
      source
    • getSource_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getSource_JsonNullable()
    • setSource_JsonNullable

      public void setSource_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> source)
    • setSource

      public void setSource(String source)
    • name

    • getName

      @Nullable public String getName()
      The name of the deployment.
      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)
    • links

    • addLinksItem

      public DeploymentWithDefinitionsDto addLinksItem(AtomLink linksItem)
    • getLinks

      @Nullable public List<AtomLink> getLinks()
      The links associated to this resource, with `method`, `href` and `rel`.
      Returns:
      links
    • setLinks

      public void setLinks(List<AtomLink> links)
    • deployedProcessDefinitions

      public DeploymentWithDefinitionsDto deployedProcessDefinitions(Map<String,ProcessDefinitionDto> deployedProcessDefinitions)
    • putDeployedProcessDefinitionsItem

      public DeploymentWithDefinitionsDto putDeployedProcessDefinitionsItem(String key, ProcessDefinitionDto deployedProcessDefinitionsItem)
    • getDeployedProcessDefinitions

      @Nullable public Map<String,ProcessDefinitionDto> getDeployedProcessDefinitions()
      A JSON Object containing a property for each of the process definitions, which are successfully deployed with that deployment. The key is the process definition id, the value is a JSON Object corresponding to the process definition.
      Returns:
      deployedProcessDefinitions
    • getDeployedProcessDefinitions_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Map<String,ProcessDefinitionDto>> getDeployedProcessDefinitions_JsonNullable()
    • setDeployedProcessDefinitions_JsonNullable

      public void setDeployedProcessDefinitions_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String,ProcessDefinitionDto>> deployedProcessDefinitions)
    • setDeployedProcessDefinitions

      public void setDeployedProcessDefinitions(Map<String,ProcessDefinitionDto> deployedProcessDefinitions)
    • deployedDecisionDefinitions

      public DeploymentWithDefinitionsDto deployedDecisionDefinitions(Map<String,DecisionDefinitionDto> deployedDecisionDefinitions)
    • putDeployedDecisionDefinitionsItem

      public DeploymentWithDefinitionsDto putDeployedDecisionDefinitionsItem(String key, DecisionDefinitionDto deployedDecisionDefinitionsItem)
    • getDeployedDecisionDefinitions

      @Nullable public Map<String,DecisionDefinitionDto> getDeployedDecisionDefinitions()
      A JSON Object containing a property for each of the decision definitions, which are successfully deployed with that deployment. The key is the decision definition id, the value is a JSON Object corresponding to the decision definition.
      Returns:
      deployedDecisionDefinitions
    • getDeployedDecisionDefinitions_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Map<String,DecisionDefinitionDto>> getDeployedDecisionDefinitions_JsonNullable()
    • setDeployedDecisionDefinitions_JsonNullable

      public void setDeployedDecisionDefinitions_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String,DecisionDefinitionDto>> deployedDecisionDefinitions)
    • setDeployedDecisionDefinitions

      public void setDeployedDecisionDefinitions(Map<String,DecisionDefinitionDto> deployedDecisionDefinitions)
    • deployedDecisionRequirementsDefinitions

      public DeploymentWithDefinitionsDto deployedDecisionRequirementsDefinitions(Map<String,DecisionRequirementsDefinitionDto> deployedDecisionRequirementsDefinitions)
    • putDeployedDecisionRequirementsDefinitionsItem

      public DeploymentWithDefinitionsDto putDeployedDecisionRequirementsDefinitionsItem(String key, DecisionRequirementsDefinitionDto deployedDecisionRequirementsDefinitionsItem)
    • getDeployedDecisionRequirementsDefinitions

      @Nullable public Map<String,DecisionRequirementsDefinitionDto> getDeployedDecisionRequirementsDefinitions()
      A JSON Object containing a property for each of the decision requirements definitions, which are successfully deployed with that deployment. The key is the decision requirements definition id, the value is a JSON Object corresponding to the decision requirements definition.
      Returns:
      deployedDecisionRequirementsDefinitions
    • getDeployedDecisionRequirementsDefinitions_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Map<String,DecisionRequirementsDefinitionDto>> getDeployedDecisionRequirementsDefinitions_JsonNullable()
    • setDeployedDecisionRequirementsDefinitions_JsonNullable

      public void setDeployedDecisionRequirementsDefinitions_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String,DecisionRequirementsDefinitionDto>> deployedDecisionRequirementsDefinitions)
    • setDeployedDecisionRequirementsDefinitions

      public void setDeployedDecisionRequirementsDefinitions(Map<String,DecisionRequirementsDefinitionDto> deployedDecisionRequirementsDefinitions)
    • deployedCaseDefinitions

      public DeploymentWithDefinitionsDto deployedCaseDefinitions(Map<String,CaseDefinitionDto> deployedCaseDefinitions)
    • putDeployedCaseDefinitionsItem

      public DeploymentWithDefinitionsDto putDeployedCaseDefinitionsItem(String key, CaseDefinitionDto deployedCaseDefinitionsItem)
    • getDeployedCaseDefinitions

      @Nullable public Map<String,CaseDefinitionDto> getDeployedCaseDefinitions()
      A JSON Object containing a property for each of the case definitions, which are successfully deployed with that deployment. The key is the case definition id, the value is a JSON Object corresponding to the case definition.
      Returns:
      deployedCaseDefinitions
    • getDeployedCaseDefinitions_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Map<String,CaseDefinitionDto>> getDeployedCaseDefinitions_JsonNullable()
    • setDeployedCaseDefinitions_JsonNullable

      public void setDeployedCaseDefinitions_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String,CaseDefinitionDto>> deployedCaseDefinitions)
    • setDeployedCaseDefinitions

      public void setDeployedCaseDefinitions(Map<String,CaseDefinitionDto> deployedCaseDefinitions)
    • 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