public class ModelParameter extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModelParameter() |
ModelParameter(ModelParameter 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 |
---|---|
Float |
getDefault()
Get 默认值
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getMax()
Get 最大值
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getMin()
Get 最小值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDefault(Float Default)
Set 默认值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMax(Float Max)
Set 最大值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMin(Float Min)
Set 最小值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModelParameter()
public ModelParameter(ModelParameter source)
public Float getDefault()
public void setDefault(Float Default)
Default
- 默认值
注意:此字段可能返回 null,表示取不到有效值。public Float getMin()
public void setMin(Float Min)
Min
- 最小值
注意:此字段可能返回 null,表示取不到有效值。public Float getMax()
public void setMax(Float Max)
Max
- 最大值
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.