Class ProcessDefinitionStatisticsResultDto
java.lang.Object
org.camunda.community.rest.client.dto.ProcessDefinitionStatisticsResultDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class ProcessDefinitionStatisticsResultDto
extends Object
ProcessDefinitionStatisticsResultDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddIncidentsItem(IncidentStatisticsResultDto incidentsItem) definition(ProcessDefinitionDto definition) booleanfailedJobs(Integer failedJobs) The fully qualified class name of the data transfer object class.org.openapitools.jackson.nullable.JsonNullable<String>Get definitionThe total number of failed jobs for the running instances.getId()The id of the process definition the results are aggregated for.org.openapitools.jackson.nullable.JsonNullable<String>Each item in the resulting array is an object which contains `incidentType` and `incidentCount`.org.openapitools.jackson.nullable.JsonNullable<List<IncidentStatisticsResultDto>>The total number of running process instances of this process definition.inthashCode()incidents(List<IncidentStatisticsResultDto> incidents) voidsetAtClass(String atClass) voidsetAtClass_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> atClass) voidsetDefinition(ProcessDefinitionDto definition) voidsetFailedJobs(Integer failedJobs) voidvoidsetId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id) voidsetIncidents(List<IncidentStatisticsResultDto> incidents) voidsetIncidents_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<IncidentStatisticsResultDto>> incidents) voidsetInstances(Integer instances) 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_INSTANCES
- See Also:
-
JSON_PROPERTY_FAILED_JOBS
- See Also:
-
JSON_PROPERTY_INCIDENTS
- See Also:
-
JSON_PROPERTY_AT_CLASS
- See Also:
-
JSON_PROPERTY_DEFINITION
- See Also:
-
-
Constructor Details
-
ProcessDefinitionStatisticsResultDto
public ProcessDefinitionStatisticsResultDto()
-
-
Method Details
-
id
-
getId
The id of the process definition the results are aggregated for.- Returns:
- id
-
getId_JsonNullable
-
setId_JsonNullable
-
setId
-
instances
-
getInstances
The total number of running process instances of this process definition.- Returns:
- instances
-
setInstances
-
failedJobs
-
getFailedJobs
The total number of failed jobs for the running instances. **Note**: Will be `0` (not `null`), if failed jobs were excluded.- Returns:
- failedJobs
-
setFailedJobs
-
incidents
-
addIncidentsItem
public ProcessDefinitionStatisticsResultDto addIncidentsItem(IncidentStatisticsResultDto incidentsItem) -
getIncidents
Each item in the resulting array is an object which contains `incidentType` and `incidentCount`. **Note**: Will be an empty array, if `incidents` or `incidentsForType` were excluded. Furthermore, the array will be also empty if no incidents were found.- Returns:
- incidents
-
getIncidents_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<List<IncidentStatisticsResultDto>> getIncidents_JsonNullable() -
setIncidents_JsonNullable
public void setIncidents_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<IncidentStatisticsResultDto>> incidents) -
setIncidents
-
atClass
-
getAtClass
The fully qualified class name of the data transfer object class. The class name might change in future releases.- Returns:
- atClass
-
getAtClass_JsonNullable
-
setAtClass_JsonNullable
-
setAtClass
-
definition
-
getDefinition
Get definition- Returns:
- definition
-
setDefinition
-
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
-