public class ParamInfoDs extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ParamInfoDs()  | 
ParamInfoDs(ParamInfoDs 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 | 
getParamKey()
Get Parameter name. 
 | 
String | 
getParamValue()
Get Parameter value 
 | 
void | 
setParamKey(String ParamKey)
Set Parameter name. 
 | 
void | 
setParamValue(String ParamValue)
Set Parameter 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, toJsonStringpublic ParamInfoDs()
public ParamInfoDs(ParamInfoDs source)
public String getParamKey()
public void setParamKey(String ParamKey)
ParamKey - Parameter name.public String getParamValue()
public void setParamValue(String ParamValue)
ParamValue - Parameter valueCopyright © 2025. All rights reserved.