public class RetryVulFixRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
RetryVulFixRequest() |
RetryVulFixRequest(RetryVulFixRequest 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 |
getFixId()
Get 漏洞id
|
String |
getQuuid()
Get 主机Quuid
|
Long |
getVulId()
Get 漏洞id
|
void |
setFixId(Long FixId)
Set 漏洞id
|
void |
setQuuid(String Quuid)
Set 主机Quuid
|
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 RetryVulFixRequest()
public RetryVulFixRequest(RetryVulFixRequest source)
public Long getFixId()
public void setFixId(Long FixId)
FixId
- 漏洞idpublic String getQuuid()
public void setQuuid(String Quuid)
Quuid
- 主机Quuidpublic Long getVulId()
public void setVulId(Long VulId)
VulId
- 漏洞idCopyright © 2024. All rights reserved.