Class CreateEmergencyVulScanRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.CreateEmergencyVulScanRequest
-
public class CreateEmergencyVulScanRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateEmergencyVulScanRequest()CreateEmergencyVulScanRequest(CreateEmergencyVulScanRequest 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 LonggetTimeoutPeriod()Get 扫描超时时长 ,单位秒String[]getUuids()Get 自选服务器时生效,主机uuid的string数组LonggetVulId()Get 漏洞idvoidsetTimeoutPeriod(Long TimeoutPeriod)Set 扫描超时时长 ,单位秒voidsetUuids(String[] Uuids)Set 自选服务器时生效,主机uuid的string数组voidsetVulId(Long VulId)Set 漏洞idvoidtoMap(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
-
CreateEmergencyVulScanRequest
public CreateEmergencyVulScanRequest()
-
CreateEmergencyVulScanRequest
public CreateEmergencyVulScanRequest(CreateEmergencyVulScanRequest 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
-
getVulId
public Long getVulId()
Get 漏洞id- Returns:
- VulId 漏洞id
-
setVulId
public void setVulId(Long VulId)
Set 漏洞id- Parameters:
VulId- 漏洞id
-
getUuids
public String[] getUuids()
Get 自选服务器时生效,主机uuid的string数组- Returns:
- Uuids 自选服务器时生效,主机uuid的string数组
-
setUuids
public void setUuids(String[] Uuids)
Set 自选服务器时生效,主机uuid的string数组- Parameters:
Uuids- 自选服务器时生效,主机uuid的string数组
-
getTimeoutPeriod
public Long getTimeoutPeriod()
Get 扫描超时时长 ,单位秒- Returns:
- TimeoutPeriod 扫描超时时长 ,单位秒
-
setTimeoutPeriod
public void setTimeoutPeriod(Long TimeoutPeriod)
Set 扫描超时时长 ,单位秒- Parameters:
TimeoutPeriod- 扫描超时时长 ,单位秒
-
-