Package io.camunda.client.protocol.rest
Class ProcessDefinitionInstanceStatisticsResult
java.lang.Object
io.camunda.client.protocol.rest.ProcessDefinitionInstanceStatisticsResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class ProcessDefinitionInstanceStatisticsResult
extends Object
Process definition instance statistics response.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactiveInstancesWithIncidentCount(Long activeInstancesWithIncidentCount) activeInstancesWithoutIncidentCount(Long activeInstancesWithoutIncidentCount) booleanTotal number of currently active process instances of this definition that have at least one incident.Total number of currently active process instances of this definition that do not have incidents.Indicates whether multiple versions of this process definition instance are deployed.Name of the latest deployed process definition instance version.Id of a process definition, from the model.The unique identifier of the tenant.inthashCode()hasMultipleVersions(Boolean hasMultipleVersions) latestProcessDefinitionName(String latestProcessDefinitionName) processDefinitionId(String processDefinitionId) voidsetActiveInstancesWithIncidentCount(Long activeInstancesWithIncidentCount) voidsetActiveInstancesWithoutIncidentCount(Long activeInstancesWithoutIncidentCount) voidsetHasMultipleVersions(Boolean hasMultipleVersions) voidsetLatestProcessDefinitionName(String latestProcessDefinitionName) voidsetProcessDefinitionId(String processDefinitionId) voidsetTenantId(String tenantId) toString()
-
Field Details
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_LATEST_PROCESS_DEFINITION_NAME
- See Also:
-
JSON_PROPERTY_HAS_MULTIPLE_VERSIONS
- See Also:
-
JSON_PROPERTY_ACTIVE_INSTANCES_WITHOUT_INCIDENT_COUNT
- See Also:
-
JSON_PROPERTY_ACTIVE_INSTANCES_WITH_INCIDENT_COUNT
- See Also:
-
-
Constructor Details
-
ProcessDefinitionInstanceStatisticsResult
public ProcessDefinitionInstanceStatisticsResult()
-
-
Method Details
-
processDefinitionId
public ProcessDefinitionInstanceStatisticsResult processDefinitionId(@Nonnull String processDefinitionId) -
getProcessDefinitionId
Id of a process definition, from the model. Only ids of process definitions that are deployed are useful.- Returns:
- processDefinitionId
-
setProcessDefinitionId
-
tenantId
-
getTenantId
The unique identifier of the tenant.- Returns:
- tenantId
-
setTenantId
-
latestProcessDefinitionName
public ProcessDefinitionInstanceStatisticsResult latestProcessDefinitionName(@Nullable String latestProcessDefinitionName) -
getLatestProcessDefinitionName
Name of the latest deployed process definition instance version.- Returns:
- latestProcessDefinitionName
-
setLatestProcessDefinitionName
-
hasMultipleVersions
public ProcessDefinitionInstanceStatisticsResult hasMultipleVersions(@Nonnull Boolean hasMultipleVersions) -
getHasMultipleVersions
Indicates whether multiple versions of this process definition instance are deployed.- Returns:
- hasMultipleVersions
-
setHasMultipleVersions
-
activeInstancesWithoutIncidentCount
public ProcessDefinitionInstanceStatisticsResult activeInstancesWithoutIncidentCount(@Nonnull Long activeInstancesWithoutIncidentCount) -
getActiveInstancesWithoutIncidentCount
Total number of currently active process instances of this definition that do not have incidents.- Returns:
- activeInstancesWithoutIncidentCount
-
setActiveInstancesWithoutIncidentCount
-
activeInstancesWithIncidentCount
public ProcessDefinitionInstanceStatisticsResult activeInstancesWithIncidentCount(@Nonnull Long activeInstancesWithIncidentCount) -
getActiveInstancesWithIncidentCount
Total number of currently active process instances of this definition that have at least one incident.- Returns:
- activeInstancesWithIncidentCount
-
setActiveInstancesWithIncidentCount
-
equals
-
hashCode
public int hashCode() -
toString
-