Package io.camunda.client.protocol.rest
Class DeploymentResult
java.lang.Object
io.camunda.client.protocol.rest.DeploymentResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class DeploymentResult
extends Object
DeploymentResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDeploymentsItem(DeploymentMetadataResult deploymentsItem) deploymentKey(String deploymentKey) deployments(List<DeploymentMetadataResult> deployments) booleanThe unique key identifying the deployment.Items deployed by the request.The tenant ID associated with the deployment.inthashCode()voidsetDeploymentKey(String deploymentKey) voidsetDeployments(List<DeploymentMetadataResult> deployments) voidsetTenantId(String tenantId) toString()
-
Field Details
-
JSON_PROPERTY_DEPLOYMENT_KEY
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_DEPLOYMENTS
- See Also:
-
-
Constructor Details
-
DeploymentResult
public DeploymentResult()
-
-
Method Details
-
deploymentKey
-
getDeploymentKey
The unique key identifying the deployment.- Returns:
- deploymentKey
-
setDeploymentKey
-
tenantId
-
getTenantId
The tenant ID associated with the deployment.- Returns:
- tenantId
-
setTenantId
-
deployments
-
addDeploymentsItem
-
getDeployments
Items deployed by the request.- Returns:
- deployments
-
setDeployments
-
equals
-
hashCode
public int hashCode() -
toString
-