public interface PcepErrorObject
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module pcep-types
grouping pcep-error-object {
container error-object {
uses object;
container tlvs {
when "../type = 7";
uses req-missing-tlv;
uses vendor-information-tlvs;
}
leaf type {
type uint8;
}
leaf value {
type uint8;
}
}
}
The schema path to identify an instance is
pcep-types/pcep-error-object| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable ErrorObject |
getErrorObject() |
Class<? extends PcepErrorObject> |
implementedInterface() |
Class<? extends PcepErrorObject> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable ErrorObject getErrorObject()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcep.error.object.ErrorObject errorObject, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.