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