Package io.camunda.client.protocol.rest
Class ProcessInstanceWaitStateStatisticsResult
java.lang.Object
io.camunda.client.protocol.rest.ProcessInstanceWaitStateStatisticsResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class ProcessInstanceWaitStateStatisticsResult
extends Object
Process instance wait state statistics response item.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe element id for which the wait states are aggregated.The total number of waiting instances of the element.inthashCode()voidsetElementId(String elementId) voidsetWaitingCount(Long waitingCount) toString()waitingCount(Long waitingCount)
-
Field Details
-
JSON_PROPERTY_ELEMENT_ID
- See Also:
-
JSON_PROPERTY_WAITING_COUNT
- See Also:
-
-
Constructor Details
-
ProcessInstanceWaitStateStatisticsResult
public ProcessInstanceWaitStateStatisticsResult()
-
-
Method Details
-
elementId
-
getElementId
The element id for which the wait states are aggregated.- Returns:
- elementId
-
setElementId
-
waitingCount
-
getWaitingCount
The total number of waiting instances of the element.- Returns:
- waitingCount
-
setWaitingCount
-
equals
-
hashCode
public int hashCode() -
toString
-