public class AssetViewWeakPassRisk extends AbstractModel
header, skipSign
Constructor and Description |
---|
AssetViewWeakPassRisk() |
AssetViewWeakPassRisk(AssetViewWeakPassRisk 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 |
getComponent()
Get Components
|
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 |
getLevel()
Get Risk level
|
String |
getNick()
Get User name.
|
String |
getPasswordType()
Get Weak password type
|
String |
getPayload()
Get Pay load
|
String |
getRecentTime()
Get Last detected
|
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 |
getVULType()
Get Vulnerability type
|
String |
getVULURL()
Get Vulnerability URL
|
void |
setAffectAsset(String AffectAsset)
Set Affected assets
|
void |
setAppId(String AppId)
Set User AppId
|
void |
setComponent(String Component)
Set Components
|
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 |
setLevel(String Level)
Set Risk level
|
void |
setNick(String Nick)
Set User name.
|
void |
setPasswordType(String PasswordType)
Set Weak password type
|
void |
setPayload(String Payload)
Set Pay load
|
void |
setRecentTime(String RecentTime)
Set Last detected
|
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 |
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 AssetViewWeakPassRisk()
public AssetViewWeakPassRisk(AssetViewWeakPassRisk 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 AppIdpublic 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 getPasswordType()
public void setPasswordType(String PasswordType)
PasswordType
- Weak password typepublic String getFrom()
public void setFrom(String From)
From
- Source of the taskpublic String getVULType()
public void setVULType(String VULType)
VULType
- Vulnerability typepublic String getVULURL()
public void setVULURL(String VULURL)
VULURL
- Vulnerability URLpublic String getFix()
public void setFix(String Fix)
Fix
- Fix suggestionpublic String getPayload()
public void setPayload(String Payload)
Payload
- Pay loadCopyright © 2024. All rights reserved.