public class DescribeUndoVulCountsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeUndoVulCountsRequest()  | 
DescribeUndoVulCountsRequest(DescribeUndoVulCountsRequest 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 | 
getIfEmergency()
Get Whether to apply emergency vulnerability detection: YES - yes 
 | 
Long | 
getVulCategory()
Get Vulnerability category. 
 | 
void | 
setIfEmergency(String IfEmergency)
Set Whether to apply emergency vulnerability detection: YES - yes 
 | 
void | 
setVulCategory(Long VulCategory)
Set Vulnerability category. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeUndoVulCountsRequest()
public DescribeUndoVulCountsRequest(DescribeUndoVulCountsRequest source)
public Long getVulCategory()
public void setVulCategory(Long VulCategory)
VulCategory - Vulnerability category. 1: web-cms vulnerabilities; 2: application vulnerabilities; 4: Linux software vulnerabilities; 5: Windows system vulnerabilitiespublic String getIfEmergency()
public void setIfEmergency(String IfEmergency)
IfEmergency - Whether to apply emergency vulnerability detection: YES - yesCopyright © 2025. All rights reserved.