public class InstanceParam extends AbstractModel
| Constructor and Description |
|---|
InstanceParam() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Get 设置参数的名字
|
String |
getValue()
Get 设置参数的值
|
void |
setKey(String Key)
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, toJsonStringpublic String getKey()
public void setKey(String Key)
Key - 设置参数的名字public String getValue()
public void setValue(String Value)
Value - 设置参数的值Copyright © 2020. All rights reserved.