Class MigrationPlanGenerationDto
java.lang.Object
org.camunda.community.rest.client.dto.MigrationPlanGenerationDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class MigrationPlanGenerationDto
extends Object
MigrationPlanGenerationDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe id of the source process definition for the migration.org.openapitools.jackson.nullable.JsonNullable<String>The id of the target process definition for the migration.org.openapitools.jackson.nullable.JsonNullable<String>A boolean flag indicating whether instructions between events should be configured to update the event triggers.org.openapitools.jackson.nullable.JsonNullable<Boolean>A map of variables which will be set into the process instances' scope.org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> inthashCode()putVariablesItem(String key, VariableValueDto variablesItem) voidsetSourceProcessDefinitionId(String sourceProcessDefinitionId) voidsetSourceProcessDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> sourceProcessDefinitionId) voidsetTargetProcessDefinitionId(String targetProcessDefinitionId) voidsetTargetProcessDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> targetProcessDefinitionId) voidsetUpdateEventTriggers(Boolean updateEventTriggers) voidsetUpdateEventTriggers_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> updateEventTriggers) voidsetVariables(Map<String, VariableValueDto> variables) voidsetVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) sourceProcessDefinitionId(String sourceProcessDefinitionId) targetProcessDefinitionId(String targetProcessDefinitionId) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.updateEventTriggers(Boolean updateEventTriggers) variables(Map<String, VariableValueDto> variables)
-
Field Details
-
JSON_PROPERTY_SOURCE_PROCESS_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_TARGET_PROCESS_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_UPDATE_EVENT_TRIGGERS
- See Also:
-
JSON_PROPERTY_VARIABLES
- See Also:
-
-
Constructor Details
-
MigrationPlanGenerationDto
public MigrationPlanGenerationDto()
-
-
Method Details
-
sourceProcessDefinitionId
-
getSourceProcessDefinitionId
The id of the source process definition for the migration.- Returns:
- sourceProcessDefinitionId
-
getSourceProcessDefinitionId_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getSourceProcessDefinitionId_JsonNullable() -
setSourceProcessDefinitionId_JsonNullable
public void setSourceProcessDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> sourceProcessDefinitionId) -
setSourceProcessDefinitionId
-
targetProcessDefinitionId
-
getTargetProcessDefinitionId
The id of the target process definition for the migration.- Returns:
- targetProcessDefinitionId
-
getTargetProcessDefinitionId_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getTargetProcessDefinitionId_JsonNullable() -
setTargetProcessDefinitionId_JsonNullable
public void setTargetProcessDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> targetProcessDefinitionId) -
setTargetProcessDefinitionId
-
updateEventTriggers
-
getUpdateEventTriggers
A boolean flag indicating whether instructions between events should be configured to update the event triggers.- Returns:
- updateEventTriggers
-
getUpdateEventTriggers_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Boolean> getUpdateEventTriggers_JsonNullable() -
setUpdateEventTriggers_JsonNullable
public void setUpdateEventTriggers_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> updateEventTriggers) -
setUpdateEventTriggers
-
variables
-
putVariablesItem
-
getVariables
A map of variables which will be set into the process instances' scope. Each key is a variable name and each value a JSON variable value object.- Returns:
- variables
-
getVariables_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> getVariables_JsonNullable() -
setVariables_JsonNullable
public void setVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) -
setVariables
-
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
-