Package io.camunda.client.protocol.rest
Class ProcessDefinitionElementStatisticsQueryResult
java.lang.Object
io.camunda.client.protocol.rest.ProcessDefinitionElementStatisticsQueryResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class ProcessDefinitionElementStatisticsQueryResult
extends Object
Process definition element statistics query response.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddItemsItem(ProcessElementStatisticsResult itemsItem) booleangetItems()The element statistics.inthashCode()items(List<ProcessElementStatisticsResult> items) voidtoString()
-
Field Details
-
JSON_PROPERTY_ITEMS
- See Also:
-
-
Constructor Details
-
ProcessDefinitionElementStatisticsQueryResult
public ProcessDefinitionElementStatisticsQueryResult()
-
-
Method Details
-
items
public ProcessDefinitionElementStatisticsQueryResult items(@Nonnull List<ProcessElementStatisticsResult> items) -
addItemsItem
public ProcessDefinitionElementStatisticsQueryResult addItemsItem(ProcessElementStatisticsResult itemsItem) -
getItems
The element statistics.- Returns:
- items
-
setItems
-
equals
-
hashCode
public int hashCode() -
toString
-