Class HostRoute

  • All Implemented Interfaces:
    java.io.Serializable

    public class HostRoute
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String destination  
      private java.lang.String nexthop  
    • Constructor Summary

      Constructors 
      Constructor Description
      HostRoute()  
    • Field Detail

      • destination

        private java.lang.String destination
      • nexthop

        private java.lang.String nexthop
    • Constructor Detail

      • HostRoute

        public HostRoute()
    • Method Detail

      • getDestination

        public java.lang.String getDestination()
      • setDestination

        public void setDestination​(java.lang.String destination)
      • getNexthop

        public java.lang.String getNexthop()
      • setNexthop

        public void setNexthop​(java.lang.String nexthop)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object