public interface Error
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module pcep-session-stats
grouping error {
leaf error-type {
type uint8;
default 0;
}
leaf error-value {
type uint8;
default 0;
}
}
The schema path to identify an instance is
pcep-session-stats/error| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Short |
getErrorType() |
@Nullable Short |
getErrorValue() |
Class<? extends Error> |
implementedInterface() |
Class<? extends Error> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Short getErrorType()
java.lang.Short errorType, or null if not present@Nullable Short getErrorValue()
java.lang.Short errorValue, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.