Interface EchoReply$G
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.BindingObject,org.opendaylight.yangtools.binding.DataContainer,org.opendaylight.yangtools.binding.Grouping,OfHeader
- All Known Subinterfaces:
EchoOutput,EchoReplyInput
@Generated("mdsal-binding-generator")
public interface EchoReply$G
extends org.opendaylight.yangtools.binding.Grouping, OfHeader
This class represents the following YANG schema fragment defined in module openflow-protocol
grouping echo-reply {
uses ofHeader;
leaf data {
type binary;
}
}
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]getData()Return data, ornullif it is not present.default byte @NonNull []Return data, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterfaceMethods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.OfHeader
getVersion, getXid, requireVersion, requireXid
-
Method Details
-
getData
byte[] getData()Return data, ornullif it is not present.- Returns:
byte[]data, ornullif it is not present.
-
requireData
default byte @NonNull [] requireData()Return data, guaranteed to be non-null.- Returns:
byte[]data, guaranteed to be non-null.- Throws:
NoSuchElementException- if data is not present
-