public class ThresholdValue extends AbstractModel
skipSign
Constructor and Description |
---|
ThresholdValue() |
ThresholdValue(ThresholdValue 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 |
getValue()
Get 阈值
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getValueType()
Get 阈值类型 1.低阈值 2.高阈值 3.普通阈值 4.枚举值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValue(String Value)
Set 阈值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValueType(Long ValueType)
Set 阈值类型 1.低阈值 2.高阈值 3.普通阈值 4.枚举值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ThresholdValue()
public ThresholdValue(ThresholdValue source)
public Long getValueType()
public void setValueType(Long ValueType)
ValueType
- 阈值类型 1.低阈值 2.高阈值 3.普通阈值 4.枚举值
注意:此字段可能返回 null,表示取不到有效值。public String getValue()
public void setValue(String Value)
Value
- 阈值
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.