Package io.camunda.client.protocol.rest
Class AgentInstanceHistoryItemCreationResult
java.lang.Object
io.camunda.client.protocol.rest.AgentInstanceHistoryItemCreationResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class AgentInstanceHistoryItemCreationResult
extends Object
Response returned after successfully appending a history item.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe system-generated key for the created history item.inthashCode()historyItemKey(String historyItemKey) voidsetHistoryItemKey(String historyItemKey) toString()
-
Field Details
-
JSON_PROPERTY_HISTORY_ITEM_KEY
- See Also:
-
-
Constructor Details
-
AgentInstanceHistoryItemCreationResult
public AgentInstanceHistoryItemCreationResult()
-
-
Method Details