public interface IAlarmData
AlarmData'.
 The 'has...()' methods exist since the corresponding 'get...()' methods will return a default value if null.
 Using the 'has...()' method is the only means to determine if the backing value is null.| Modifier and Type | Method and Description | 
|---|---|
Integer | 
getAlarmType()  | 
Boolean | 
getAutoClean()  | 
String | 
getClearKey()  | 
IManagedObject | 
getManagedObject()  | 
String | 
getReductionKey()  | 
List<IUpdateField> | 
getUpdateFieldList()  | 
String | 
getX733AlarmType()  | 
Integer | 
getX733ProbableCause()  | 
boolean | 
hasAlarmType()  | 
boolean | 
hasAutoClean()  | 
Boolean | 
hasUpdateFields()  | 
boolean | 
hasX733ProbableCause()  | 
Boolean | 
isAutoClean()  | 
Integer getAlarmType()
boolean hasAlarmType()
Boolean getAutoClean()
boolean hasAutoClean()
String getClearKey()
String getReductionKey()
String getX733AlarmType()
Integer getX733ProbableCause()
boolean hasX733ProbableCause()
Boolean isAutoClean()
List<IUpdateField> getUpdateFieldList()
Boolean hasUpdateFields()
IManagedObject getManagedObject()
Copyright © 2021. All rights reserved.