public class ScanTaskAgainRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ScanTaskAgainRequest() |
ScanTaskAgainRequest(ScanTaskAgainRequest 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 |
getModuleType()
Get Module type.
|
String[] |
getQuuidList()
Get String array of host QUUIDs.
|
Long |
getTaskId()
Get Task ID
|
Long |
getTimeoutPeriod()
Get Scan timeout
|
void |
setModuleType(String ModuleType)
Set Module type.
|
void |
setQuuidList(String[] QuuidList)
Set String array of host QUUIDs.
|
void |
setTaskId(Long TaskId)
Set Task ID
|
void |
setTimeoutPeriod(Long TimeoutPeriod)
Set Scan timeout
|
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 ScanTaskAgainRequest()
public ScanTaskAgainRequest(ScanTaskAgainRequest source)
public String getModuleType()
public void setModuleType(String ModuleType)
ModuleType
- Module type. Currently supported values: Malware: Trojan; Vul: vulnerability; Baseline: baseline.public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId
- Task IDpublic String[] getQuuidList()
public void setQuuidList(String[] QuuidList)
QuuidList
- String array of host QUUIDs. This parameter is effective for selected servers.public Long getTimeoutPeriod()
public void setTimeoutPeriod(Long TimeoutPeriod)
TimeoutPeriod
- Scan timeoutCopyright © 2024. All rights reserved.