Class AccountAttribute
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.AccountAttribute
-
public class AccountAttribute extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AccountAttribute()AccountAttribute(AccountAttribute 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 StringgetAttributeName()Get 属性名String[]getAttributeValues()Get 属性值voidsetAttributeName(String AttributeName)Set 属性名voidsetAttributeValues(String[] AttributeValues)Set 属性值voidtoMap(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
-
AccountAttribute
public AccountAttribute()
-
AccountAttribute
public AccountAttribute(AccountAttribute 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
-
getAttributeName
public String getAttributeName()
Get 属性名- Returns:
- AttributeName 属性名
-
setAttributeName
public void setAttributeName(String AttributeName)
Set 属性名- Parameters:
AttributeName- 属性名
-
getAttributeValues
public String[] getAttributeValues()
Get 属性值- Returns:
- AttributeValues 属性值
-
setAttributeValues
public void setAttributeValues(String[] AttributeValues)
Set 属性值- Parameters:
AttributeValues- 属性值
-
-