public class Parameter extends AbstractModel
Constructor and Description |
---|
Parameter() |
Modifier and Type | Method and Description |
---|---|
String |
getCurrentValue()
获取参数值
|
String |
getName()
获取参数名称
|
void |
setCurrentValue(String CurrentValue)
设置参数值
|
void |
setName(String Name)
设置参数名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getName()
public void setName(String Name)
Name
- 参数名称public String getCurrentValue()
public void setCurrentValue(String CurrentValue)
CurrentValue
- 参数值Copyright © 2019. All rights reserved.