public class AccountAttribute extends AbstractModel
header, skipSign| Constructor and 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. 
 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AccountAttribute()
public AccountAttribute(AccountAttribute source)
public String getAttributeName()
public void setAttributeName(String AttributeName)
AttributeName - Attribute namepublic String[] getAttributeValues()
public void setAttributeValues(String[] AttributeValues)
AttributeValues - Attribute valuesCopyright © 2025. All rights reserved.