Class ScanVulAgainRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.ScanVulAgainRequest
-
public class ScanVulAgainRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ScanVulAgainRequest()ScanVulAgainRequest(ScanVulAgainRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEventIds()Get 漏洞事件id串,多个用英文逗号分隔StringgetUuids()Get 重新检查的机器uuid,多个逗号分隔voidsetEventIds(String EventIds)Set 漏洞事件id串,多个用英文逗号分隔voidsetUuids(String Uuids)Set 重新检查的机器uuid,多个逗号分隔voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ScanVulAgainRequest
public ScanVulAgainRequest()
-
ScanVulAgainRequest
public ScanVulAgainRequest(ScanVulAgainRequest 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.
-
-
Method Detail
-
getEventIds
public String getEventIds()
Get 漏洞事件id串,多个用英文逗号分隔- Returns:
- EventIds 漏洞事件id串,多个用英文逗号分隔
-
setEventIds
public void setEventIds(String EventIds)
Set 漏洞事件id串,多个用英文逗号分隔- Parameters:
EventIds- 漏洞事件id串,多个用英文逗号分隔
-
getUuids
public String getUuids()
Get 重新检查的机器uuid,多个逗号分隔- Returns:
- Uuids 重新检查的机器uuid,多个逗号分隔
-
setUuids
public void setUuids(String Uuids)
Set 重新检查的机器uuid,多个逗号分隔- Parameters:
Uuids- 重新检查的机器uuid,多个逗号分隔
-
-