Class AlarmMember


  • public class AlarmMember
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AlarmMember​(long memberId, AlarmType alarmType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AlarmType getAlarmType()
      Returns the type of alarm which has been raised.
      long getMemberId()
      Returns the ID of the member associated with the raised alarm.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AlarmMember

        public AlarmMember​(long memberId,
                           AlarmType alarmType)
    • Method Detail

      • getMemberId

        public long getMemberId()
        Returns the ID of the member associated with the raised alarm.
      • getAlarmType

        public AlarmType getAlarmType()
        Returns the type of alarm which has been raised.