Package io.camunda.client.protocol.rest
Class SourceElementInstanceKeyInstruction
java.lang.Object
io.camunda.client.protocol.rest.SourceElementInstanceKeyInstruction
- All Implemented Interfaces:
SourceElementInstruction
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class SourceElementInstanceKeyInstruction
extends Object
implements SourceElementInstruction
Defines an instruction with a sourceElementInstanceKey. The move instruction
with this sourceType will terminate one active element instance with the
sourceElementInstanceKey and activate a new element instance at
targetElementId.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe source element instance key for the move instruction.The type of source element instruction.inthashCode()voidsetSourceElementInstanceKey(String sourceElementInstanceKey) voidsetSourceType(String sourceType) sourceElementInstanceKey(String sourceElementInstanceKey) sourceType(String sourceType) toString()
-
Field Details
-
JSON_PROPERTY_SOURCE_TYPE
- See Also:
-
JSON_PROPERTY_SOURCE_ELEMENT_INSTANCE_KEY
- See Also:
-
-
Constructor Details
-
SourceElementInstanceKeyInstruction
public SourceElementInstanceKeyInstruction()
-
-
Method Details
-
sourceType
-
getSourceType
The type of source element instruction.- Specified by:
getSourceTypein interfaceSourceElementInstruction- Returns:
- sourceType
-
setSourceType
-
sourceElementInstanceKey
public SourceElementInstanceKeyInstruction sourceElementInstanceKey(@Nonnull String sourceElementInstanceKey) -
getSourceElementInstanceKey
The source element instance key for the move instruction.- Returns:
- sourceElementInstanceKey
-
setSourceElementInstanceKey
-
equals
-
hashCode
public int hashCode() -
toString
-