Uses of Interface
org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.rpcbench.rpc.routes.RpcRoute
-
Packages that use RpcRoute Package Description org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702 org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.rpcbench.rpc.routes -
-
Uses of RpcRoute in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702
Methods in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702 that return types with arguments of type RpcRoute Modifier and Type Method Description @Nullable Map<RpcRouteKey,RpcRoute>RpcbenchRpcRoutes. getRpcRoute()Return rpcRoute, ornullif it is not present.Map<RpcRouteKey,RpcRoute>RpcbenchRpcRoutesBuilder. getRpcRoute()default @NonNull Map<RpcRouteKey,RpcRoute>RpcbenchRpcRoutes. nonnullRpcRoute()Return rpcRoute, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702 with type arguments of type RpcRoute Modifier and Type Method Description RpcbenchRpcRoutesBuilderRpcbenchRpcRoutesBuilder. setRpcRoute(List<RpcRoute> values)Deprecated, for removal: This API element is subject to removal in a future version.UseRpcbenchRpcRoutesBuilder.setRpcRoute(Map)instead.RpcbenchRpcRoutesBuilderRpcbenchRpcRoutesBuilder. setRpcRoute(Map<RpcRouteKey,RpcRoute> values) -
Uses of RpcRoute in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.rpcbench.rpc.routes
Methods in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.rpcbench.rpc.routes with type parameters of type RpcRoute Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<RpcRoute>>
E$$RpcRouteBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.rpcbench.rpc.routes that return RpcRoute Modifier and Type Method Description RpcRouteRpcRouteBuilder. build()Methods in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.rpcbench.rpc.routes that return types with arguments of type RpcRoute Modifier and Type Method Description default Class<RpcRoute>RpcRoute. implementedInterface()Methods in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.rpcbench.rpc.routes with parameters of type RpcRoute Modifier and Type Method Description static booleanRpcRoute. bindingEquals(@NonNull RpcRoute thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intRpcRoute. bindingHashCode(@NonNull RpcRoute obj)Default implementation ofObject.hashCode()contract for this interface.static StringRpcRoute. bindingToString(@NonNull RpcRoute obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.rpcbench.rpc.routes with type arguments of type RpcRoute Modifier and Type Method Description RpcRouteBuilderRpcRouteBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<RpcRoute> augmentation)Add an augmentation to this builder's product.RpcRouteBuilderRpcRouteBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RpcRoute>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.rpcbench.rpc.routes with parameters of type RpcRoute Constructor Description RpcRouteBuilder(RpcRoute base)
-