public interface CtrlMsgStats
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module odl-lisp-sb
grouping ctrl-msg-stats {
leaf rx-unknown {
type int64;
}
leaf tx-errors {
type int64;
}
list control-message {
key leaf msg-type {
type message-type;
}
leaf rx-count {
type int64;
}
leaf tx-count {
type int64;
}
}
}
The schema path to identify an instance is
odl-lisp-sb/ctrl-msg-stats| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<ControlMessage> |
getControlMessage() |
Long |
getRxUnknown() |
Long |
getTxErrors() |
Long getRxUnknown()
java.lang.Long rxUnknown, or null if not presentLong getTxErrors()
java.lang.Long txErrors, or null if not presentList<ControlMessage> getControlMessage()
java.util.List controlMessage, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.