public class AccountVpcInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
AccountVpcInfo() |
AccountVpcInfo(AccountVpcInfo 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 |
getRegion()
Get Vpc所属地区
|
String |
getUin()
Get Vpc所属账号
|
String |
getUniqVpcId()
Get VpcId
|
String |
getVpcName()
Get vpc资源名称
|
void |
setRegion(String Region)
Set Vpc所属地区
|
void |
setUin(String Uin)
Set Vpc所属账号
|
void |
setUniqVpcId(String UniqVpcId)
Set VpcId
|
void |
setVpcName(String VpcName)
Set vpc资源名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AccountVpcInfo()
public AccountVpcInfo(AccountVpcInfo source)
public String getUniqVpcId()
public void setUniqVpcId(String UniqVpcId)
UniqVpcId
- VpcIdpublic String getRegion()
public void setRegion(String Region)
Region
- Vpc所属地区public String getUin()
public void setUin(String Uin)
Uin
- Vpc所属账号public String getVpcName()
public void setVpcName(String VpcName)
VpcName
- vpc资源名称Copyright © 2025. All rights reserved.