public class MapParam extends AbstractModel
header, skipSign
Constructor and Description |
---|
MapParam() |
MapParam(MapParam 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值
|
String |
getType()
Get 类型,DEFAULT默认,DATE系统预设-时间戳,CUSTOMIZE自定义,MAPPING映射
|
String |
getValue()
Get 值
|
void |
setKey(String Key)
Set key值
|
void |
setType(String Type)
Set 类型,DEFAULT默认,DATE系统预设-时间戳,CUSTOMIZE自定义,MAPPING映射
|
void |
setValue(String Value)
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, toJsonString
public MapParam()
public MapParam(MapParam source)
public String getKey()
public void setKey(String Key)
Key
- key值public String getType()
public void setType(String Type)
Type
- 类型,DEFAULT默认,DATE系统预设-时间戳,CUSTOMIZE自定义,MAPPING映射public String getValue()
public void setValue(String Value)
Value
- 值Copyright © 2024. All rights reserved.