public class AccountVpcInfoOutput extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
AccountVpcInfoOutput()  | 
AccountVpcInfoOutput(AccountVpcInfoOutput 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 Region 
 | 
String | 
getUin()
Get UIN of the VPC account 
 | 
String | 
getUniqVpcId()
Get VPC ID 
 | 
void | 
setRegion(String Region)
Set Region 
 | 
void | 
setUin(String Uin)
Set UIN of the VPC account 
 | 
void | 
setUniqVpcId(String UniqVpcId)
Set VPC ID 
 | 
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, toJsonStringpublic AccountVpcInfoOutput()
public AccountVpcInfoOutput(AccountVpcInfoOutput source)
public String getUin()
public void setUin(String Uin)
Uin - UIN of the VPC accountpublic String getUniqVpcId()
public void setUniqVpcId(String UniqVpcId)
UniqVpcId - VPC IDpublic String getRegion()
public void setRegion(String Region)
Region - RegionCopyright © 2025. All rights reserved.