public class AlarmHierarchicalValue extends AbstractModel
Constructor and Description |
---|
AlarmHierarchicalValue() |
AlarmHierarchicalValue(AlarmHierarchicalValue 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 |
getRemind()
Get Threshold for the `Remind` level
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSerious()
Get Threshold for the `Serious` level
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getWarn()
Get Threshold for the `Warn` level
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRemind(String Remind)
Set Threshold for the `Remind` level
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSerious(String Serious)
Set Threshold for the `Serious` level
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setWarn(String Warn)
Set Threshold for the `Warn` level
Note: This field may return null, indicating that no valid values can be obtained.
|
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 AlarmHierarchicalValue()
public AlarmHierarchicalValue(AlarmHierarchicalValue source)
public String getRemind()
public void setRemind(String Remind)
Remind
- Threshold for the `Remind` level
Note: This field may return null, indicating that no valid values can be obtained.public String getWarn()
public void setWarn(String Warn)
Warn
- Threshold for the `Warn` level
Note: This field may return null, indicating that no valid values can be obtained.public String getSerious()
public void setSerious(String Serious)
Serious
- Threshold for the `Serious` level
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.