public class AccountVpcInfoOut extends AbstractModel
header, skipSign
Constructor and Description |
---|
AccountVpcInfoOut() |
AccountVpcInfoOut(AccountVpcInfoOut 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所属地区: ap-guangzhou, ap-shanghai
|
String |
getUin()
Get Vpc所属账号: 123456789
|
String |
getVpcId()
Get VpcId
|
String |
getVpcName()
Get vpc资源名称:testname
|
void |
setRegion(String Region)
Set Vpc所属地区: ap-guangzhou, ap-shanghai
|
void |
setUin(String Uin)
Set Vpc所属账号: 123456789
|
void |
setVpcId(String VpcId)
Set VpcId
|
void |
setVpcName(String VpcName)
Set vpc资源名称:testname
|
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 AccountVpcInfoOut()
public AccountVpcInfoOut(AccountVpcInfoOut source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VpcIdpublic String getRegion()
public void setRegion(String Region)
Region
- Vpc所属地区: ap-guangzhou, ap-shanghaipublic String getUin()
public void setUin(String Uin)
Uin
- Vpc所属账号: 123456789public String getVpcName()
public void setVpcName(String VpcName)
VpcName
- vpc资源名称:testnameCopyright © 2025. All rights reserved.