Package io.camunda.client.protocol.rest
Class ProcessInstanceModificationTerminateByKeyInstruction
java.lang.Object
io.camunda.client.protocol.rest.ProcessInstanceModificationTerminateByKeyInstruction
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class ProcessInstanceModificationTerminateByKeyInstruction
extends Object
Instruction providing the key of the element instance to terminate.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionelementInstanceKey(String elementInstanceKey) booleanThe key of the element instance to terminate.inthashCode()voidsetElementInstanceKey(String elementInstanceKey) toString()
-
Field Details
-
JSON_PROPERTY_ELEMENT_INSTANCE_KEY
- See Also:
-
-
Constructor Details
-
ProcessInstanceModificationTerminateByKeyInstruction
public ProcessInstanceModificationTerminateByKeyInstruction()
-
-
Method Details
-
elementInstanceKey
public ProcessInstanceModificationTerminateByKeyInstruction elementInstanceKey(@Nonnull String elementInstanceKey) -
getElementInstanceKey
The key of the element instance to terminate.- Returns:
- elementInstanceKey
-
setElementInstanceKey
-
equals
-
hashCode
public int hashCode() -
toString
-