Package io.camunda.client.protocol.rest
Class JobErrorStatisticsQueryResult
java.lang.Object
io.camunda.client.protocol.rest.JobErrorStatisticsQueryResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class JobErrorStatisticsQueryResult
extends Object
JobErrorStatisticsQueryResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddItemsItem(JobErrorStatisticsItem itemsItem) booleangetItems()The list of per-error statistics items.getPage()Get pageinthashCode()items(List<JobErrorStatisticsItem> items) page(SearchQueryPageResponse page) voidsetItems(List<JobErrorStatisticsItem> items) voidtoString()
-
Field Details
-
JSON_PROPERTY_PAGE
- See Also:
-
JSON_PROPERTY_ITEMS
- See Also:
-
-
Constructor Details
-
JobErrorStatisticsQueryResult
public JobErrorStatisticsQueryResult()
-
-
Method Details