Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.topology.discovery.rev130819.SolicitRefreshOutput
-
Packages that use SolicitRefreshOutput Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.flow.topology.discovery.rev130819 -
-
Uses of SolicitRefreshOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.topology.discovery.rev130819
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.topology.discovery.rev130819 with type parameters of type SolicitRefreshOutput Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<SolicitRefreshOutput>>
E$$SolicitRefreshOutputBuilder. augmentation(Class<E$$> augmentationType)
Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.topology.discovery.rev130819 that return SolicitRefreshOutput Modifier and Type Method Description @NonNull SolicitRefreshOutput
SolicitRefreshOutputBuilder. build()
A newSolicitRefreshOutput
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.topology.discovery.rev130819 that return types with arguments of type SolicitRefreshOutput Modifier and Type Method Description default Class<SolicitRefreshOutput>
SolicitRefreshOutput. implementedInterface()
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SolicitRefreshOutput>>
FlowTopologyDiscoveryService. solicitRefresh(SolicitRefreshInput input)
Invokesolicit-refresh
RPC.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.topology.discovery.rev130819 with parameters of type SolicitRefreshOutput Modifier and Type Method Description static boolean
SolicitRefreshOutput. bindingEquals(@NonNull SolicitRefreshOutput thisObj, Object obj)
Default implementation ofObject.equals(Object)
contract for this interface.static int
SolicitRefreshOutput. bindingHashCode(@NonNull SolicitRefreshOutput obj)
Default implementation ofObject.hashCode()
contract for this interface.static String
SolicitRefreshOutput. bindingToString(@NonNull SolicitRefreshOutput obj)
Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.topology.discovery.rev130819 with type arguments of type SolicitRefreshOutput Modifier and Type Method Description SolicitRefreshOutputBuilder
SolicitRefreshOutputBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<SolicitRefreshOutput> augmentation)
Add an augmentation to this builder's product.SolicitRefreshOutputBuilder
SolicitRefreshOutputBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SolicitRefreshOutput>> augmentationType)
Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.topology.discovery.rev130819 with parameters of type SolicitRefreshOutput Constructor Description SolicitRefreshOutputBuilder(SolicitRefreshOutput base)
Construct a builder initialized with state from specifiedSolicitRefreshOutput
.
-