public class CreateVirusScanAgainRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateVirusScanAgainRequest() |
CreateVirusScanAgainRequest(CreateVirusScanAgainRequest 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 Set of IDs of containers to be scanned
|
String |
getTaskId()
Get Task ID
|
Long |
getTimeout()
Get New timeout period
|
Boolean |
getTimeoutAll()
Get Whether to scan all timed-out containers
|
void |
setContainerIds(String[] ContainerIds)
Set Set of IDs of containers to be scanned
|
void |
setTaskId(String TaskId)
Set Task ID
|
void |
setTimeout(Long Timeout)
Set New timeout period
|
void |
setTimeoutAll(Boolean TimeoutAll)
Set Whether to scan all timed-out containers
|
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 CreateVirusScanAgainRequest()
public CreateVirusScanAgainRequest(CreateVirusScanAgainRequest source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Task IDpublic String[] getContainerIds()
public void setContainerIds(String[] ContainerIds)
ContainerIds
- Set of IDs of containers to be scannedpublic Boolean getTimeoutAll()
public void setTimeoutAll(Boolean TimeoutAll)
TimeoutAll
- Whether to scan all timed-out containerspublic Long getTimeout()
public void setTimeout(Long Timeout)
Timeout
- New timeout periodCopyright © 2024. All rights reserved.