public class AccountAttribute extends AbstractModel
| Constructor and Description | 
|---|
| AccountAttribute() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAttributeName()Get Attribute name | 
| String[] | getAttributeValues()Get Attribute values | 
| void | setAttributeName(String AttributeName)Set Attribute name | 
| void | setAttributeValues(String[] AttributeValues)Set Attribute values | 
| 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, toJsonStringpublic String getAttributeName()
public void setAttributeName(String AttributeName)
AttributeName - Attribute namepublic String[] getAttributeValues()
public void setAttributeValues(String[] AttributeValues)
AttributeValues - Attribute valuesCopyright © 2020. All rights reserved.