Package io.camunda.client.protocol.rest
Class AgentInstanceHistorySearchQueryResult
java.lang.Object
io.camunda.client.protocol.rest.AgentInstanceHistorySearchQueryResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class AgentInstanceHistorySearchQueryResult
extends Object
AgentInstanceHistorySearchQueryResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddItemsItem(AgentInstanceHistoryItemResult itemsItem) booleangetItems()The matching history items.getPage()Get pageinthashCode()items(List<AgentInstanceHistoryItemResult> items) page(SearchQueryPageResponse page) voidvoidtoString()
-
Field Details
-
JSON_PROPERTY_PAGE
- See Also:
-
JSON_PROPERTY_ITEMS
- See Also:
-
-
Constructor Details
-
AgentInstanceHistorySearchQueryResult
public AgentInstanceHistorySearchQueryResult()
-
-
Method Details
-
page
-
getPage
Get page- Returns:
- page
-
setPage
-
items
public AgentInstanceHistorySearchQueryResult items(@Nonnull List<AgentInstanceHistoryItemResult> items) -
addItemsItem
-
getItems
The matching history items.- Returns:
- items
-
setItems
-
equals
-
hashCode
public int hashCode() -
toString
-