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