Class NodeInfo.NodeInfoPorts

  • Enclosing class:
    NodeInfo

    public static class NodeInfo.NodeInfoPorts
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeInfoPorts()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getDiscovery()  
      java.lang.Integer getListener()  
      void setDiscovery​(java.lang.Integer discovery)  
      void setListener​(java.lang.Integer listener)  
      • Methods inherited from class java.lang.Object

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

      • NodeInfoPorts

        public NodeInfoPorts()
    • Method Detail

      • getDiscovery

        public java.lang.Integer getDiscovery()
      • setDiscovery

        public void setDiscovery​(java.lang.Integer discovery)
      • getListener

        public java.lang.Integer getListener()
      • setListener

        public void setListener​(java.lang.Integer listener)