public interface UserErrorSpec
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module rsvp
(Source path: META-INF/yang/rsvp.yang):
grouping user-error-spec {
leaf enterprise {
type enterprise-number;
}
leaf sub-org {
type uint8;
}
leaf value {
type uint16;
}
leaf description {
type string;
}
container subobjects {
}
}
The schema path to identify an instance is
rsvp/user-error-spec| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.iana.rev130816.EnterpriseNumber |
getEnterprise() |
Subobjects |
getSubobjects() |
Short |
getSubOrg() |
Integer |
getValue() |
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.iana.rev130816.EnterpriseNumber getEnterprise()
Short getSubOrg()
Integer getValue()
String getDescription()
Subobjects getSubobjects()
Copyright © 2014. All rights reserved.