Package io.camunda.client.impl.response
Class CreateAgentHistoryItemResponseImpl
java.lang.Object
io.camunda.client.impl.response.CreateAgentHistoryItemResponseImpl
- All Implemented Interfaces:
CreateAgentHistoryItemResponse
public class CreateAgentHistoryItemResponseImpl
extends Object
implements CreateAgentHistoryItemResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
-
Constructor Details
-
CreateAgentHistoryItemResponseImpl
public CreateAgentHistoryItemResponseImpl()
-
-
Method Details
-
setResponse
public CreateAgentHistoryItemResponseImpl setResponse(AgentInstanceHistoryItemCreationResult result) -
getHistoryItemKey
public long getHistoryItemKey()- Specified by:
getHistoryItemKeyin interfaceCreateAgentHistoryItemResponse- Returns:
- the system-generated key for the created agent history item
-