Class CaseDefinitionDto
java.lang.Object
org.camunda.community.rest.client.dto.CaseDefinitionDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class CaseDefinitionDto
extends Object
CaseDefinitionDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeploymentId(String deploymentId) booleanThe category of the case definition.org.openapitools.jackson.nullable.JsonNullable<String>The deployment id of the case definition.org.openapitools.jackson.nullable.JsonNullable<String>History time to live value of the case definition.org.openapitools.jackson.nullable.JsonNullable<Integer>getId()The id of the case definitionorg.openapitools.jackson.nullable.JsonNullable<String>getKey()The key of the case definition, i.e., the id of the CMMN 2.0 XML case definition.org.openapitools.jackson.nullable.JsonNullable<String>getName()The name of the case definition.org.openapitools.jackson.nullable.JsonNullable<String>The file name of the case definition.org.openapitools.jackson.nullable.JsonNullable<String>The tenant id of the case definition.org.openapitools.jackson.nullable.JsonNullable<String>The version of the case definition that the engine assigned to it.org.openapitools.jackson.nullable.JsonNullable<Integer>inthashCode()historyTimeToLive(Integer historyTimeToLive) voidsetCategory(String category) voidsetCategory_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> category) voidsetDeploymentId(String deploymentId) voidsetDeploymentId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> deploymentId) voidsetHistoryTimeToLive(Integer historyTimeToLive) voidsetHistoryTimeToLive_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> historyTimeToLive) voidvoidsetId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id) voidvoidsetKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> key) voidvoidsetName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> name) voidsetResource(String resource) voidsetResource_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> resource) voidsetTenantId(String tenantId) voidsetTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId) voidsetVersion(Integer version) voidsetVersion_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> version) 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_KEY
- See Also:
-
JSON_PROPERTY_CATEGORY
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
JSON_PROPERTY_RESOURCE
- See Also:
-
JSON_PROPERTY_DEPLOYMENT_ID
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_HISTORY_TIME_TO_LIVE
- See Also:
-
-
Constructor Details
-
CaseDefinitionDto
public CaseDefinitionDto()
-
-
Method Details
-
id
-
getId
The id of the case definition- Returns:
- id
-
getId_JsonNullable
-
setId_JsonNullable
-
setId
-
key
-
getKey
The key of the case definition, i.e., the id of the CMMN 2.0 XML case definition.- Returns:
- key
-
getKey_JsonNullable
-
setKey_JsonNullable
-
setKey
-
category
-
getCategory
The category of the case definition.- Returns:
- category
-
getCategory_JsonNullable
-
setCategory_JsonNullable
public void setCategory_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> category) -
setCategory
-
name
-
getName
The name of the case definition.- Returns:
- name
-
getName_JsonNullable
-
setName_JsonNullable
-
setName
-
version
-
getVersion
The version of the case definition that the engine assigned to it.- Returns:
- version
-
getVersion_JsonNullable
-
setVersion_JsonNullable
public void setVersion_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> version) -
setVersion
-
resource
-
getResource
The file name of the case definition.- Returns:
- resource
-
getResource_JsonNullable
-
setResource_JsonNullable
public void setResource_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> resource) -
setResource
-
deploymentId
-
getDeploymentId
The deployment id of the case definition.- Returns:
- deploymentId
-
getDeploymentId_JsonNullable
-
setDeploymentId_JsonNullable
public void setDeploymentId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> deploymentId) -
setDeploymentId
-
tenantId
-
getTenantId
The tenant id of the case definition.- Returns:
- tenantId
-
getTenantId_JsonNullable
-
setTenantId_JsonNullable
public void setTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId) -
setTenantId
-
historyTimeToLive
-
getHistoryTimeToLive
History time to live value of the case definition. Is used within [History cleanup](https://docs.camunda.org/manual/7.21/user-guide/process-engine/history/#history-cleanup). minimum: 0- Returns:
- historyTimeToLive
-
getHistoryTimeToLive_JsonNullable
-
setHistoryTimeToLive_JsonNullable
public void setHistoryTimeToLive_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> historyTimeToLive) -
setHistoryTimeToLive
-
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
-