Class DeploymentResponse

java.lang.Object
io.camunda.zeebe.client.protocol.rest.DeploymentResponse

@Deprecated @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-08-04T12:37:47.170113265Z[GMT]", comments="Generator version: 7.8.0") public class DeploymentResponse extends Object
Deprecated.
DeploymentResponse
  • Field Details

  • Constructor Details

    • DeploymentResponse

      public DeploymentResponse()
      Deprecated.
  • Method Details

    • deployments

      public DeploymentResponse deployments(List<DeploymentMetadata> deployments)
      Deprecated.
    • addDeploymentsItem

      public DeploymentResponse addDeploymentsItem(DeploymentMetadata deploymentsItem)
      Deprecated.
    • getDeployments

      @Nullable public List<DeploymentMetadata> getDeployments()
      Deprecated.
      Get deployments
      Returns:
      deployments
    • setDeployments

      public void setDeployments(List<DeploymentMetadata> deployments)
      Deprecated.
    • deploymentKey

      public DeploymentResponse deploymentKey(Long deploymentKey)
      Deprecated.
    • getDeploymentKey

      @Nullable public Long getDeploymentKey()
      Deprecated.
      The unique key identifying the deployment.
      Returns:
      deploymentKey
    • setDeploymentKey

      public void setDeploymentKey(Long deploymentKey)
      Deprecated.
    • tenantId

      public DeploymentResponse tenantId(String tenantId)
      Deprecated.
    • getTenantId

      @Nullable public String getTenantId()
      Deprecated.
      Get tenantId
      Returns:
      tenantId
    • setTenantId

      public void setTenantId(String tenantId)
      Deprecated.
    • equals

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

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

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

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

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