public class Parameter extends AbstractModel
Constructor and Description |
---|
Parameter() |
Modifier and Type | Method and Description |
---|---|
String |
getCurrentValue()
Get Parameter value
|
String |
getName()
Get Parameter name
|
void |
setCurrentValue(String CurrentValue)
Set Parameter value
|
void |
setName(String Name)
Set Parameter name
|
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 getName()
public void setName(String Name)
Name
- Parameter namepublic String getCurrentValue()
public void setCurrentValue(String CurrentValue)
CurrentValue
- Parameter valueCopyright © 2020. All rights reserved.