public class DBAssetVO extends AbstractModel
header, skipSign
Constructor and Description |
---|
DBAssetVO() |
DBAssetVO(DBAssetVO 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 |
getAccess()
Get
|
Long |
getAppId()
Get User `appid`
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getAssetCreateTime()
Get Asset creation time
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getAssetId()
Get Asset ID
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getAssetName()
Get Asset name
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getAssetType()
Get Asset type
Note: This field may return·null, indicating that no valid values can be obtained.
|
Long |
getAttack()
Get Network attacks
Note: This field may return·null, indicating that no valid values can be obtained.
|
Long |
getConfigurationRisk()
Get Configuration risks
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getDomain()
Get Domain name
Note: This field may return·null, indicating that no valid values can be obtained.
|
Long |
getIsCore()
Get Whether it's a critical asset
Note: This field may return·null, indicating that no valid values can be obtained.
|
Long |
getIsNewAsset()
Get Whether it's a newly-added asset.
|
String |
getLastScanTime()
Get Last scan time
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getNickName()
Get User name
Note: This field may return·null, indicating that no valid values can be obtained.
|
Long |
getPort()
Get Port
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getPrivateIp()
Get Private IP
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getPublicIp()
Get Public IP
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getRegion()
Get Region
Note: This field may return·null, indicating that no valid values can be obtained.
|
Long |
getScanTask()
Get Scan tasks
Note: This field may return·null, indicating that no valid values can be obtained.
|
Long |
getStatus()
Get Status
Note: This field may return·null, indicating that no valid values can be obtained.
|
Tag[] |
getTag()
Get Tags
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getUin()
Get User UIN
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getVpcId()
Get
|
String |
getVpcName()
Get VPC tags
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setAccess(Long Access)
Set
|
void |
setAppId(Long AppId)
Set User `appid`
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setAssetCreateTime(String AssetCreateTime)
Set Asset creation time
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setAssetId(String AssetId)
Set Asset ID
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setAssetName(String AssetName)
Set Asset name
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setAssetType(String AssetType)
Set Asset type
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setAttack(Long Attack)
Set Network attacks
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setConfigurationRisk(Long ConfigurationRisk)
Set Configuration risks
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setDomain(String Domain)
Set Domain name
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setIsCore(Long IsCore)
Set Whether it's a critical asset
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setIsNewAsset(Long IsNewAsset)
Set Whether it's a newly-added asset.
|
void |
setLastScanTime(String LastScanTime)
Set Last scan time
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setNickName(String NickName)
Set User name
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setPort(Long Port)
Set Port
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setPrivateIp(String PrivateIp)
Set Private IP
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setPublicIp(String PublicIp)
Set Public IP
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setRegion(String Region)
Set Region
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setScanTask(Long ScanTask)
Set Scan tasks
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setStatus(Long Status)
Set Status
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setTag(Tag[] Tag)
Set Tags
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setUin(String Uin)
Set User UIN
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setVpcId(String VpcId)
Set
|
void |
setVpcName(String VpcName)
Set VPC tags
Note: This field may return·null, indicating that no valid values can be obtained.
|
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 DBAssetVO()
public DBAssetVO(DBAssetVO source)
public String getAssetId()
public void setAssetId(String AssetId)
AssetId
- Asset ID
Note: This field may return·null, indicating that no valid values can be obtained.public String getAssetName()
public void setAssetName(String AssetName)
AssetName
- Asset name
Note: This field may return·null, indicating that no valid values can be obtained.public String getAssetType()
public void setAssetType(String AssetType)
AssetType
- Asset type
Note: This field may return·null, indicating that no valid values can be obtained.public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- public String getVpcName()
public void setVpcName(String VpcName)
VpcName
- VPC tags
Note: This field may return·null, indicating that no valid values can be obtained.public String getRegion()
public void setRegion(String Region)
Region
- Region
Note: This field may return·null, indicating that no valid values can be obtained.public String getDomain()
public void setDomain(String Domain)
Domain
- Domain name
Note: This field may return·null, indicating that no valid values can be obtained.public String getAssetCreateTime()
public void setAssetCreateTime(String AssetCreateTime)
AssetCreateTime
- Asset creation time
Note: This field may return·null, indicating that no valid values can be obtained.public String getLastScanTime()
public void setLastScanTime(String LastScanTime)
LastScanTime
- Last scan time
Note: This field may return·null, indicating that no valid values can be obtained.public Long getConfigurationRisk()
public void setConfigurationRisk(Long ConfigurationRisk)
ConfigurationRisk
- Configuration risks
Note: This field may return·null, indicating that no valid values can be obtained.public Long getAttack()
public void setAttack(Long Attack)
Attack
- Network attacks
Note: This field may return·null, indicating that no valid values can be obtained.public Long getAccess()
public void setAccess(Long Access)
Access
- public Long getScanTask()
public void setScanTask(Long ScanTask)
ScanTask
- Scan tasks
Note: This field may return·null, indicating that no valid values can be obtained.public Long getAppId()
public void setAppId(Long AppId)
AppId
- User `appid`
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 getNickName()
public void setNickName(String NickName)
NickName
- User name
Note: This field may return·null, indicating that no valid values can be obtained.public Long getPort()
public void setPort(Long Port)
Port
- Port
Note: This field may return·null, indicating that no valid values can be obtained.public Tag[] getTag()
public void setTag(Tag[] Tag)
Tag
- Tags
Note: This field may return·null, indicating that no valid values can be obtained.public String getPrivateIp()
public void setPrivateIp(String PrivateIp)
PrivateIp
- Private IP
Note: This field may return·null, indicating that no valid values can be obtained.public String getPublicIp()
public void setPublicIp(String PublicIp)
PublicIp
- Public IP
Note: This field may return·null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status
- Status
Note: This field may return·null, indicating that no valid values can be obtained.public Long getIsCore()
public void setIsCore(Long IsCore)
IsCore
- Whether it's a critical asset
Note: This field may return·null, indicating that no valid values can be obtained.public Long getIsNewAsset()
public void setIsNewAsset(Long IsNewAsset)
IsNewAsset
- Whether it's a newly-added asset. Values: `1` (Yes), `0` (No)
Note: This field may return·null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.