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