public interface XSQL extends org.opendaylight.yangtools.yang.binding.ChildOf<XSQLData>, org.opendaylight.yangtools.yang.binding.Augmentable<XSQL>
This class represents the following YANG schema fragment defined in module XSQL
container XSQL {
leaf port {
type string;
}
}
The schema path to identify an instance is
XSQL/XSQL
To create instances of this class use XSQLBuilder.
XSQLBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getPort()
The port the XSQL binds on
|
String getPort()
java.lang.String port, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.