public interface RoutedRpcBenchInput extends Payload, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<RoutedRpcBenchInput>
This class represents the following YANG schema fragment defined in module rpcbench-payload
input { leaf node { ext:context-reference node-context; type instance-identifier; } uses payload; }The schema path to identify an instance is rpcbench-payload/routed-rpc-bench/input
To create instances of this class use RoutedRpcBenchInputBuilder
.
RoutedRpcBenchInputBuilder
Modifier and Type | Field and Description |
---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> |
getNode() |
default Class<RoutedRpcBenchInput> |
implementedInterface() |
getPayload, nonnullPayload
default Class<RoutedRpcBenchInput> implementedInterface()
implementedInterface
in interface org.opendaylight.yangtools.yang.binding.DataContainer
implementedInterface
in interface org.opendaylight.yangtools.yang.binding.DataObject
implementedInterface
in interface Payload
implementedInterface
in interface org.opendaylight.yangtools.yang.binding.RpcInput
@RoutingContext(value=NodeContext.class) @Nullable org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> getNode()
org.opendaylight.yangtools.yang.binding.InstanceIdentifier
node
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.