Class MigrateProcessInstanceMappingInstruction
java.lang.Object
io.camunda.zeebe.client.protocol.rest.MigrateProcessInstanceMappingInstruction
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-10-28T16:53:53.401346729Z[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.
-
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()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
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
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-