public interface ErrorSpec
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module rsvp
grouping error-spec {
leaf node {
type inet:ip-address-no-zone;
}
leaf flags {
type bits {
bit in-place {
position 7;
}
bit not-guilty {
position 6;
}
}
}
leaf code {
type uint8;
}
leaf value {
type uint16;
}
}
The schema path to identify an instance is
rsvp/error-spec| Modifier and Type | Interface and Description |
|---|---|
static class |
ErrorSpec.Flags |
| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Short |
getCode() |
ErrorSpec.Flags |
getFlags() |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone |
getNode() |
Integer |
getValue() |
@Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone getNode()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone node, or null if not present@Nullable ErrorSpec.Flags getFlags()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.ErrorSpec.Flags flags, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.