public class CreateEmergencyVulScanRequest extends AbstractModel
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 |
---|---|
String[] |
getUuids()
Get 自选服务器时生效,主机uuid的string数组
|
Long |
getVulId()
Get 漏洞id
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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数组Copyright © 2022. All rights reserved.