Class DeploymentResourceDto
java.lang.Object
org.camunda.community.rest.client.dto.DeploymentResourceDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class DeploymentResourceDto
extends Object
A JSON object corresponding to the `Resource` interface in the engine. Its properties are as follows:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeploymentId(String deploymentId) booleanThe id of the deployment.org.openapitools.jackson.nullable.JsonNullable<String>getId()The id of the deployment resource.org.openapitools.jackson.nullable.JsonNullable<String>getName()The name of the deployment resourceorg.openapitools.jackson.nullable.JsonNullable<String>inthashCode()voidsetDeploymentId(String deploymentId) voidsetDeploymentId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> deploymentId) voidvoidsetId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id) voidvoidsetName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> name) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DEPLOYMENT_ID
- See Also:
-
-
Constructor Details
-
DeploymentResourceDto
public DeploymentResourceDto()
-
-
Method Details
-
id
-
getId
The id of the deployment resource.- Returns:
- id
-
getId_JsonNullable
-
setId_JsonNullable
-
setId
-
name
-
getName
The name of the deployment resource- Returns:
- name
-
getName_JsonNullable
-
setName_JsonNullable
-
setName
-
deploymentId
-
getDeploymentId
The id of the deployment.- Returns:
- deploymentId
-
getDeploymentId_JsonNullable
-
setDeploymentId_JsonNullable
public void setDeploymentId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> deploymentId) -
setDeploymentId
-
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
-