|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.reporting.datablock.OutageSince
public class OutageSince
OutageSince holds the temporary storage for data used during availability report generation presented in the report.
| Constructor Summary | |
|---|---|
OutageSince(String nodename,
long outTime,
long outage)
Constructor |
|
| Method Summary | |
|---|---|
String |
getNodeName()
Returns Node name |
long |
getOutage()
Returns Downtime |
long |
getOutTime()
Returns Down since |
String |
toString()
Returns the string format of this object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OutageSince(String nodename,
long outTime,
long outage)
nodename - Node NameoutTime - Start of Outageoutage - Downtime| Method Detail |
|---|
public String getNodeName()
String object.public long getOutage()
public long getOutTime()
public String toString()
toString in class ObjectString object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||