public class ThresholdValue extends AbstractModel
header, 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 ThresholdNote: This field may return null, indicating that no valid value can be obtained.
|
Long |
getValueType()
Get Threshold type 1.
|
void |
setValue(String Value)
Set ThresholdNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setValueType(Long ValueType)
Set Threshold type 1.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ThresholdValue()
public ThresholdValue(ThresholdValue source)
public Long getValueType()
public void setValueType(Long ValueType)
ValueType
- Threshold type 1. Low threshold 2. High threshold 3. Normal threshold 4. Enumerated values
Note: This field may return null, indicating that no valid value can be obtained.public String getValue()
public void setValue(String Value)
Value
- ThresholdNote: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.