public interface RoutedRpcBenchOutput extends Payload, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<RoutedRpcBenchOutput>
This class represents the following YANG schema fragment defined in module rpcbench-payload
container output { list payload { key "id"; leaf id { type int32; } } uses payload; }The schema path to identify an instance is rpcbench-payload/routed-rpc-bench/output
To create instances of this class use RoutedRpcBenchOutputBuilder
.
RoutedRpcBenchOutputBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getPayload
Copyright © 2019 OpenDaylight. All rights reserved.