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 ip-address;
}
leaf flags {
type bits;
}
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.IpAddress |
getNode() |
Integer |
getValue() |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getNode()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress node, or null if not presentErrorSpec.Flags getFlags()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.ErrorSpec.Flags flags, or null if not presentShort getCode()
java.lang.Short code, or null if not presentInteger getValue()
java.lang.Integer value, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.