public interface HelloMessage extends DataObject, Augmentable<HelloMessage>, HelloInd, OcpHeader, Notification
This class represents the following YANG schema fragment defined in module ocp-extension
notification hello-message {
leaf msgType {
type OcpMsgType;
}
leaf xid {
type uint32;
}
leaf version {
type string;
}
leaf vendorId {
type string;
}
leaf serialNumber {
type string;
}
uses helloInd;
uses ocpHeader;
}
The schema path to identify an instance is
ocp-extension/hello-message
To create instances of this class use HelloMessageBuilder.
HelloMessageBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetSerialNumber, getVendorId, getVersiongetMsgType, getXidgetImplementedInterfaceCopyright © 2016 OpenDaylight. All rights reserved.