public class ExportVulDetectionExcelRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ExportVulDetectionExcelRequest() | 
| ExportVulDetectionExcelRequest(ExportVulDetectionExcelRequest 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 | 
|---|---|
| Long | getTaskId()Get ID of the vulnerability detection task (different from the ID of the task for exporting the vulnerability detection Excel file in the response parameters) | 
| void | setTaskId(Long TaskId)Set ID of the vulnerability detection task (different from the ID of the task for exporting the vulnerability detection Excel file in the response parameters) | 
| 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, toJsonStringpublic ExportVulDetectionExcelRequest()
public ExportVulDetectionExcelRequest(ExportVulDetectionExcelRequest source)
public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId - ID of the vulnerability detection task (different from the ID of the task for exporting the vulnerability detection Excel file in the response parameters)Copyright © 2024. All rights reserved.