Class QuantileEntity
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.QuantileEntity
-
public class QuantileEntity extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFifthPositionValue()Get 五分位值 注意:此字段可能返回 null,表示取不到有效值。StringgetMaxValue()Get 最大值 注意:此字段可能返回 null,表示取不到有效值。StringgetMinValue()Get 最小值 注意:此字段可能返回 null,表示取不到有效值。StringgetNinthPositionValue()Get 九分位值 注意:此字段可能返回 null,表示取不到有效值。voidsetFifthPositionValue(String FifthPositionValue)Set 五分位值 注意:此字段可能返回 null,表示取不到有效值。voidsetMaxValue(String MaxValue)Set 最大值 注意:此字段可能返回 null,表示取不到有效值。voidsetMinValue(String MinValue)Set 最小值 注意:此字段可能返回 null,表示取不到有效值。voidsetNinthPositionValue(String NinthPositionValue)Set 九分位值 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
QuantileEntity
public QuantileEntity()
-
QuantileEntity
public 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.
-
-
Method Detail
-
getMaxValue
public String getMaxValue()
Get 最大值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MaxValue 最大值 注意:此字段可能返回 null,表示取不到有效值。
-
setMaxValue
public void setMaxValue(String MaxValue)
Set 最大值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MaxValue- 最大值 注意:此字段可能返回 null,表示取不到有效值。
-
getMinValue
public String getMinValue()
Get 最小值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MinValue 最小值 注意:此字段可能返回 null,表示取不到有效值。
-
setMinValue
public void setMinValue(String MinValue)
Set 最小值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MinValue- 最小值 注意:此字段可能返回 null,表示取不到有效值。
-
getFifthPositionValue
public String getFifthPositionValue()
Get 五分位值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FifthPositionValue 五分位值 注意:此字段可能返回 null,表示取不到有效值。
-
setFifthPositionValue
public void setFifthPositionValue(String FifthPositionValue)
Set 五分位值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FifthPositionValue- 五分位值 注意:此字段可能返回 null,表示取不到有效值。
-
getNinthPositionValue
public String getNinthPositionValue()
Get 九分位值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NinthPositionValue 九分位值 注意:此字段可能返回 null,表示取不到有效值。
-
setNinthPositionValue
public void setNinthPositionValue(String NinthPositionValue)
Set 九分位值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NinthPositionValue- 九分位值 注意:此字段可能返回 null,表示取不到有效值。
-
-