public class AttributeMap extends AbstractModel
header, skipSign
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 属性字典 key [a-zA-Z0-9-\.]*
|
Long |
getValue()
Get 属性字典 value
|
void |
setKey(String Key)
Set 属性字典 key [a-zA-Z0-9-\.]*
|
void |
setValue(Long Value)
Set 属性字典 value
|
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, toJsonString
public AttributeMap()
public AttributeMap(AttributeMap source)
public String getKey()
public void setKey(String Key)
Key
- 属性字典 key [a-zA-Z0-9-\.]*public Long getValue()
public void setValue(Long Value)
Value
- 属性字典 valueCopyright © 2024. All rights reserved.