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 Details

    • MigrateProcessInstanceMappingInstruction

      public MigrateProcessInstanceMappingInstruction()
    • MigrateProcessInstanceMappingInstruction

      public MigrateProcessInstanceMappingInstruction(String sourceElementId, String targetElementId)
      Constructor with only required parameters
  • Method Details

    • sourceElementId

      public MigrateProcessInstanceMappingInstruction sourceElementId(String sourceElementId)
    • getSourceElementId

      @NotNull public @NotNull String getSourceElementId()
      The element ID to migrate from.
      Returns:
      sourceElementId
    • setSourceElementId

      public void setSourceElementId(String sourceElementId)
    • targetElementId

      public MigrateProcessInstanceMappingInstruction targetElementId(String targetElementId)
    • getTargetElementId

      @NotNull public @NotNull String getTargetElementId()
      The element ID to migrate into.
      Returns:
      targetElementId
    • setTargetElementId

      public void setTargetElementId(String targetElementId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object