Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.peer.rpc.rev180329.RouteRefreshRequestOutput
Packages that use RouteRefreshRequestOutput
Package
Description
-
Uses of RouteRefreshRequestOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.peer.rpc.rev180329
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.peer.rpc.rev180329 with type parameters of type RouteRefreshRequestOutputModifier 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.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.peer.rpc.rev180329 that return RouteRefreshRequestOutputModifier and TypeMethodDescription@NonNull RouteRefreshRequestOutput
RouteRefreshRequestOutputBuilder.build()
A newRouteRefreshRequestOutput
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.peer.rpc.rev180329 that return types with arguments of type RouteRefreshRequestOutputModifier and TypeMethodDescriptiondefault Class
<RouteRefreshRequestOutput> RouteRefreshRequestOutput.implementedInterface()
com.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<RouteRefreshRequestOutput>> RouteRefreshRequest.invoke
(RouteRefreshRequestInput input) Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.peer.rpc.rev180329 with parameters of type RouteRefreshRequestOutputModifier 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.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.peer.rpc.rev180329 with type arguments of type RouteRefreshRequestOutputModifier 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.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.peer.rpc.rev180329 with parameters of type RouteRefreshRequestOutputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedRouteRefreshRequestOutput
.