Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.ipv6.prefixes.DestinationIpv6
Packages that use DestinationIpv6
Package
Description
-
Uses of DestinationIpv6 in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329 that return DestinationIpv6Modifier and TypeMethodDescriptionIpv6Prefixes.getDestinationIpv6()
Return destinationIpv6, ornull
if it is not present.@NonNull DestinationIpv6
Ipv6Prefixes.nonnullDestinationIpv6()
Return destinationIpv6, or an empty instance if it is not present. -
Uses of DestinationIpv6 in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.ipv6.prefixes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.ipv6.prefixes with type parameters of type DestinationIpv6Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<DestinationIpv6>>
E$$DestinationIpv6Builder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.ipv6.prefixes that return DestinationIpv6Modifier and TypeMethodDescription@NonNull DestinationIpv6
DestinationIpv6Builder.build()
A newDestinationIpv6
instance.static @NonNull DestinationIpv6
DestinationIpv6Builder.empty()
Get empty instance of DestinationIpv6.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.ipv6.prefixes that return types with arguments of type DestinationIpv6Modifier and TypeMethodDescriptiondefault Class
<DestinationIpv6> DestinationIpv6.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.ipv6.prefixes with parameters of type DestinationIpv6Modifier and TypeMethodDescriptionstatic boolean
DestinationIpv6.bindingEquals
(@NonNull DestinationIpv6 thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
DestinationIpv6.bindingHashCode
(@NonNull DestinationIpv6 obj) Default implementation ofObject.hashCode()
contract for this interface.static String
DestinationIpv6.bindingToString
(@NonNull DestinationIpv6 obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.ipv6.prefixes with type arguments of type DestinationIpv6Modifier and TypeMethodDescriptionDestinationIpv6Builder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<DestinationIpv6> augmentation) Add an augmentation to this builder's product.DestinationIpv6Builder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<DestinationIpv6>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.ipv6.prefixes with parameters of type DestinationIpv6ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedDestinationIpv6
. -
Uses of DestinationIpv6 in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.update.attributes.mp.reach.nlri.advertized.routes.destination.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.update.attributes.mp.reach.nlri.advertized.routes.destination.type that return DestinationIpv6Modifier and TypeMethodDescriptionDestinationIpv6CaseBuilder.getDestinationIpv6()
Return current value associated with the property corresponding toIpv6Prefixes.getDestinationIpv6()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.update.attributes.mp.reach.nlri.advertized.routes.destination.type with parameters of type DestinationIpv6Modifier and TypeMethodDescriptionDestinationIpv6CaseBuilder.setDestinationIpv6
(DestinationIpv6 value) Set the property corresponding toIpv6Prefixes.getDestinationIpv6()
to the specified value. -
Uses of DestinationIpv6 in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type that return DestinationIpv6Modifier and TypeMethodDescriptionDestinationIpv6CaseBuilder.getDestinationIpv6()
Return current value associated with the property corresponding toIpv6Prefixes.getDestinationIpv6()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type with parameters of type DestinationIpv6Modifier and TypeMethodDescriptionDestinationIpv6CaseBuilder.setDestinationIpv6
(DestinationIpv6 value) Set the property corresponding toIpv6Prefixes.getDestinationIpv6()
to the specified value.