Package io.camunda.client.protocol.rest
Class MigrateProcessInstanceMappingInstruction
java.lang.Object
io.camunda.client.protocol.rest.MigrateProcessInstanceMappingInstruction
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class MigrateProcessInstanceMappingInstruction
extends Object
The mapping instructions describe how to map elements from the source process definition to the target process definition.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe element id to migrate from.The element id to migrate into.inthashCode()voidsetSourceElementId(String sourceElementId) voidsetTargetElementId(String targetElementId) sourceElementId(String sourceElementId) targetElementId(String targetElementId) toString()
-
Field Details
-
JSON_PROPERTY_SOURCE_ELEMENT_ID
- See Also:
-
JSON_PROPERTY_TARGET_ELEMENT_ID
- See Also:
-
-
Constructor Details
-
MigrateProcessInstanceMappingInstruction
public MigrateProcessInstanceMappingInstruction()
-
-
Method Details
-
sourceElementId
-
getSourceElementId
The element id to migrate from.- Returns:
- sourceElementId
-
setSourceElementId
-
targetElementId
-
getTargetElementId
The element id to migrate into.- Returns:
- targetElementId
-
setTargetElementId
-
equals
-
hashCode
public int hashCode() -
toString
-