Interface IAlarmData
-
- All Known Implementing Classes:
ImmutableAlarmData
public interface IAlarmData
A definition corresponding to POJO '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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
getAlarmType
Integer getAlarmType()
-
hasAlarmType
boolean hasAlarmType()
-
getAutoClean
Boolean getAutoClean()
-
hasAutoClean
boolean hasAutoClean()
-
getClearKey
String getClearKey()
-
getReductionKey
String getReductionKey()
-
getX733AlarmType
String getX733AlarmType()
-
getX733ProbableCause
Integer getX733ProbableCause()
-
hasX733ProbableCause
boolean hasX733ProbableCause()
-
isAutoClean
Boolean isAutoClean()
-
getUpdateFieldList
List<IUpdateField> getUpdateFieldList()
-
hasUpdateFields
Boolean hasUpdateFields()
-
getManagedObject
IManagedObject getManagedObject()
-
-