Class MigrateProcessInstanceMappingInstruction
java.lang.Object
io.camunda.zeebe.gateway.protocol.rest.MigrateProcessInstanceMappingInstruction
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-10-11T17:26:39.504605721Z[GMT]",
comments="Generator version: 7.8.0")
public class MigrateProcessInstanceMappingInstruction
extends Object
The mapping instructions describe how to map elements from the source process definition to the target process definition.
-
Constructor Summary
ConstructorsConstructorDescriptionMigrateProcessInstanceMappingInstruction(String sourceElementId, String targetElementId) Constructor with only required parameters -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull StringThe element ID to migrate from.@NotNull StringThe element ID to migrate into.inthashCode()voidsetSourceElementId(String sourceElementId) voidsetTargetElementId(String targetElementId) sourceElementId(String sourceElementId) targetElementId(String targetElementId) toString()
-
Constructor Details
-
MigrateProcessInstanceMappingInstruction
public MigrateProcessInstanceMappingInstruction() -
MigrateProcessInstanceMappingInstruction
Constructor with only required parameters
-
-
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
-