public class SkipCheckItemRequest extends AbstractModel
Constructor and Description |
---|
SkipCheckItemRequest() |
SkipCheckItemRequest(SkipCheckItemRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getForeignKeyFlag()
Get When the check fails due to foreign key dependency, you can use this field to specify whether to migrate the foreign key dependency.
|
String |
getJobId()
Get Data migration task ID
|
String[] |
getStepIds()
Get ID of the check step to be skipped, which is obtained in the `StepInfo[i].StepId` field returned by the `DescribeMigrationCheckJob` API, such as "OptimizeCheck".
|
void |
setForeignKeyFlag(String ForeignKeyFlag)
Set When the check fails due to foreign key dependency, you can use this field to specify whether to migrate the foreign key dependency.
|
void |
setJobId(String JobId)
Set Data migration task ID
|
void |
setStepIds(String[] StepIds)
Set ID of the check step to be skipped, which is obtained in the `StepInfo[i].StepId` field returned by the `DescribeMigrationCheckJob` API, such as "OptimizeCheck".
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SkipCheckItemRequest()
public SkipCheckItemRequest(SkipCheckItemRequest source)
public String getJobId()
public void setJobId(String JobId)
JobId
- Data migration task IDpublic String[] getStepIds()
public void setStepIds(String[] StepIds)
StepIds
- ID of the check step to be skipped, which is obtained in the `StepInfo[i].StepId` field returned by the `DescribeMigrationCheckJob` API, such as "OptimizeCheck".public String getForeignKeyFlag()
public void setForeignKeyFlag(String ForeignKeyFlag)
ForeignKeyFlag
- When the check fails due to foreign key dependency, you can use this field to specify whether to migrate the foreign key dependency. The foreign key dependency won’t be migrated when `StepIds` contains `ConstraintCheck` and the value of this field is `shield`, and will be migrated when `StepIds` contains `ConstraintCheck` and the value of this field is `migrate`.Copyright © 2023. All rights reserved.