public class DescribeKBVulnerabilityRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeKBVulnerabilityRequest() |
DescribeKBVulnerabilityRequest(DescribeKBVulnerabilityRequest 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 ID列表(不能与Vul ID同时存在)
|
String[] |
getVulID()
Get Vul ID列表(不能与CVE ID 同时存在)
|
void |
setCVEID(String[] CVEID)
Set CVE ID列表(不能与Vul ID同时存在)
|
void |
setVulID(String[] VulID)
Set Vul ID列表(不能与CVE ID 同时存在)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeKBVulnerabilityRequest()
public DescribeKBVulnerabilityRequest(DescribeKBVulnerabilityRequest source)
public String[] getCVEID()
public void setCVEID(String[] CVEID)
CVEID
- CVE ID列表(不能与Vul ID同时存在)public String[] getVulID()
public void setVulID(String[] VulID)
VulID
- Vul ID列表(不能与CVE ID 同时存在)Copyright © 2023. All rights reserved.