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