public interface ControlMessage extends org.opendaylight.yangtools.yang.binding.ChildOf<CtrlMsgStats>, org.opendaylight.yangtools.yang.binding.Augmentable<ControlMessage>
This class represents the following YANG schema fragment defined in module odl-lisp-sb
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/control-message
To create instances of this class use ControlMessageBuilder.
ControlMessageBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MessageType |
getMsgType() |
Long |
getRxCount() |
Long |
getTxCount() |
org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MessageType getMsgType()
org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MessageType msgType, or null if not presentLong getRxCount()
java.lang.Long rxCount, or null if not presentLong getTxCount()
java.lang.Long txCount, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.