Class MonitoredServiceStatusEntity


  • public class MonitoredServiceStatusEntity
    extends java.lang.Object
    • Constructor Detail

      • MonitoredServiceStatusEntity

        public MonitoredServiceStatusEntity​(int nodeId,
                                            java.net.InetAddress ipAddress,
                                            int serviceTypeId,
                                            java.util.Date lastEventTime,
                                            OnmsSeverity severity,
                                            long alarmCount)
    • Method Detail

      • getCount

        public long getCount()
      • getNodeId

        public int getNodeId()
      • getServiceTypeId

        public int getServiceTypeId()
      • getIpAddress

        public java.net.InetAddress getIpAddress()