Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp.topology.types.rev160524.bgp.ipv6.reachability.topology.type.BgpIpv6ReachabilityTopology
Package
Description
-
Uses of BgpIpv6ReachabilityTopology in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp.topology.types.rev160524
Modifier and TypeMethodDescriptionBgpIpv6ReachabilityTopologyType.getBgpIpv6ReachabilityTopology()
Return bgpIpv6ReachabilityTopology, ornull
if it is not present.TopologyTypes1Builder.getBgpIpv6ReachabilityTopology()
Return current value associated with the property corresponding toBgpIpv6ReachabilityTopologyType.getBgpIpv6ReachabilityTopology()
.Modifier and TypeMethodDescriptionTopologyTypes1Builder.setBgpIpv6ReachabilityTopology
(BgpIpv6ReachabilityTopology value) Set the property corresponding toBgpIpv6ReachabilityTopologyType.getBgpIpv6ReachabilityTopology()
to the specified value. -
Uses of BgpIpv6ReachabilityTopology in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp.topology.types.rev160524.bgp.ipv6.reachability.topology.type
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<BgpIpv6ReachabilityTopology>>
E$$BgpIpv6ReachabilityTopologyBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull BgpIpv6ReachabilityTopology
BgpIpv6ReachabilityTopologyBuilder.build()
A newBgpIpv6ReachabilityTopology
instance.Modifier and TypeMethodDescriptiondefault Class
<BgpIpv6ReachabilityTopology> BgpIpv6ReachabilityTopology.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
BgpIpv6ReachabilityTopology.bindingEquals
(@NonNull BgpIpv6ReachabilityTopology thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
BgpIpv6ReachabilityTopology.bindingHashCode
(@NonNull BgpIpv6ReachabilityTopology obj) Default implementation ofObject.hashCode()
contract for this interface.static String
BgpIpv6ReachabilityTopology.bindingToString
(@NonNull BgpIpv6ReachabilityTopology obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionBgpIpv6ReachabilityTopologyBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<BgpIpv6ReachabilityTopology> augmentation) Add an augmentation to this builder's product.BgpIpv6ReachabilityTopologyBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<BgpIpv6ReachabilityTopology>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedBgpIpv6ReachabilityTopology
.