Class DeploymentResourceDto

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-04T13:43:01.451833574Z[Etc/UTC]") public class DeploymentResourceDto extends Object
A JSON object corresponding to the `Resource` interface in the engine. Its properties are as follows:
  • Field Details

  • Constructor Details

    • DeploymentResourceDto

      public DeploymentResourceDto()
  • Method Details

    • id

      public DeploymentResourceDto id(String id)
    • getId

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

      public DeploymentResourceDto name(String name)
    • getName

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

      public DeploymentResourceDto deploymentId(String deploymentId)
    • getDeploymentId

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