Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.ipv6.prefixes.destination.ipv6.Ipv6Prefixes
Package
Description
-
Uses of Ipv6Prefixes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.ipv6.prefixes
Modifier and TypeMethodDescription@Nullable List
<Ipv6Prefixes> DestinationIpv6.getIpv6Prefixes()
Return ipv6Prefixes, ornull
if it is not present.DestinationIpv6Builder.getIpv6Prefixes()
Return current value associated with the property corresponding toDestinationIpv6.getIpv6Prefixes()
.default @NonNull List
<Ipv6Prefixes> DestinationIpv6.nonnullIpv6Prefixes()
Return ipv6Prefixes, or an empty list if it is not present.Modifier and TypeMethodDescriptionDestinationIpv6Builder.setIpv6Prefixes
(List<Ipv6Prefixes> values) Set the property corresponding toDestinationIpv6.getIpv6Prefixes()
to the specified value. -
Uses of Ipv6Prefixes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.ipv6.prefixes.destination.ipv6
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Ipv6Prefixes>>
E$$Ipv6PrefixesBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull Ipv6Prefixes
Ipv6PrefixesBuilder.build()
A newIpv6Prefixes
instance.Modifier and TypeMethodDescriptiondefault Class
<Ipv6Prefixes> Ipv6Prefixes.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
Ipv6Prefixes.bindingEquals
(@NonNull Ipv6Prefixes thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Ipv6Prefixes.bindingHashCode
(@NonNull Ipv6Prefixes obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Ipv6Prefixes.bindingToString
(@NonNull Ipv6Prefixes obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionIpv6PrefixesBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Ipv6Prefixes> augmentation) Add an augmentation to this builder's product.Ipv6PrefixesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Ipv6Prefixes>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedIpv6Prefixes
.