Class DeploymentDto
java.lang.Object
org.camunda.community.rest.client.dto.DeploymentDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class DeploymentDto
extends Object
DeploymentDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLinksItem(AtomLink linksItem) deploymentTime(OffsetDateTime deploymentTime) booleanThe time when the deployment was created.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>getId()The id of the deployment.org.openapitools.jackson.nullable.JsonNullable<String>getLinks()The links associated to this resource, with `method`, `href` and `rel`.getName()The name of the deployment.org.openapitools.jackson.nullable.JsonNullable<String>The source of the deployment.org.openapitools.jackson.nullable.JsonNullable<String>The tenant id of the deployment.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()voidsetDeploymentTime(OffsetDateTime deploymentTime) voidsetDeploymentTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> deploymentTime) voidvoidsetId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id) voidvoidsetLinks_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<AtomLink>> links) voidvoidsetName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> name) voidvoidsetSource_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> source) voidsetTenantId(String tenantId) voidsetTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_LINKS
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_DEPLOYMENT_TIME
- See Also:
-
JSON_PROPERTY_SOURCE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
DeploymentDto
public DeploymentDto()
-
-
Method Details
-
links
-
addLinksItem
-
getLinks
The links associated to this resource, with `method`, `href` and `rel`.- Returns:
- links
-
getLinks_JsonNullable
-
setLinks_JsonNullable
-
setLinks
-
id
-
getId
The id of the deployment.- Returns:
- id
-
getId_JsonNullable
-
setId_JsonNullable
-
setId
-
tenantId
-
getTenantId
The tenant id of the deployment.- Returns:
- tenantId
-
getTenantId_JsonNullable
-
setTenantId_JsonNullable
public void setTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId) -
setTenantId
-
deploymentTime
-
getDeploymentTime
The time when the deployment was created.- Returns:
- deploymentTime
-
getDeploymentTime_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getDeploymentTime_JsonNullable() -
setDeploymentTime_JsonNullable
public void setDeploymentTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> deploymentTime) -
setDeploymentTime
-
source
-
getSource
The source of the deployment.- Returns:
- source
-
getSource_JsonNullable
-
setSource_JsonNullable
-
setSource
-
name
-
getName
The name of the deployment.- Returns:
- name
-
getName_JsonNullable
-
setName_JsonNullable
-
setName
-
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
-