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 属性名 | 
| 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, 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 - 属性名public String[] getAttributeValues()
public void setAttributeValues(String[] AttributeValues)
AttributeValues - 属性值Copyright © 2025. All rights reserved.