public interface SendEchoInput extends org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<SendEchoInput>
This class represents the following YANG schema fragment defined in module sal-echo
input {
uses inv:node-context-ref;
leaf data {
type binary;
}
}
The schema path to identify an instance is
sal-echo/send-echo/input
To create instances of this class use SendEchoInputBuilder.
SendEchoInputBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Openflow echo request payload (arbirary-length data field).
|
getNodebyte[] getData()
byte[] data, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.