Class DeploymentResponse
java.lang.Object
io.camunda.zeebe.gateway.protocol.rest.DeploymentResponse
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-10-11T17:26:39.504605721Z[GMT]",
comments="Generator version: 7.8.0")
public class DeploymentResponse
extends Object
DeploymentResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDeploymentsItem(DeploymentMetadata deploymentsItem) deploymentKey(Long deploymentKey) deployments(List<@Valid DeploymentMetadata> deployments) booleanThe unique key identifying the deployment.@Valid List<@Valid DeploymentMetadata> Get deploymentsGet tenantIdinthashCode()voidsetDeploymentKey(Long deploymentKey) voidsetDeployments(List<@Valid DeploymentMetadata> deployments) voidsetTenantId(String tenantId) toString()
-
Constructor Details
-
DeploymentResponse
public DeploymentResponse()
-
-
Method Details
-
deploymentKey
-
getDeploymentKey
The unique key identifying the deployment.- Returns:
- deploymentKey
-
setDeploymentKey
-
deployments
-
addDeploymentsItem
-
getDeployments
Get deployments- Returns:
- deployments
-
setDeployments
-
tenantId
-
getTenantId
Get tenantId- Returns:
- tenantId
-
setTenantId
-
equals
-
hashCode
public int hashCode() -
toString
-