Class OutageSince


  • public class OutageSince
    extends Object
    OutageSince holds the temporary storage for data used during availability report generation presented in the report.
    • Constructor Detail

      • OutageSince

        public OutageSince​(String nodename,
                           long outTime,
                           long outage)
        Constructor
        Parameters:
        nodename - Node Name
        outTime - Start of Outage
        outage - Downtime
    • Method Detail

      • getNodeName

        public String getNodeName()
        Returns Node name
        Returns:
        a String object.
      • getOutage

        public long getOutage()
        Returns Downtime
        Returns:
        a long.
      • getOutTime

        public long getOutTime()
        Returns Down since
        Returns:
        a long.
      • toString

        public String toString()
        Returns the string format of this object
        Overrides:
        toString in class Object
        Returns:
        a String object.