public class CreateEmergencyVulScanRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getTimeoutPeriod()
Get 扫描超时时长 ,单位秒
|
String[] |
getUuids()
Get 自选服务器时生效,主机uuid的string数组
|
Long |
getVulId()
Get 漏洞id
|
void |
setTimeoutPeriod(Long TimeoutPeriod)
Set 扫描超时时长 ,单位秒
|
void |
setUuids(String[] Uuids)
Set 自选服务器时生效,主机uuid的string数组
|
void |
setVulId(Long VulId)
Set 漏洞id
|
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, toJsonString
public CreateEmergencyVulScanRequest()
public CreateEmergencyVulScanRequest(CreateEmergencyVulScanRequest source)
public Long getVulId()
public void setVulId(Long VulId)
VulId
- 漏洞idpublic String[] getUuids()
public void setUuids(String[] Uuids)
Uuids
- 自选服务器时生效,主机uuid的string数组public Long getTimeoutPeriod()
public void setTimeoutPeriod(Long TimeoutPeriod)
TimeoutPeriod
- 扫描超时时长 ,单位秒Copyright © 2024. All rights reserved.