public class AccountAttribute extends AbstractModel
Constructor and Description |
---|
AccountAttribute() |
Modifier and Type | Method and Description |
---|---|
String |
getAttributeName()
Get 属性名
|
String[] |
getAttributeValues()
Get 属性值
|
void |
setAttributeName(String AttributeName)
Set 属性名
|
void |
setAttributeValues(String[] AttributeValues)
Set 属性值
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getAttributeName()
public void setAttributeName(String AttributeName)
AttributeName
- 属性名public String[] getAttributeValues()
public void setAttributeValues(String[] AttributeValues)
AttributeValues
- 属性值Copyright © 2020. All rights reserved.