public interface EchoOutput extends EchoReply, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<EchoOutput>
This class represents the following YANG schema fragment defined in module openflow-protocol
container output { leaf data { type binary; } leaf version { type uint8; } leaf xid { type uint32; } uses echo-reply; }The schema path to identify an instance is openflow-protocol/echo/output
To create instances of this class use EchoOutputBuilder
.
EchoOutputBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getData
getVersion, getXid
Copyright © 2018 OpenDaylight. All rights reserved.