public class AttributeMap extends AbstractModel
| Constructor and Description | 
|---|
| AttributeMap() | 
| AttributeMap(AttributeMap 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 | getKey()Get Map key, supporting [a-zA-Z0-9-\.]* | 
| Long | getValue()Get Map value | 
| void | setKey(String Key)Set Map key, supporting [a-zA-Z0-9-\.]* | 
| void | setValue(Long Value)Set Map value | 
| 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 AttributeMap()
public AttributeMap(AttributeMap source)
public String getKey()
public void setKey(String Key)
Key - Map key, supporting [a-zA-Z0-9-\.]*public Long getValue()
public void setValue(Long Value)
Value - Map valueCopyright © 2022. All rights reserved.