Class IpV6SimpleTrafficClass

    • Method Summary

      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      static IpV6SimpleTrafficClass newInstance​(byte value)  
      java.lang.String toString()  
      byte value()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • newInstance

        public static IpV6SimpleTrafficClass newInstance​(byte value)
        Parameters:
        value - value
        Returns:
        a new IpV6SimpleTrafficClass object.
      • toString

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

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

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