public class QuantileEntity extends AbstractModel
Constructor and Description |
---|
QuantileEntity() |
QuantileEntity(QuantileEntity 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 |
getFifthPositionValue()
Get 五分位值
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMaxValue()
Get 最大值
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMinValue()
Get 最小值
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNinthPositionValue()
Get 九分位值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFifthPositionValue(String FifthPositionValue)
Set 五分位值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMaxValue(String MaxValue)
Set 最大值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMinValue(String MinValue)
Set 最小值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNinthPositionValue(String NinthPositionValue)
Set 九分位值
注意:此字段可能返回 null,表示取不到有效值。
|
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 QuantileEntity()
public QuantileEntity(QuantileEntity source)
public String getMaxValue()
public void setMaxValue(String MaxValue)
MaxValue
- 最大值
注意:此字段可能返回 null,表示取不到有效值。public String getMinValue()
public void setMinValue(String MinValue)
MinValue
- 最小值
注意:此字段可能返回 null,表示取不到有效值。public String getFifthPositionValue()
public void setFifthPositionValue(String FifthPositionValue)
FifthPositionValue
- 五分位值
注意:此字段可能返回 null,表示取不到有效值。public String getNinthPositionValue()
public void setNinthPositionValue(String NinthPositionValue)
NinthPositionValue
- 九分位值
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.