public class DeleteScanTaskRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteScanTaskRequest() |
DeleteScanTaskRequest(DeleteScanTaskRequest 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 Effective for selected servers; a string array of host QUUIDs
|
Long |
getTaskId()
Get Task ID
|
void |
setModuleType(String ModuleType)
Set Module type.
|
void |
setQuuidList(String[] QuuidList)
Set Effective for selected servers; a string array of host QUUIDs
|
void |
setTaskId(Long TaskId)
Set Task ID
|
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 DeleteScanTaskRequest()
public DeleteScanTaskRequest(DeleteScanTaskRequest source)
public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId
- Task IDpublic String getModuleType()
public void setModuleType(String ModuleType)
ModuleType
- Module type. Malware (Trojan), Vul (vulnerability), and Baseline are currently available.public String[] getQuuidList()
public void setQuuidList(String[] QuuidList)
QuuidList
- Effective for selected servers; a string array of host QUUIDsCopyright © 2024. All rights reserved.