Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.peer.rpc.rev180329.RouteRefreshRequestInput
Packages that use RouteRefreshRequestInput
Package
Description
-
Uses of RouteRefreshRequestInput 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 RouteRefreshRequestInputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<RouteRefreshRequestInput>>
E$$RouteRefreshRequestInputBuilder.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 RouteRefreshRequestInputModifier and TypeMethodDescription@NonNull RouteRefreshRequestInput
RouteRefreshRequestInputBuilder.build()
A newRouteRefreshRequestInput
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 RouteRefreshRequestInputModifier and TypeMethodDescriptiondefault Class
<RouteRefreshRequestInput> RouteRefreshRequestInput.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.peer.rpc.rev180329 with parameters of type RouteRefreshRequestInputModifier and TypeMethodDescriptionstatic boolean
RouteRefreshRequestInput.bindingEquals
(@NonNull RouteRefreshRequestInput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
RouteRefreshRequestInput.bindingHashCode
(@NonNull RouteRefreshRequestInput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
RouteRefreshRequestInput.bindingToString
(@NonNull RouteRefreshRequestInput obj) Default implementation ofObject.toString()
contract for this interface.com.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<RouteRefreshRequestOutput>> RouteRefreshRequest.invoke
(RouteRefreshRequestInput input) Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.peer.rpc.rev180329 with type arguments of type RouteRefreshRequestInputModifier and TypeMethodDescriptionRouteRefreshRequestInputBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<RouteRefreshRequestInput> augmentation) Add an augmentation to this builder's product.RouteRefreshRequestInputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<RouteRefreshRequestInput>> 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 RouteRefreshRequestInputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedRouteRefreshRequestInput
.