public class MonitoredServiceStatusEntity extends Object
| Constructor and Description | 
|---|
MonitoredServiceStatusEntity(int nodeId,
                            InetAddress ipAddress,
                            int serviceTypeId,
                            Date lastEventTime,
                            OnmsSeverity severity,
                            long alarmCount)  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
getCount()  | 
InetAddress | 
getIpAddress()  | 
int | 
getNodeId()  | 
int | 
getServiceTypeId()  | 
OnmsSeverity | 
getSeverity()  | 
public MonitoredServiceStatusEntity(int nodeId,
                                    InetAddress ipAddress,
                                    int serviceTypeId,
                                    Date lastEventTime,
                                    OnmsSeverity severity,
                                    long alarmCount)
public OnmsSeverity getSeverity()
public long getCount()
public int getNodeId()
public int getServiceTypeId()
public InetAddress getIpAddress()
Copyright © 2021. All rights reserved.