Class AccountVpcInfoOutput
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.privatedns.v20201028.models.AccountVpcInfoOutput
-
public class AccountVpcInfoOutput extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRegion()
Get 地域String
getUin()
Get 关联账户的uinString
getUniqVpcId()
Get vpcidvoid
setRegion(String Region)
Set 地域void
setUin(String Uin)
Set 关联账户的uinvoid
setUniqVpcId(String UniqVpcId)
Set vpcidvoid
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AccountVpcInfoOutput
public AccountVpcInfoOutput()
-
AccountVpcInfoOutput
public 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.
-
-
Method Detail
-
getUin
public String getUin()
Get 关联账户的uin- Returns:
- Uin 关联账户的uin
-
setUin
public void setUin(String Uin)
Set 关联账户的uin- Parameters:
Uin
- 关联账户的uin
-
getUniqVpcId
public String getUniqVpcId()
Get vpcid- Returns:
- UniqVpcId vpcid
-
setUniqVpcId
public void setUniqVpcId(String UniqVpcId)
Set vpcid- Parameters:
UniqVpcId
- vpcid
-
getRegion
public String getRegion()
Get 地域- Returns:
- Region 地域
-
setRegion
public void setRegion(String Region)
Set 地域- Parameters:
Region
- 地域
-
-