public interface HelloInd extends DataObject
This class represents the following YANG schema fragment defined in module ocp-extension
grouping helloInd {
leaf version {
type string;
}
leaf vendorId {
type string;
}
leaf serialNumber {
type string;
}
}
The schema path to identify an instance is
ocp-extension/helloInd| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getSerialNumber() |
String |
getVendorId() |
String |
getVersion() |
getImplementedInterfaceCopyright © 2016 OpenDaylight. All rights reserved.