public interface UserErrorSpec
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module rsvp
grouping user-error-spec {
leaf enterprise {
type enterprise-number;
}
leaf sub-org {
type sub-org;
}
leaf value {
type uint16;
}
leaf description {
type description;
}
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()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.iana.rev130816.EnterpriseNumber enterprise, or null if not presentShort getSubOrg()
java.lang.Short subOrg, or null if not presentInteger getValue()
java.lang.Integer value, or null if not presentString getDescription()
java.lang.String description, or null if not presentSubobjects getSubobjects()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.user.error.spec.Subobjects subobjects, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.