public class ParamSpecRelation extends AbstractModel
Constructor and Description |
---|
ParamSpecRelation() |
ParamSpecRelation(ParamSpecRelation 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[] |
getEnumValue()
Get Value range of the enum parameter
Note: This field may return null, indicating that no valid values can be obtained.
|
Float |
getMax()
Get The maximum value of the `integer` or `real` parameter
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getMemory()
Get The specification that corresponds to the parameter information
Note: This field may return null, indicating that no valid values can be obtained.
|
Float |
getMin()
Get The minimum value of the `integer` or `real` parameter
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getName()
Get Parameter name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getUnit()
Get Unit of the parameter value.
|
String |
getValue()
Get The default parameter value under this specification
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setEnumValue(String[] EnumValue)
Set Value range of the enum parameter
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMax(Float Max)
Set The maximum value of the `integer` or `real` parameter
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMemory(String Memory)
Set The specification that corresponds to the parameter information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMin(Float Min)
Set The minimum value of the `integer` or `real` parameter
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setName(String Name)
Set Parameter name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUnit(String Unit)
Set Unit of the parameter value.
|
void |
setValue(String Value)
Set The default parameter value under this specification
Note: This field may return null, indicating that no valid values can be obtained.
|
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 ParamSpecRelation()
public ParamSpecRelation(ParamSpecRelation source)
public String getName()
public void setName(String Name)
Name
- Parameter name
Note: This field may return null, indicating that no valid values can be obtained.public String getMemory()
public void setMemory(String Memory)
Memory
- The specification that corresponds to the parameter information
Note: This field may return null, indicating that no valid values can be obtained.public String getValue()
public void setValue(String Value)
Value
- The default parameter value under this specification
Note: This field may return null, indicating that no valid values can be obtained.public String getUnit()
public void setUnit(String Unit)
Unit
- Unit of the parameter value. If the parameter has no unit, this field will return null.
Note: This field may return null, indicating that no valid values can be obtained.public Float getMax()
public void setMax(Float Max)
Max
- The maximum value of the `integer` or `real` parameter
Note: This field may return null, indicating that no valid values can be obtained.public Float getMin()
public void setMin(Float Min)
Min
- The minimum value of the `integer` or `real` parameter
Note: This field may return null, indicating that no valid values can be obtained.public String[] getEnumValue()
public void setEnumValue(String[] EnumValue)
EnumValue
- Value range of the enum parameter
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.