Package org.openapitools.client.model
Class CaseDefinitionDto
- java.lang.Object
-
- org.openapitools.client.model.CaseDefinitionDto
-
public class CaseDefinitionDto extends Object
CaseDefinitionDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CATEGORYstatic StringSERIALIZED_NAME_DEPLOYMENT_IDstatic StringSERIALIZED_NAME_HISTORY_TIME_TO_LIVEstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_KEYstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_RESOURCEstatic StringSERIALIZED_NAME_TENANT_IDstatic StringSERIALIZED_NAME_VERSION
-
Constructor Summary
Constructors Constructor Description CaseDefinitionDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CaseDefinitionDtocategory(String category)CaseDefinitionDtodeploymentId(String deploymentId)booleanequals(Object o)StringgetCategory()The category of the case definition.StringgetDeploymentId()The deployment id of the case definition.IntegergetHistoryTimeToLive()History time to live value of the case definition.StringgetId()The id of the case definitionStringgetKey()The key of the case definition, i.e., the id of the CMMN 2.0 XML case definition.StringgetName()The name of the case definition.StringgetResource()The file name of the case definition.StringgetTenantId()The tenant id of the case definition.IntegergetVersion()The version of the case definition that the engine assigned to it.inthashCode()CaseDefinitionDtohistoryTimeToLive(Integer historyTimeToLive)CaseDefinitionDtoid(String id)CaseDefinitionDtokey(String key)CaseDefinitionDtoname(String name)CaseDefinitionDtoresource(String resource)voidsetCategory(String category)voidsetDeploymentId(String deploymentId)voidsetHistoryTimeToLive(Integer historyTimeToLive)voidsetId(String id)voidsetKey(String key)voidsetName(String name)voidsetResource(String resource)voidsetTenantId(String tenantId)voidsetVersion(Integer version)CaseDefinitionDtotenantId(String tenantId)StringtoString()CaseDefinitionDtoversion(Integer version)
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_KEY
public static final String SERIALIZED_NAME_KEY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CATEGORY
public static final String SERIALIZED_NAME_CATEGORY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VERSION
public static final String SERIALIZED_NAME_VERSION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RESOURCE
public static final String SERIALIZED_NAME_RESOURCE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DEPLOYMENT_ID
public static final String SERIALIZED_NAME_DEPLOYMENT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TENANT_ID
public static final String SERIALIZED_NAME_TENANT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HISTORY_TIME_TO_LIVE
public static final String SERIALIZED_NAME_HISTORY_TIME_TO_LIVE
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public CaseDefinitionDto id(String id)
-
getId
public String getId()
The id of the case definition- Returns:
- id
-
setId
public void setId(String id)
-
key
public CaseDefinitionDto key(String key)
-
getKey
public String getKey()
The key of the case definition, i.e., the id of the CMMN 2.0 XML case definition.- Returns:
- key
-
setKey
public void setKey(String key)
-
category
public CaseDefinitionDto category(String category)
-
getCategory
public String getCategory()
The category of the case definition.- Returns:
- category
-
setCategory
public void setCategory(String category)
-
name
public CaseDefinitionDto name(String name)
-
getName
public String getName()
The name of the case definition.- Returns:
- name
-
setName
public void setName(String name)
-
version
public CaseDefinitionDto version(Integer version)
-
getVersion
public Integer getVersion()
The version of the case definition that the engine assigned to it.- Returns:
- version
-
setVersion
public void setVersion(Integer version)
-
resource
public CaseDefinitionDto resource(String resource)
-
getResource
public String getResource()
The file name of the case definition.- Returns:
- resource
-
setResource
public void setResource(String resource)
-
deploymentId
public CaseDefinitionDto deploymentId(String deploymentId)
-
getDeploymentId
public String getDeploymentId()
The deployment id of the case definition.- Returns:
- deploymentId
-
setDeploymentId
public void setDeploymentId(String deploymentId)
-
tenantId
public CaseDefinitionDto tenantId(String tenantId)
-
getTenantId
public String getTenantId()
The tenant id of the case definition.- Returns:
- tenantId
-
setTenantId
public void setTenantId(String tenantId)
-
historyTimeToLive
public CaseDefinitionDto historyTimeToLive(Integer historyTimeToLive)
-
getHistoryTimeToLive
public Integer getHistoryTimeToLive()
History time to live value of the case definition. Is used within [History cleanup](https://docs.camunda.org/manual/7.18/user-guide/process-engine/history/#history-cleanup). minimum: 0- Returns:
- historyTimeToLive
-
setHistoryTimeToLive
public void setHistoryTimeToLive(Integer historyTimeToLive)
-
-