Class ConfUInt8

All Implemented Interfaces:
Serializable, Cloneable, Comparable<ConfUInt32>

public class ConfUInt8 extends ConfUInt32 implements Cloneable, Serializable
DATA_CONTAINER - Corresponds to the YANG uint8 type
See Also:
  • Constructor Details

  • Method Details

    • equals

      public boolean equals(Object o)
      Description copied from class: ConfValue
      Determine if two ConfValue are equal. In general, ConfObjects are equal if the components they consist of are equal.
      Overrides:
      equals in class ConfUInt32
      Parameters:
      o - The object to compare to.
      Returns:
      true if the objects are identical.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class ConfUInt32
    • encode

      public ConfEObject encode()
      Description copied from class: ConfValue
      encode value.
      Overrides:
      encode in class ConfUInt32