public interface HelloInput extends Hello, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<HelloInput>
This class represents the following YANG schema fragment defined in module openflow-protocol
container input { list elements { leaf-list version-bitmap { type boolean; } leaf type { type hello-element-type; } uses ofHelloElementHeader; } leaf version { type uint8; } leaf xid { type uint32; } uses hello; }The schema path to identify an instance is openflow-protocol/hello/input
To create instances of this class use HelloInputBuilder
.
HelloInputBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getElements
getVersion, getXid
Copyright © 2018 OpenDaylight. All rights reserved.