Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.rpc.routing.rev140701.RoutedSimpleRouteOutput
-
Packages that use RoutedSimpleRouteOutput Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.rpc.routing.rev140701 -
-
Uses of RoutedSimpleRouteOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.rpc.routing.rev140701
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.rpc.routing.rev140701 with type parameters of type RoutedSimpleRouteOutput Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<RoutedSimpleRouteOutput>>
E$$RoutedSimpleRouteOutputBuilder. 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.controller.md.sal.test.rpc.routing.rev140701 that return RoutedSimpleRouteOutput Modifier and Type Method Description @NonNull RoutedSimpleRouteOutputRoutedSimpleRouteOutputBuilder. build()A newRoutedSimpleRouteOutputinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.rpc.routing.rev140701 that return types with arguments of type RoutedSimpleRouteOutput Modifier and Type Method Description default Class<RoutedSimpleRouteOutput>RoutedSimpleRouteOutput. implementedInterface()com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RoutedSimpleRouteOutput>>OpendaylightTestRoutedRpcService. routedSimpleRoute(RoutedSimpleRouteInput input)Invokerouted-simple-routeRPC.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.rpc.routing.rev140701 with parameters of type RoutedSimpleRouteOutput Modifier and Type Method Description static booleanRoutedSimpleRouteOutput. bindingEquals(@NonNull RoutedSimpleRouteOutput thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intRoutedSimpleRouteOutput. bindingHashCode(@NonNull RoutedSimpleRouteOutput obj)Default implementation ofObject.hashCode()contract for this interface.static StringRoutedSimpleRouteOutput. bindingToString(@NonNull RoutedSimpleRouteOutput obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.rpc.routing.rev140701 with type arguments of type RoutedSimpleRouteOutput Modifier and Type Method Description RoutedSimpleRouteOutputBuilderRoutedSimpleRouteOutputBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<RoutedSimpleRouteOutput> augmentation)Add an augmentation to this builder's product.RoutedSimpleRouteOutputBuilderRoutedSimpleRouteOutputBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RoutedSimpleRouteOutput>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.rpc.routing.rev140701 with parameters of type RoutedSimpleRouteOutput Constructor Description RoutedSimpleRouteOutputBuilder(RoutedSimpleRouteOutput base)Construct a builder initialized with state from specifiedRoutedSimpleRouteOutput.
-