Interface ErrorMessagesGrouping
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
Messages
@Generated("mdsal-binding-generator")
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; } } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn errorMessages, ornull
if it is not present.Class<? extends ErrorMessagesGrouping>
@NonNull ErrorMessages
Return errorMessages, or an empty instance if it is not present.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends ErrorMessagesGrouping> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getErrorMessages
ErrorMessages getErrorMessages()Return errorMessages, ornull
if it is not present.The message statistics of received/sent PCErr messages.
- Returns:
ErrorMessages
errorMessages, ornull
if it is not present.
-
nonnullErrorMessages
@NonNull ErrorMessages nonnullErrorMessages()Return errorMessages, or an empty instance if it is not present.- Returns:
ErrorMessages
errorMessages, or an empty instance if it is not present.
-