Package io.camunda.client.protocol.rest
Class DeploymentResult
java.lang.Object
io.camunda.client.protocol.rest.DeploymentResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-08T19:37:20.302687113Z[GMT]",
comments="Generator version: 7.12.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()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_DEPLOYMENT_KEY
- See Also:
-
JSON_PROPERTY_DEPLOYMENTS
- See Also:
-
-
Constructor Details
-
DeploymentResult
public DeploymentResult()
-
-
Method Details
-
tenantId
-
getTenantId
The tenant ID associated with the deployment.- Returns:
- tenantId
-
setTenantId
-
deploymentKey
-
getDeploymentKey
The unique key identifying the deployment.- Returns:
- deploymentKey
-
setDeploymentKey
-
deployments
-
addDeploymentsItem
-
getDeployments
Items deployed by the request.- Returns:
- deployments
-
setDeployments
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-