Class Node


  • public class Node
    extends java.lang.Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="nodeid" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="nodevalue" type="{http://www.w3.org/2001/XMLSchema}double"/>
             <element name="nodesvccount" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="nodesvcdowncount" type="{http://www.w3.org/2001/XMLSchema}long"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      Node()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      long getNodeid()
      Gets the value of the nodeid property.
      long getNodesvccount()
      Gets the value of the nodesvccount property.
      long getNodesvcdowncount()
      Gets the value of the nodesvcdowncount property.
      double getNodevalue()
      Gets the value of the nodevalue property.
      int hashCode()  
      void setNodeid​(long value)
      Sets the value of the nodeid property.
      void setNodesvccount​(long value)
      Sets the value of the nodesvccount property.
      void setNodesvcdowncount​(long value)
      Sets the value of the nodesvcdowncount property.
      void setNodevalue​(double value)
      Sets the value of the nodevalue property.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • nodeid

        protected long nodeid
      • nodevalue

        protected double nodevalue
      • nodesvccount

        protected long nodesvccount
      • nodesvcdowncount

        protected long nodesvcdowncount
    • Constructor Detail

      • Node

        public Node()
    • Method Detail

      • getNodeid

        public long getNodeid()
        Gets the value of the nodeid property.
      • setNodeid

        public void setNodeid​(long value)
        Sets the value of the nodeid property.
      • getNodevalue

        public double getNodevalue()
        Gets the value of the nodevalue property.
      • setNodevalue

        public void setNodevalue​(double value)
        Sets the value of the nodevalue property.
      • getNodesvccount

        public long getNodesvccount()
        Gets the value of the nodesvccount property.
      • setNodesvccount

        public void setNodesvccount​(long value)
        Sets the value of the nodesvccount property.
      • getNodesvcdowncount

        public long getNodesvcdowncount()
        Gets the value of the nodesvcdowncount property.
      • setNodesvcdowncount

        public void setNodesvcdowncount​(long value)
        Sets the value of the nodesvcdowncount property.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object