Class DeploymentDto

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

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

  • Constructor Details

    • DeploymentDto

      public DeploymentDto()
  • Method Details

    • links

      public DeploymentDto links(List<AtomLink> links)
    • addLinksItem

      public DeploymentDto 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)
    • id

      public DeploymentDto id(String 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 DeploymentDto 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 DeploymentDto 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 DeploymentDto 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

      public DeploymentDto name(String 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)
    • 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