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

        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()
      • hasUpdateFields

        Boolean hasUpdateFields()