public class DescribeSearchBugInfoRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeSearchBugInfoRequest() |
DescribeSearchBugInfoRequest(DescribeSearchBugInfoRequest 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 |
getCVEId()
Get CVE number of the vulnerability.
|
String |
getId()
Get Type of the query action.
|
void |
setCVEId(String CVEId)
Set CVE number of the vulnerability.
|
void |
setId(String Id)
Set Type of the query action.
|
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 DescribeSearchBugInfoRequest()
public DescribeSearchBugInfoRequest(DescribeSearchBugInfoRequest source)
public String getId()
public void setId(String Id)
Id
- Type of the query action. `1`: Query emergency vulnerabilities; `2`: Query all vulnerabilities; `3`: Query a specific vulnerability. When `Id=3`, `CVEId` is required.public String getCVEId()
public void setCVEId(String CVEId)
CVEId
- CVE number of the vulnerability. It's required when `Id=3`.Copyright © 2024. All rights reserved.