public class AttributeMap extends AbstractModel
| Constructor and Description | 
|---|
AttributeMap()  | 
| 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 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 © 2021. All rights reserved.