public class AlarmInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
AlarmInfo() |
AlarmInfo(AlarmInfo 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 |
getAlarmId()
Get Table names of IDs of alarms associated with the node.
|
Long |
getStatus()
Get Alarm status.
|
void |
setAlarmId(String AlarmId)
Set Table names of IDs of alarms associated with the node.
|
void |
setStatus(Long Status)
Set Alarm status.
|
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 AlarmInfo()
public AlarmInfo(AlarmInfo source)
public String getAlarmId()
public void setAlarmId(String AlarmId)
AlarmId
- Table names of IDs of alarms associated with the node. Separate multiple pairs with commas. Example: t1:id1,t2:id2public Long getStatus()
public void setStatus(Long Status)
Status
- Alarm status. This parameter takes effect when this node is an alarm node.Copyright © 2024. All rights reserved.