public class StopVirusScanTaskRequest extends AbstractModel
Constructor and Description |
---|
StopVirusScanTaskRequest() |
StopVirusScanTaskRequest(StopVirusScanTaskRequest 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[] |
getContainerIds()
Get ID of the container to be stopped.
|
String |
getTaskId()
Get Task ID
|
void |
setContainerIds(String[] ContainerIds)
Set ID of the container to be stopped.
|
void |
setTaskId(String TaskId)
Set Task 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 StopVirusScanTaskRequest()
public StopVirusScanTaskRequest(StopVirusScanTaskRequest source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Task IDpublic String[] getContainerIds()
public void setContainerIds(String[] ContainerIds)
ContainerIds
- ID of the container to be stopped. If it is left empty, the entire task will be stopped.Copyright © 2023. All rights reserved.