public class InstanceParam extends AbstractModel
Constructor and Description |
---|
InstanceParam() |
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Get Sets a parameter name
|
String |
getValue()
Get Sets a parameter value
|
void |
setKey(String Key)
Set Sets a parameter name
|
void |
setValue(String Value)
Set Sets a parameter value
|
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
public String getKey()
public void setKey(String Key)
Key
- Sets a parameter namepublic String getValue()
public void setValue(String Value)
Value
- Sets a parameter valueCopyright © 2020. All rights reserved.