Class PathOutage


  • public class PathOutage
    extends java.lang.Object

    PathOutage class.

    • Constructor Summary

      Constructors 
      Constructor Description
      PathOutage()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCriticalPathIp()
      Getter for the field criticalPathIp.
      java.lang.String getCriticalPathServiceName()
      Getter for the field criticalPathServiceName.
      int getNodeId()
      Getter for the field nodeId.
      void setCriticalPathIp​(java.lang.String criticalPathIp)
      Setter for the field criticalPathIp.
      void setCriticalPathServiceName​(java.lang.String criticalPathServiceName)
      Setter for the field criticalPathServiceName.
      void setNodeId​(int nodeId)
      Setter for the field nodeId.
      java.lang.String toString()
      toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PathOutage

        public PathOutage()
    • Method Detail

      • toString

        public java.lang.String toString()

        toString

        Overrides:
        toString in class java.lang.Object
        Returns:
        a String object.
      • getCriticalPathIp

        public java.lang.String getCriticalPathIp()

        Getter for the field criticalPathIp.

        Returns:
        a String object.
      • setCriticalPathIp

        public void setCriticalPathIp​(java.lang.String criticalPathIp)

        Setter for the field criticalPathIp.

        Parameters:
        criticalPathIp - a String object.
      • getCriticalPathServiceName

        public java.lang.String getCriticalPathServiceName()

        Getter for the field criticalPathServiceName.

        Returns:
        a String object.
      • setCriticalPathServiceName

        public void setCriticalPathServiceName​(java.lang.String criticalPathServiceName)

        Setter for the field criticalPathServiceName.

        Parameters:
        criticalPathServiceName - a String object.
      • getNodeId

        public int getNodeId()

        Getter for the field nodeId.

        Returns:
        a int.
      • setNodeId

        public void setNodeId​(int nodeId)

        Setter for the field nodeId.

        Parameters:
        nodeId - a int.