public interface LastReceivedError extends org.opendaylight.yangtools.yang.binding.ChildOf<ErrorMessages>, org.opendaylight.yangtools.yang.binding.Augmentable<LastReceivedError>, Error
This class represents the following YANG schema fragment defined in module pcep-session-stats
container last-received-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/last-received-error
To create instances of this class use LastReceivedErrorBuilder.
LastReceivedErrorBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetErrorType, getErrorValueCopyright © 2018 OpenDaylight. All rights reserved.