Class IpV4Rfc791Tos

    • Method Detail

      • newInstance

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

        public boolean isLowDelay()
        Returns:
        lowDelay
      • isHighThroughput

        public boolean isHighThroughput()
        Returns:
        highThroughput
      • isHighReliability

        public boolean isHighReliability()
        Returns:
        highReliability
      • getSeventhBit

        public boolean getSeventhBit()
        Returns:
        seventhBit
      • getEighthBit

        public boolean getEighthBit()
        Returns:
        eighthBit
      • getBuilder

        public IpV4Rfc791Tos.Builder getBuilder()
        Returns:
        a new Builder object populated with this object's fields.
      • 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