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 @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable String |
getDescription() |
@Nullable org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.iana.rev130816.EnterpriseNumber |
getEnterprise() |
@Nullable Subobjects |
getSubobjects() |
@Nullable Short |
getSubOrg() |
@Nullable Integer |
getValue() |
Class<? extends UserErrorSpec> |
implementedInterface() |
Class<? extends UserErrorSpec> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@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 Short getSubOrg()
java.lang.Short subOrg, or null if not present@Nullable Integer getValue()
java.lang.Integer value, 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 © 2020 OpenDaylight. All rights reserved.