public class SkipSyncCheckItemRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
SkipSyncCheckItemRequest() |
SkipSyncCheckItemRequest(SkipSyncCheckItemRequest 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 |
getJobId()
Get Task ID, such as "sync-4ddgid2".
|
String[] |
getStepIds()
Get ID of the check step to be skipped, which is obtained in the `StepInfos[i].StepId` field returned by the `DescribeCheckSyncJobResult` API, such as "OptimizeCheck".
|
void |
setJobId(String JobId)
Set Task ID, such as "sync-4ddgid2".
|
void |
setStepIds(String[] StepIds)
Set ID of the check step to be skipped, which is obtained in the `StepInfos[i].StepId` field returned by the `DescribeCheckSyncJobResult` API, such as "OptimizeCheck".
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SkipSyncCheckItemRequest()
public SkipSyncCheckItemRequest(SkipSyncCheckItemRequest source)
public String getJobId()
public void setJobId(String JobId)
JobId
- Task ID, such as "sync-4ddgid2".public String[] getStepIds()
public void setStepIds(String[] StepIds)
StepIds
- ID of the check step to be skipped, which is obtained in the `StepInfos[i].StepId` field returned by the `DescribeCheckSyncJobResult` API, such as "OptimizeCheck".Copyright © 2024. All rights reserved.