Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.topology.discovery.rev130819.SolicitRefreshInput
-
Packages that use SolicitRefreshInput Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.flow.topology.discovery.rev130819 -
-
Uses of SolicitRefreshInput 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 SolicitRefreshInput Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<SolicitRefreshInput>>
E$$SolicitRefreshInputBuilder. 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 SolicitRefreshInput Modifier and Type Method Description @NonNull SolicitRefreshInputSolicitRefreshInputBuilder. build()A newSolicitRefreshInputinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.topology.discovery.rev130819 that return types with arguments of type SolicitRefreshInput Modifier and Type Method Description default Class<SolicitRefreshInput>SolicitRefreshInput. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.topology.discovery.rev130819 with parameters of type SolicitRefreshInput Modifier and Type Method Description static booleanSolicitRefreshInput. bindingEquals(@NonNull SolicitRefreshInput thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intSolicitRefreshInput. bindingHashCode(@NonNull SolicitRefreshInput obj)Default implementation ofObject.hashCode()contract for this interface.static StringSolicitRefreshInput. bindingToString(@NonNull SolicitRefreshInput obj)Default implementation ofObject.toString()contract for this interface.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SolicitRefreshOutput>>FlowTopologyDiscoveryService. solicitRefresh(SolicitRefreshInput input)Invokesolicit-refreshRPC.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.topology.discovery.rev130819 with type arguments of type SolicitRefreshInput Modifier and Type Method Description SolicitRefreshInputBuilderSolicitRefreshInputBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<SolicitRefreshInput> augmentation)Add an augmentation to this builder's product.SolicitRefreshInputBuilderSolicitRefreshInputBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SolicitRefreshInput>> 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 SolicitRefreshInput Constructor Description SolicitRefreshInputBuilder(SolicitRefreshInput base)Construct a builder initialized with state from specifiedSolicitRefreshInput.
-