public class DbAssetInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DbAssetInfo() |
DbAssetInfo(DbAssetInfo 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 |
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 |
getCFWProtectLevel()
Get CFW edition
Note: This field may return·null, indicating that no valid values can be obtained.
|
Long |
getCFWStatus()
Get CFW status
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.
|
Tag[] |
getTag()
Get Tag information
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getVpcId()
Get
|
String |
getVpcName()
Get VPC information
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 |
setCFWProtectLevel(Long CFWProtectLevel)
Set CFW edition
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setCFWStatus(Long CFWStatus)
Set CFW status
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 |
setTag(Tag[] Tag)
Set Tag information
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 information
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 DbAssetInfo()
public DbAssetInfo(DbAssetInfo source)
public Long getCFWStatus()
public void setCFWStatus(Long CFWStatus)
CFWStatus
- CFW status
Note: This field may return·null, indicating that no valid values can be obtained.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 getVpcName()
public void setVpcName(String VpcName)
VpcName
- VPC information
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 getPublicIp()
public void setPublicIp(String PublicIp)
PublicIp
- Public IP
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 getRegion()
public void setRegion(String Region)
Region
- Region
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 getAssetName()
public void setAssetName(String AssetName)
AssetName
- Asset name
Note: This field may return·null, indicating that no valid values can be obtained.public Long getCFWProtectLevel()
public void setCFWProtectLevel(Long CFWProtectLevel)
CFWProtectLevel
- CFW edition
Note: This field may return·null, indicating that no valid values can be obtained.public Tag[] getTag()
public void setTag(Tag[] Tag)
Tag
- Tag information
Note: This field may return·null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.