Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.identifiers.tlv.lsp.identifiers.address.family.Ipv6Case
Package
Description
-
Uses of Ipv6Case in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.identifiers.tlv.lsp.identifiers.address.family
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Ipv6Case>>
E$$Ipv6CaseBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull Ipv6Case
Ipv6CaseBuilder.build()
A newIpv6Case
instance.Modifier and TypeMethodDescriptionstatic boolean
Ipv6Case.bindingEquals
(@NonNull Ipv6Case thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Ipv6Case.bindingHashCode
(@NonNull Ipv6Case obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Ipv6Case.bindingToString
(@NonNull Ipv6Case obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionIpv6CaseBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Ipv6Case> augmentation) Add an augmentation to this builder's product.Ipv6CaseBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Ipv6Case>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionIpv6CaseBuilder
(Ipv6Case base) Construct a builder initialized with state from specifiedIpv6Case
.