Class ModifyProcessInstanceTerminateInstruction
java.lang.Object
io.camunda.zeebe.client.protocol.rest.ModifyProcessInstanceTerminateInstruction
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-10-28T16:53:53.401346729Z[GMT]",
comments="Generator version: 7.8.0")
public class ModifyProcessInstanceTerminateInstruction
extends Object
Instructions describing which elements should be terminated.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionelementInstanceKey(Long elementInstanceKey) booleanThe ID of the element that should be terminated.inthashCode()voidsetElementInstanceKey(Long elementInstanceKey) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ELEMENT_INSTANCE_KEY
- See Also:
-
-
Constructor Details
-
ModifyProcessInstanceTerminateInstruction
public ModifyProcessInstanceTerminateInstruction()
-
-
Method Details
-
elementInstanceKey
-
getElementInstanceKey
The ID of the element that should be terminated.- Returns:
- elementInstanceKey
-
setElementInstanceKey
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-