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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDeploymentsItem(DeploymentMetadata deploymentsItem) Deprecated.deploymentKey(Long deploymentKey) Deprecated.deployments(List<DeploymentMetadata> deployments) Deprecated.booleanDeprecated.Deprecated.The unique key identifying the deployment.Deprecated.Get deploymentsDeprecated.Get tenantIdinthashCode()Deprecated.voidsetDeploymentKey(Long deploymentKey) Deprecated.voidsetDeployments(List<DeploymentMetadata> deployments) Deprecated.voidsetTenantId(String tenantId) Deprecated.Deprecated.toString()Deprecated.Deprecated.Convert the instance into URL query string.toUrlQueryString(String prefix) Deprecated.Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_DEPLOYMENTS
Deprecated.- See Also:
-
JSON_PROPERTY_DEPLOYMENT_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_TENANT_ID
Deprecated.- See Also:
-
-
Constructor Details
-
DeploymentResponse
public DeploymentResponse()Deprecated.
-
-
Method Details
-
deployments
Deprecated. -
addDeploymentsItem
Deprecated. -
getDeployments
Deprecated.Get deployments- Returns:
- deployments
-
setDeployments
Deprecated. -
deploymentKey
Deprecated. -
getDeploymentKey
Deprecated.The unique key identifying the deployment.- Returns:
- deploymentKey
-
setDeploymentKey
Deprecated. -
tenantId
Deprecated. -
getTenantId
Deprecated.Get tenantId- Returns:
- tenantId
-
setTenantId
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-