Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.ipv4.routes.Ipv4Routes
Package
Description
-
Uses of Ipv4Routes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515
Modifier and TypeMethodDescriptionIpv4Routes.getIpv4Routes()
Return ipv4Routes, ornull
if it is not present.@NonNull Ipv4Routes
Ipv4Routes.nonnullIpv4Routes()
Return ipv4Routes, or an empty instance if it is not present. -
Uses of Ipv4Routes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.application.rib.tables.routes
Modifier and TypeMethodDescriptionIpv4RoutesCaseBuilder.getIpv4Routes()
Return current value associated with the property corresponding toIpv4Routes.getIpv4Routes()
.Modifier and TypeMethodDescriptionIpv4RoutesCaseBuilder.setIpv4Routes
(Ipv4Routes value) Set the property corresponding toIpv4Routes.getIpv4Routes()
to the specified value. -
Uses of Ipv4Routes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.bgp.rib.rib.loc.rib.tables.routes
Modifier and TypeMethodDescriptionIpv4RoutesCaseBuilder.getIpv4Routes()
Return current value associated with the property corresponding toIpv4Routes.getIpv4Routes()
.Modifier and TypeMethodDescriptionIpv4RoutesCaseBuilder.setIpv4Routes
(Ipv4Routes value) Set the property corresponding toIpv4Routes.getIpv4Routes()
to the specified value. -
Uses of Ipv4Routes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.bgp.rib.rib.peer.adj.rib.in.tables.routes
Modifier and TypeMethodDescriptionIpv4RoutesCaseBuilder.getIpv4Routes()
Return current value associated with the property corresponding toIpv4Routes.getIpv4Routes()
.Modifier and TypeMethodDescriptionIpv4RoutesCaseBuilder.setIpv4Routes
(Ipv4Routes value) Set the property corresponding toIpv4Routes.getIpv4Routes()
to the specified value. -
Uses of Ipv4Routes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.bgp.rib.rib.peer.adj.rib.out.tables.routes
Modifier and TypeMethodDescriptionIpv4RoutesCaseBuilder.getIpv4Routes()
Return current value associated with the property corresponding toIpv4Routes.getIpv4Routes()
.Modifier and TypeMethodDescriptionIpv4RoutesCaseBuilder.setIpv4Routes
(Ipv4Routes value) Set the property corresponding toIpv4Routes.getIpv4Routes()
to the specified value. -
Uses of Ipv4Routes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.bgp.rib.rib.peer.effective.rib.in.tables.routes
Modifier and TypeMethodDescriptionIpv4RoutesCaseBuilder.getIpv4Routes()
Return current value associated with the property corresponding toIpv4Routes.getIpv4Routes()
.Modifier and TypeMethodDescriptionIpv4RoutesCaseBuilder.setIpv4Routes
(Ipv4Routes value) Set the property corresponding toIpv4Routes.getIpv4Routes()
to the specified value. -
Uses of Ipv4Routes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.ipv4.routes
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Ipv4Routes>>
E$$Ipv4RoutesBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull Ipv4Routes
Ipv4RoutesBuilder.build()
A newIpv4Routes
instance.static @NonNull Ipv4Routes
Ipv4RoutesBuilder.empty()
Get empty instance of Ipv4Routes.Modifier and TypeMethodDescriptionstatic boolean
Ipv4Routes.bindingEquals
(@NonNull Ipv4Routes thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Ipv4Routes.bindingHashCode
(@NonNull Ipv4Routes obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Ipv4Routes.bindingToString
(@NonNull Ipv4Routes obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionIpv4RoutesBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Ipv4Routes> augmentation) Add an augmentation to this builder's product.Ipv4RoutesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Ipv4Routes>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionIpv4RoutesBuilder
(Ipv4Routes base) Construct a builder initialized with state from specifiedIpv4Routes
.