Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.peer.rpc.rev180329.RouteRefreshRequestOutput
Package
Description
-
Uses of RouteRefreshRequestOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.peer.rpc.rev180329
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<RouteRefreshRequestOutput>>
E$$RouteRefreshRequestOutputBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull RouteRefreshRequestOutput
RouteRefreshRequestOutputBuilder.build()
A newRouteRefreshRequestOutput
instance.Modifier and TypeMethodDescriptiondefault Class
<RouteRefreshRequestOutput> RouteRefreshRequestOutput.implementedInterface()
com.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<RouteRefreshRequestOutput>> RouteRefreshRequest.invoke
(RouteRefreshRequestInput input) Modifier and TypeMethodDescriptionstatic boolean
RouteRefreshRequestOutput.bindingEquals
(@NonNull RouteRefreshRequestOutput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
RouteRefreshRequestOutput.bindingHashCode
(@NonNull RouteRefreshRequestOutput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
RouteRefreshRequestOutput.bindingToString
(@NonNull RouteRefreshRequestOutput obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionRouteRefreshRequestOutputBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<RouteRefreshRequestOutput> augmentation) Add an augmentation to this builder's product.RouteRefreshRequestOutputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<RouteRefreshRequestOutput>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedRouteRefreshRequestOutput
.