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 Detail

      • getAlarmType

        java.lang.Integer getAlarmType()
      • hasAlarmType

        boolean hasAlarmType()
      • getAutoClean

        java.lang.Boolean getAutoClean()
      • hasAutoClean

        boolean hasAutoClean()
      • getClearKey

        java.lang.String getClearKey()
      • getReductionKey

        java.lang.String getReductionKey()
      • getX733AlarmType

        java.lang.String getX733AlarmType()
      • getX733ProbableCause

        java.lang.Integer getX733ProbableCause()
      • hasX733ProbableCause

        boolean hasX733ProbableCause()
      • isAutoClean

        java.lang.Boolean isAutoClean()
      • getUpdateFieldList

        java.util.List<IUpdateField> getUpdateFieldList()
      • hasUpdateFields

        java.lang.Boolean hasUpdateFields()