public interface ErrorMessagesGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module pcep-session-stats
grouping error-messages-grouping {
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| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable ErrorMessages |
getErrorMessages()
The message statistics of received/sent PCErr messages.
|
Class<? extends ErrorMessagesGrouping> |
implementedInterface() |
Class<? extends ErrorMessagesGrouping> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable ErrorMessages getErrorMessages()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.error.messages.grouping.ErrorMessages errorMessages, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.