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 iana:enterprise-number;
}
leaf sub-org {
type uint8;
default 0;
}
leaf value {
type uint16;
}
leaf description {
type string;
default "";
}
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() |
@Nullable 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 present@Nullable String getDescription()
java.lang.String description, or null if not present@Nullable Subobjects 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.