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
|
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
|
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
- Copyright © 2023. All rights reserved.