Class PathOutage


  • public class PathOutage
    extends Object

    PathOutage class.

    • Constructor Detail

      • PathOutage

        public PathOutage()
    • Method Detail

      • getCriticalPathIp

        public String getCriticalPathIp()

        Getter for the field criticalPathIp.

        Returns:
        a String object.
      • setCriticalPathIp

        public void setCriticalPathIp​(String criticalPathIp)

        Setter for the field criticalPathIp.

        Parameters:
        criticalPathIp - a String object.
      • getCriticalPathServiceName

        public String getCriticalPathServiceName()

        Getter for the field criticalPathServiceName.

        Returns:
        a String object.
      • setCriticalPathServiceName

        public void setCriticalPathServiceName​(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.