public class VULViewVULRisk extends AbstractModel
header, skipSign
Constructor and Description |
---|
VULViewVULRisk() |
VULViewVULRisk(VULViewVULRisk 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 |
getAffectAssetCount()
Get Status of the risk.
|
String |
getAppId()
Get User `appid`
|
String |
getAppName()
Get Affected components
|
String |
getAppVersion()
Get Affected version
|
String |
getComponent()
Get Components
|
String |
getCVE()
Get CVE number
|
String |
getDescribe()
Get Description
|
Long |
getEMGCVulType()
Get Whether it's an emergency vulnerability.
|
String |
getFirstTime()
Get First detected
|
String |
getFix()
Get Fix suggestion
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getFrom()
Get Asset sub-category
|
String |
getId()
Get Unique ID of the asset
|
String |
getIndex()
Get Frontend index
|
String |
getLevel()
Get Risk level
|
String |
getNick()
Get User name.
|
Long |
getNoHandleCount()
Get Affected assets
|
String |
getPayload()
Get Pay load
|
String |
getPort()
Get Port
|
String |
getRecentTime()
Get Last detected
|
String |
getReferences()
Get Reference information of the vulnerability
|
String |
getUin()
Get User `uin`
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getVULName()
Get Vulnerability name
|
String |
getVULType()
Get Vulnerability type
|
String |
getVULURL()
Get Vulnerability URL
|
void |
setAffectAssetCount(Long AffectAssetCount)
Set Status of the risk.
|
void |
setAppId(String AppId)
Set User `appid`
|
void |
setAppName(String AppName)
Set Affected components
|
void |
setAppVersion(String AppVersion)
Set Affected version
|
void |
setComponent(String Component)
Set Components
|
void |
setCVE(String CVE)
Set CVE number
|
void |
setDescribe(String Describe)
Set Description
|
void |
setEMGCVulType(Long EMGCVulType)
Set Whether it's an emergency vulnerability.
|
void |
setFirstTime(String FirstTime)
Set First detected
|
void |
setFix(String Fix)
Set Fix suggestion
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setFrom(String From)
Set Asset sub-category
|
void |
setId(String Id)
Set Unique ID of the asset
|
void |
setIndex(String Index)
Set Frontend index
|
void |
setLevel(String Level)
Set Risk level
|
void |
setNick(String Nick)
Set User name.
|
void |
setNoHandleCount(Long NoHandleCount)
Set Affected assets
|
void |
setPayload(String Payload)
Set Pay load
|
void |
setPort(String Port)
Set Port
|
void |
setRecentTime(String RecentTime)
Set Last detected
|
void |
setReferences(String References)
Set Reference information of the vulnerability
|
void |
setUin(String Uin)
Set User `uin`
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setVULName(String VULName)
Set Vulnerability name
|
void |
setVULType(String VULType)
Set Vulnerability type
|
void |
setVULURL(String VULURL)
Set Vulnerability URL
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public VULViewVULRisk()
public VULViewVULRisk(VULViewVULRisk source)
public String getPort()
public void setPort(String Port)
Port
- Portpublic Long getNoHandleCount()
public void setNoHandleCount(Long NoHandleCount)
NoHandleCount
- Affected assetspublic String getLevel()
public void setLevel(String Level)
Level
- Risk levelpublic String getComponent()
public void setComponent(String Component)
Component
- Componentspublic String getRecentTime()
public void setRecentTime(String RecentTime)
RecentTime
- Last detectedpublic String getFirstTime()
public void setFirstTime(String FirstTime)
FirstTime
- First detectedpublic Long getAffectAssetCount()
public void setAffectAssetCount(Long AffectAssetCount)
AffectAssetCount
- Status of the risk. `0`: Not handled, `1`: Handled; `2`: Ignoredpublic String getId()
public void setId(String Id)
Id
- Unique ID of the assetpublic String getFrom()
public void setFrom(String From)
From
- Asset sub-categorypublic String getIndex()
public void setIndex(String Index)
Index
- Frontend indexpublic String getVULType()
public void setVULType(String VULType)
VULType
- Vulnerability typepublic String getVULName()
public void setVULName(String VULName)
VULName
- Vulnerability namepublic String getCVE()
public void setCVE(String CVE)
CVE
- CVE numberpublic String getDescribe()
public void setDescribe(String Describe)
Describe
- Descriptionpublic String getPayload()
public void setPayload(String Payload)
Payload
- Pay loadpublic String getAppName()
public void setAppName(String AppName)
AppName
- Affected componentspublic String getReferences()
public void setReferences(String References)
References
- Reference information of the vulnerabilitypublic String getAppVersion()
public void setAppVersion(String AppVersion)
AppVersion
- Affected versionpublic String getVULURL()
public void setVULURL(String VULURL)
VULURL
- Vulnerability URLpublic String getNick()
public void setNick(String Nick)
Nick
- User name.
Note: This field may return·null, indicating that no valid values can be obtained.public String getAppId()
public void setAppId(String AppId)
AppId
- User `appid`public String getUin()
public void setUin(String Uin)
Uin
- User `uin`
Note: This field may return·null, indicating that no valid values can be obtained.public String getFix()
public void setFix(String Fix)
Fix
- Fix suggestion
Note: This field may return·null, indicating that no valid values can be obtained.public Long getEMGCVulType()
public void setEMGCVulType(Long EMGCVulType)
EMGCVulType
- Whether it's an emergency vulnerability. Values: `1` (emergency vulnerability); `0` (non-emergency vulnerability
Note: This field may return·null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.