java.lang.Object
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.ted.node.attributes.Ipv6LocalAddressKey
All Implemented Interfaces:
Serializable, org.opendaylight.yangtools.concepts.Identifier, org.opendaylight.yangtools.concepts.Immutable, org.opendaylight.yangtools.yang.binding.Key<Ipv6LocalAddress>

@Generated("mdsal-binding-generator") public class Ipv6LocalAddressKey extends Object implements org.opendaylight.yangtools.yang.binding.Key<Ipv6LocalAddress>
This class represents the key of Ipv6LocalAddress class.
See Also:
  • Constructor Details

    • Ipv6LocalAddressKey

      public Ipv6LocalAddressKey(@NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Prefix _ipv6Prefix)
      Constructs an instance.
      Parameters:
      _ipv6Prefix - the entity ipv6Prefix
      Throws:
      NullPointerException - if any of the arguments are null
    • Ipv6LocalAddressKey

      public Ipv6LocalAddressKey(Ipv6LocalAddressKey source)
      Creates a copy from Source Object.
      Parameters:
      source - Source object
  • Method Details

    • getIpv6Prefix

      public @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Prefix getIpv6Prefix()
      Return ipv6Prefix, guaranteed to be non-null.
      Returns:
      Ipv6Prefix ipv6Prefix, guaranteed to be non-null.
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface org.opendaylight.yangtools.concepts.Identifier
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Specified by:
      equals in interface org.opendaylight.yangtools.concepts.Identifier
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Specified by:
      toString in interface org.opendaylight.yangtools.concepts.Identifier
      Overrides:
      toString in class Object