public interface ErrorMessages extends org.opendaylight.yangtools.yang.binding.ChildOf<Messages>, org.opendaylight.yangtools.yang.binding.Augmentable<ErrorMessages>
This class represents the following YANG schema fragment defined in module pcep-session-stats
container error-messages {
leaf received-error-msg-count {
type uint32;
}
leaf sent-error-msg-count {
type uint32;
}
container last-received-error {
leaf error-type {
type error-type;
}
leaf error-value {
type error-value;
}
uses error;
}
container last-sent-error {
leaf error-type {
type error-type;
}
leaf error-value {
type error-value;
}
uses error;
}
}
The schema path to identify an instance is
pcep-session-stats/pcep-session-state/messages/error-messages
To create instances of this class use ErrorMessagesBuilder.
ErrorMessagesBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
LastReceivedError |
getLastReceivedError()
Type/value tuple of last received error.
|
LastSentError |
getLastSentError()
Type/value tuple of last sent error.
|
Long |
getReceivedErrorMsgCount()
Total number of received PCErr messages.
|
Long |
getSentErrorMsgCount()
Total number of sent PCErr messages.
|
Long getReceivedErrorMsgCount()
java.lang.Long receivedErrorMsgCount, or null if not presentLong getSentErrorMsgCount()
java.lang.Long sentErrorMsgCount, or null if not presentLastReceivedError getLastReceivedError()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.stats.rev141006.pcep.session.state.messages.error.messages.LastReceivedError lastReceivedError, or null if not presentLastSentError getLastSentError()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.stats.rev141006.pcep.session.state.messages.error.messages.LastSentError lastSentError, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.