public class AssetViewVULRisk extends AbstractModel
header, skipSign
Constructor and Description |
---|
AssetViewVULRisk() |
AssetViewVULRisk(AssetViewVULRisk 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 |
getAffectAsset()
Get Affected assets
|
String |
getAppId()
Get User `appid`
|
String |
getAppName()
Get Components affected by the vulnerability
|
String |
getAppVersion()
Get Version
|
String |
getComponent()
Get Components
|
String |
getCVE()
Get CVE number
|
Long |
getCWPVersion()
Get CWPP edition
|
String |
getDescribe()
Get Description
|
Long |
getEMGCVulType()
Get Whether it's an emergency vulnerability.
|
String |
getFirstTime()
Get First detected
|
String |
getFix()
Get Fix suggestion
|
String |
getFrom()
Get Source of the task
|
String |
getId()
Get Unique ID of the asset
|
String |
getIndex()
Get Frontend index
|
String |
getInstanceId()
Get Instance ID
|
String |
getInstanceName()
Get Instance name
|
String |
getInstanceType()
Get Asset type
|
String |
getInstanceUUID()
Get Instance UUID
|
Boolean |
getIsSupportDetect()
Get Whether it can be detected
|
Boolean |
getIsSupportRepair()
Get Whether it can be fixed
|
String |
getLevel()
Get Risk level
|
String |
getNick()
Get User name.
|
String |
getPayload()
Get Pay load
|
String |
getPOCId()
Get POC ID
|
String |
getPort()
Get Port
|
String |
getRecentTime()
Get Last detected
|
String |
getReferences()
Get Reference information about the vulnerability
|
String |
getService()
Get Service
|
Long |
getStatus()
Get Status of the risk.
|
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 |
setAffectAsset(String AffectAsset)
Set Affected assets
|
void |
setAppId(String AppId)
Set User `appid`
|
void |
setAppName(String AppName)
Set Components affected by the vulnerability
|
void |
setAppVersion(String AppVersion)
Set Version
|
void |
setComponent(String Component)
Set Components
|
void |
setCVE(String CVE)
Set CVE number
|
void |
setCWPVersion(Long CWPVersion)
Set CWPP edition
|
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
|
void |
setFrom(String From)
Set Source of the task
|
void |
setId(String Id)
Set Unique ID of the asset
|
void |
setIndex(String Index)
Set Frontend index
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
setInstanceName(String InstanceName)
Set Instance name
|
void |
setInstanceType(String InstanceType)
Set Asset type
|
void |
setInstanceUUID(String InstanceUUID)
Set Instance UUID
|
void |
setIsSupportDetect(Boolean IsSupportDetect)
Set Whether it can be detected
|
void |
setIsSupportRepair(Boolean IsSupportRepair)
Set Whether it can be fixed
|
void |
setLevel(String Level)
Set Risk level
|
void |
setNick(String Nick)
Set User name.
|
void |
setPayload(String Payload)
Set Pay load
|
void |
setPOCId(String POCId)
Set POC ID
|
void |
setPort(String Port)
Set Port
|
void |
setRecentTime(String RecentTime)
Set Last detected
|
void |
setReferences(String References)
Set Reference information about the vulnerability
|
void |
setService(String Service)
Set Service
|
void |
setStatus(Long Status)
Set Status of the risk.
|
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 AssetViewVULRisk()
public AssetViewVULRisk(AssetViewVULRisk source)
public String getAffectAsset()
public void setAffectAsset(String AffectAsset)
AffectAsset
- Affected assetspublic String getLevel()
public void setLevel(String Level)
Level
- Risk levelpublic String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType
- Asset typepublic String getComponent()
public void setComponent(String Component)
Component
- Componentspublic String getService()
public void setService(String Service)
Service
- Servicepublic String getRecentTime()
public void setRecentTime(String RecentTime)
RecentTime
- Last detectedpublic String getFirstTime()
public void setFirstTime(String FirstTime)
FirstTime
- First detectedpublic Long getStatus()
public void setStatus(Long Status)
Status
- 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 getIndex()
public void setIndex(String Index)
Index
- Frontend indexpublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName
- Instance namepublic String getAppId()
public void setAppId(String AppId)
AppId
- User `appid`public 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 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 getVULType()
public void setVULType(String VULType)
VULType
- Vulnerability typepublic String getPort()
public void setPort(String Port)
Port
- Portpublic String getDescribe()
public void setDescribe(String Describe)
Describe
- Descriptionpublic String getAppName()
public void setAppName(String AppName)
AppName
- Components affected by the vulnerabilitypublic String getReferences()
public void setReferences(String References)
References
- Reference information about the vulnerabilitypublic String getAppVersion()
public void setAppVersion(String AppVersion)
AppVersion
- Versionpublic String getVULURL()
public void setVULURL(String VULURL)
VULURL
- Vulnerability URLpublic String getVULName()
public void setVULName(String VULName)
VULName
- Vulnerability namepublic String getCVE()
public void setCVE(String CVE)
CVE
- CVE numberpublic String getFix()
public void setFix(String Fix)
Fix
- Fix suggestionpublic String getPOCId()
public void setPOCId(String POCId)
POCId
- POC IDpublic String getFrom()
public void setFrom(String From)
From
- Source of the taskpublic Long getCWPVersion()
public void setCWPVersion(Long CWPVersion)
CWPVersion
- CWPP editionpublic Boolean getIsSupportRepair()
public void setIsSupportRepair(Boolean IsSupportRepair)
IsSupportRepair
- Whether it can be fixedpublic Boolean getIsSupportDetect()
public void setIsSupportDetect(Boolean IsSupportDetect)
IsSupportDetect
- Whether it can be detectedpublic String getInstanceUUID()
public void setInstanceUUID(String InstanceUUID)
InstanceUUID
- Instance UUIDpublic String getPayload()
public void setPayload(String Payload)
Payload
- Pay loadpublic 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.