Package org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.ted.node.attributes
Class Ipv6LocalAddressKey
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.Identifier<Ipv6LocalAddress>
@Generated("mdsal-binding-generator")
public class Ipv6LocalAddressKey
extends Object
implements org.opendaylight.yangtools.yang.binding.Identifier<Ipv6LocalAddress>
This class represents the key of
Ipv6LocalAddress
class.- See Also:
-
Constructor Summary
ConstructorDescriptionIpv6LocalAddressKey
(@NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Prefix _ipv6Prefix) Constructs an instance.Creates a copy from Source Object. -
Method Summary
-
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
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() -
equals
-
toString
-