Package io.camunda.client.protocol.rest
Class AgentInstanceCreationResult
java.lang.Object
io.camunda.client.protocol.rest.AgentInstanceCreationResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class AgentInstanceCreationResult
extends Object
Response returned after successfully creating an agent instance.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentInstanceKey(String agentInstanceKey) booleanThe system-generated key for the created agent instance.inthashCode()voidsetAgentInstanceKey(String agentInstanceKey) toString()
-
Field Details
-
JSON_PROPERTY_AGENT_INSTANCE_KEY
- See Also:
-
-
Constructor Details
-
AgentInstanceCreationResult
public AgentInstanceCreationResult()
-
-
Method Details