public class DBParamValue extends AbstractModel
Constructor and Description |
---|
DBParamValue() |
Modifier and Type | Method and Description |
---|---|
String |
getParam()
Get 参数名称
|
String |
getValue()
Get 参数值
|
void |
setParam(String Param)
Set 参数名称
|
void |
setValue(String Value)
Set 参数值
|
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, toJsonString
Copyright © 2020. All rights reserved.