public class ModifyAssetImageScanStopRequest extends AbstractModel
Constructor and Description |
---|
ModifyAssetImageScanStopRequest() |
ModifyAssetImageScanStopRequest(ModifyAssetImageScanStopRequest 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[] |
getImages()
Get 镜像id
|
String |
getTaskID()
Get 任务id
|
void |
setImages(String[] Images)
Set 镜像id
|
void |
setTaskID(String TaskID)
Set 任务id
|
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 ModifyAssetImageScanStopRequest()
public ModifyAssetImageScanStopRequest(ModifyAssetImageScanStopRequest source)
public String getTaskID()
public void setTaskID(String TaskID)
TaskID
- 任务idpublic String[] getImages()
public void setImages(String[] Images)
Images
- 镜像idCopyright © 2022. All rights reserved.