Package io.camunda.client.protocol.rest
Class ProcessDefinitionResult
java.lang.Object
io.camunda.client.protocol.rest.ProcessDefinitionResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class ProcessDefinitionResult
extends Object
ProcessDefinitionResult
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe state of this process definition. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether the start event of the process has an associated Form Key.getName()Name of this process definition.Process definition ID of this process definition.The key for this process definition.Resource name for this process definition.getState()The state of this process definition.Tenant ID of this process definition.Version of this process definition.Version tag of this process definition.inthashCode()hasStartForm(Boolean hasStartForm) processDefinitionId(String processDefinitionId) processDefinitionKey(String processDefinitionKey) resourceName(String resourceName) voidsetHasStartForm(Boolean hasStartForm) voidvoidsetProcessDefinitionId(String processDefinitionId) voidsetProcessDefinitionKey(String processDefinitionKey) voidsetResourceName(String resourceName) voidvoidsetTenantId(String tenantId) voidsetVersion(Integer version) voidsetVersionTag(String versionTag) toString()versionTag(String versionTag)
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_RESOURCE_NAME
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
JSON_PROPERTY_VERSION_TAG
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_KEY
- See Also:
-
JSON_PROPERTY_HAS_START_FORM
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
-
Constructor Details
-
ProcessDefinitionResult
public ProcessDefinitionResult()
-
-
Method Details
-
name
-
getName
Name of this process definition.- Returns:
- name
-
setName
-
resourceName
-
getResourceName
Resource name for this process definition.- Returns:
- resourceName
-
setResourceName
-
version
-
getVersion
Version of this process definition.- Returns:
- version
-
setVersion
-
versionTag
-
getVersionTag
Version tag of this process definition.- Returns:
- versionTag
-
setVersionTag
-
processDefinitionId
-
getProcessDefinitionId
Process definition ID of this process definition.- Returns:
- processDefinitionId
-
setProcessDefinitionId
-
tenantId
-
getTenantId
Tenant ID of this process definition.- Returns:
- tenantId
-
setTenantId
-
processDefinitionKey
-
getProcessDefinitionKey
The key for this process definition.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
-
hasStartForm
-
getHasStartForm
Indicates whether the start event of the process has an associated Form Key.- Returns:
- hasStartForm
-
setHasStartForm
-
state
-
getState
The state of this process definition.- Returns:
- state
-
setState
-
equals
-
hashCode
public int hashCode() -
toString
-