Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.peer.rpc.rev180329.ResetSessionInput
Packages that use ResetSessionInput
Package
Description
-
Uses of ResetSessionInput in org.opendaylight.protocol.bgp.rib.impl
Methods in org.opendaylight.protocol.bgp.rib.impl with parameters of type ResetSessionInputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ResetSessionOutput>>
BgpPeerRpc.resetSession
(ResetSessionInput input) -
Uses of ResetSessionInput 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 ResetSessionInputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ResetSessionInput>>
E$$ResetSessionInputBuilder.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 ResetSessionInputModifier and TypeMethodDescription@NonNull ResetSessionInput
ResetSessionInputBuilder.build()
A newResetSessionInput
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 ResetSessionInputModifier and TypeMethodDescriptiondefault Class<ResetSessionInput>
ResetSessionInput.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.peer.rpc.rev180329 with parameters of type ResetSessionInputModifier and TypeMethodDescriptionstatic boolean
ResetSessionInput.bindingEquals
(@NonNull ResetSessionInput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
ResetSessionInput.bindingHashCode
(@NonNull ResetSessionInput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
ResetSessionInput.bindingToString
(@NonNull ResetSessionInput obj) Default implementation ofObject.toString()
contract for this interface.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ResetSessionOutput>>
BgpPeerRpcService.resetSession
(ResetSessionInput input) Invokereset-session
RPC.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.peer.rpc.rev180329 with type arguments of type ResetSessionInputModifier and TypeMethodDescriptionResetSessionInputBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<ResetSessionInput> augmentation) Add an augmentation to this builder's product.ResetSessionInputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ResetSessionInput>> 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 ResetSessionInputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedResetSessionInput
.