public class ParamEntry extends AbstractModel
Constructor and Description |
---|
ParamEntry() |
ParamEntry(ParamEntry 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 |
getExpectedValue()
Get The new value to which the parameter will be modified.
|
String |
getName()
Get Parameter name
|
void |
setExpectedValue(String ExpectedValue)
Set The new value to which the parameter will be modified.
|
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 ParamEntry()
public ParamEntry(ParamEntry source)
public String getName()
public void setName(String Name)
Name
- Parameter namepublic String getExpectedValue()
public void setExpectedValue(String ExpectedValue)
ExpectedValue
- The new value to which the parameter will be modified. When this parameter is used as an input parameter, its value must be a string, such as `0.1` (decimal), `1000` (integer), and `replica` (enum).Copyright © 2023. All rights reserved.