public interface RpcbenchRpcRoutes extends org.opendaylight.yangtools.yang.binding.ChildOf<RpcbenchPayloadData>, org.opendaylight.yangtools.yang.binding.Augmentable<RpcbenchRpcRoutes>
This class represents the following YANG schema fragment defined in module rpcbench-payload
container rpcbench-rpc-routes { list rpc-route { key id; ext:context-instance node-context; leaf id { type string; } } }The schema path to identify an instance is rpcbench-payload/rpcbench-rpc-routes
To create instances of this class use RpcbenchRpcRoutesBuilder
.
RpcbenchRpcRoutesBuilder
Modifier and Type | Field and Description |
---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable List<RpcRoute> |
getRpcRoute()
Routed RPC server context instances (i.e.
|
default Class<RpcbenchRpcRoutes> |
implementedInterface() |
default @NonNull List<RpcRoute> |
nonnullRpcRoute() |
default Class<RpcbenchRpcRoutes> implementedInterface()
implementedInterface
in interface org.opendaylight.yangtools.yang.binding.DataContainer
implementedInterface
in interface org.opendaylight.yangtools.yang.binding.DataObject
@Nullable List<RpcRoute> getRpcRoute()
java.util.List
rpcRoute
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.