Uses of Interface
org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.rpcbench.rpc.routes.RpcRoute
Packages that use RpcRoute
Package
Description
-
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 RpcRouteModifier and TypeMethodDescription@Nullable Map<RpcRouteKey, RpcRoute> RpcbenchRpcRoutes.getRpcRoute()Return rpcRoute, ornullif it is not present.RpcbenchRpcRoutesBuilder.getRpcRoute()Return current value associated with the property corresponding toRpcbenchRpcRoutes.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 RpcRouteModifier and TypeMethodDescriptionRpcbenchRpcRoutesBuilder.setRpcRoute(Map<RpcRouteKey, RpcRoute> values) Set the property corresponding toRpcbenchRpcRoutes.getRpcRoute()to the specified value. -
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 RpcRouteModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<RpcRoute>>
E$$RpcRouteBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.rpcbench.rpc.routes that return RpcRouteModifier and TypeMethodDescription@NonNull RpcRouteRpcRouteBuilder.build()A newRpcRouteinstance.Methods in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.rpcbench.rpc.routes that return types with arguments of type RpcRouteMethods in org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.rpcbench.rpc.routes with parameters of type RpcRouteModifier and TypeMethodDescriptionstatic 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 RpcRouteModifier and TypeMethodDescriptionRpcRouteBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<RpcRoute> augmentation) Add an augmentation to this builder's product.RpcRouteBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.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 RpcRouteModifierConstructorDescriptionRpcRouteBuilder(RpcRoute base) Construct a builder initialized with state from specifiedRpcRoute.