Class ConfIPv6

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

public class ConfIPv6 extends ConfIP implements Cloneable, Serializable, Comparable<ConfIPv6>
DATA_CONTAINER - Corresponds to the YANG inet:ipv6-address type.
See Also:
  • Constructor Details

  • Method Details

    • getRawAddress

      public int[] getRawAddress()
      Specified by:
      getRawAddress in class ConfIP
    • 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.
      Specified by:
      equals in class ConfValue
      Parameters:
      o - The object to compare to.
      Returns:
      true if the objects are identical.
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in class ConfValue
    • getAddress

      public InetAddress getAddress()
      Specified by:
      getAddress in class ConfIP
    • toString

      public String toString()
      Specified by:
      toString in class ConfValue
      Returns:
      the printable representation of the object.
    • encode

      public ConfEObject encode()
      Description copied from class: ConfValue
      encode value.
      Specified by:
      encode in class ConfIP
    • compareTo

      public int compareTo(ConfIPv6 o)
      Specified by:
      compareTo in interface Comparable<ConfIPv6>