Package io.camunda.client.protocol.rest
Class ProcessElementStatisticsResult
java.lang.Object
io.camunda.client.protocol.rest.ProcessElementStatisticsResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-04T12:01:10.435788262Z[GMT]",
comments="Generator version: 7.12.0")
public class ProcessElementStatisticsResult
extends Object
Process element statistics response.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe total number of active instances of the element.The total number of canceled instances of the element.The total number of completed instances of the element.The element ID for which the results are aggregated.The total number of incidents for the element.inthashCode()voidvoidsetCanceled(Long canceled) voidsetCompleted(Long completed) voidsetElementId(String elementId) voidsetIncidents(Long incidents) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ELEMENT_ID
- See Also:
-
JSON_PROPERTY_ACTIVE
- See Also:
-
JSON_PROPERTY_CANCELED
- See Also:
-
JSON_PROPERTY_INCIDENTS
- See Also:
-
JSON_PROPERTY_COMPLETED
- See Also:
-
-
Constructor Details
-
ProcessElementStatisticsResult
public ProcessElementStatisticsResult()
-
-
Method Details
-
elementId
-
getElementId
The element ID for which the results are aggregated.- Returns:
- elementId
-
setElementId
-
active
-
getActive
The total number of active instances of the element.- Returns:
- active
-
setActive
-
canceled
-
getCanceled
The total number of canceled instances of the element.- Returns:
- canceled
-
setCanceled
-
incidents
-
getIncidents
The total number of incidents for the element.- Returns:
- incidents
-
setIncidents
-
completed
-
getCompleted
The total number of completed instances of the element.- Returns:
- completed
-
setCompleted
-
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
-