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