|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opennms.web.outage.Outage
A JavaBean for holding information about a single outage.
Field Summary | |
protected java.lang.String |
hostname
|
protected java.lang.String |
ipAddress
|
protected java.lang.Integer |
lostServiceEventId
|
protected java.lang.String |
lostServiceNotificationAcknowledgedBy
|
protected java.lang.Integer |
lostServiceNotificationId
|
protected java.util.Date |
lostServiceTime
|
protected int |
nodeId
|
protected java.lang.String |
nodeLabel
|
protected int |
outageId
|
protected java.lang.Integer |
regainedServiceEventId
|
protected java.util.Date |
regainedServiceTime
|
protected int |
serviceId
|
protected java.lang.String |
serviceName
|
Constructor Summary | |
protected |
Outage()
|
protected |
Outage(int outageId,
int nodeId,
java.lang.String nodeLabel,
java.lang.String ipAddress,
java.lang.String hostname,
int serviceId,
java.lang.String serviceName,
java.util.Date lostServiceTime,
java.util.Date regainedServiceTime,
java.lang.Integer lostServiceEventId,
java.lang.Integer regainedServiceEventId,
java.lang.Integer lostServiceNotificationId,
java.lang.String lostServiceNotificationAcknowledgedBy)
|
Method Summary | |
java.lang.String |
getHostname()
can be null |
int |
getId()
|
java.lang.String |
getIpAddress()
|
java.lang.Integer |
getLostServiceEventId()
can be null |
java.lang.String |
getLostServiceNotificationAcknowledgedBy()
can be null |
java.lang.Integer |
getLostServiceNotificationId()
can be null |
java.util.Date |
getLostServiceTime()
|
int |
getNodeId()
|
java.lang.String |
getNodeLabel()
can be null |
java.lang.Integer |
getRegainedServiceEventId()
can be null |
java.util.Date |
getRegainedServiceTime()
can be null |
int |
getServiceId()
|
java.lang.String |
getServiceName()
can be null |
java.util.Date |
getTimeDown()
Deprecated. Please use getLostServiceTimeInstead |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int outageId
protected int nodeId
protected java.lang.String ipAddress
protected java.lang.String hostname
protected java.lang.String nodeLabel
protected int serviceId
protected java.lang.String serviceName
protected java.util.Date lostServiceTime
protected java.util.Date regainedServiceTime
protected java.lang.Integer lostServiceEventId
protected java.lang.Integer regainedServiceEventId
protected java.lang.Integer lostServiceNotificationId
protected java.lang.String lostServiceNotificationAcknowledgedBy
Constructor Detail |
protected Outage()
protected Outage(int outageId, int nodeId, java.lang.String nodeLabel, java.lang.String ipAddress, java.lang.String hostname, int serviceId, java.lang.String serviceName, java.util.Date lostServiceTime, java.util.Date regainedServiceTime, java.lang.Integer lostServiceEventId, java.lang.Integer regainedServiceEventId, java.lang.Integer lostServiceNotificationId, java.lang.String lostServiceNotificationAcknowledgedBy)
Method Detail |
public int getId()
public int getNodeId()
public java.lang.String getIpAddress()
public java.lang.String getHostname()
public java.lang.String getNodeLabel()
public int getServiceId()
public java.lang.String getServiceName()
public java.util.Date getLostServiceTime()
public java.util.Date getRegainedServiceTime()
public java.lang.Integer getLostServiceEventId()
public java.lang.Integer getRegainedServiceEventId()
public java.lang.Integer getLostServiceNotificationId()
public java.lang.String getLostServiceNotificationAcknowledgedBy()
public java.util.Date getTimeDown()
getLostServiceTimeInstead
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |