Package io.camunda.client.protocol.rest
Class ProcessInstanceCreationTerminateInstruction
java.lang.Object
io.camunda.client.protocol.rest.ProcessInstanceCreationRuntimeInstruction
io.camunda.client.protocol.rest.ProcessInstanceCreationTerminateInstruction
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-08T19:37:20.302687113Z[GMT]",
comments="Generator version: 7.12.0")
public class ProcessInstanceCreationTerminateInstruction
extends ProcessInstanceCreationRuntimeInstruction
ProcessInstanceCreationTerminateInstruction
-
Field Summary
FieldsFields inherited from class io.camunda.client.protocol.rest.ProcessInstanceCreationRuntimeInstruction
JSON_PROPERTY_TYPE, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionafterElementId(String afterElementId) booleanThe ID of the element that, once completed or terminated, will cause the process to be terminated.inthashCode()voidsetAfterElementId(String afterElementId) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.type(RuntimeInstructionType type) Methods inherited from class io.camunda.client.protocol.rest.ProcessInstanceCreationRuntimeInstruction
getType, setType
-
Field Details
-
JSON_PROPERTY_AFTER_ELEMENT_ID
- See Also:
-
-
Constructor Details
-
ProcessInstanceCreationTerminateInstruction
public ProcessInstanceCreationTerminateInstruction()
-
-
Method Details
-
afterElementId
-
getAfterElementId
The ID of the element that, once completed or terminated, will cause the process to be terminated.- Returns:
- afterElementId
-
setAfterElementId
-
type
- Overrides:
typein classProcessInstanceCreationRuntimeInstruction
-
equals
- Overrides:
equalsin classProcessInstanceCreationRuntimeInstruction
-
hashCode
public int hashCode()- Overrides:
hashCodein classProcessInstanceCreationRuntimeInstruction
-
toString
- Overrides:
toStringin classProcessInstanceCreationRuntimeInstruction
-
toUrlQueryString
Convert the instance into URL query string.- Overrides:
toUrlQueryStringin classProcessInstanceCreationRuntimeInstruction- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Overrides:
toUrlQueryStringin classProcessInstanceCreationRuntimeInstruction- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-