public interface ErrorMessages extends org.opendaylight.yangtools.yang.binding.ChildOf<ErrorMessagesGrouping>, 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;
default 0;
}
leaf sent-error-msg-count {
type uint32;
default 0;
}
container last-received-error {
uses error;
}
container last-sent-error {
uses error;
}
}
The schema path to identify an instance is
pcep-session-stats/error-messages-grouping/error-messages
To create instances of this class use ErrorMessagesBuilder.
ErrorMessagesBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable LastReceivedError |
getLastReceivedError()
Type/value tuple of last received error.
|
@Nullable LastSentError |
getLastSentError()
Type/value tuple of last sent error.
|
@Nullable Long |
getReceivedErrorMsgCount()
Total number of received PCErr messages.
|
@Nullable Long |
getSentErrorMsgCount()
Total number of sent PCErr messages.
|
default Class<ErrorMessages> |
implementedInterface() |
default Class<ErrorMessages> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Long getReceivedErrorMsgCount()
java.lang.Long receivedErrorMsgCount, or null if not present@Nullable Long getSentErrorMsgCount()
java.lang.Long sentErrorMsgCount, or null if not present@Nullable LastReceivedError getLastReceivedError()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.error.messages.grouping.error.messages.LastReceivedError lastReceivedError, or null if not present@Nullable LastSentError getLastSentError()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.error.messages.grouping.error.messages.LastSentError lastSentError, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.