public interface AsNumberSubobject extends org.opendaylight.yangtools.yang.binding.DataObject, CSubobject
This class represents the following YANG schema fragment defined in module rsvp
grouping as-number-subobject {
uses c-subobject;
leaf as-number {
type inet:as-number;
}
}
The schema path to identify an instance is
rsvp/as-number-subobject| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber |
getAsNumber() |
Class<? extends AsNumberSubobject> |
implementedInterface() |
Class<? extends AsNumberSubobject> implementedInterface()
implementedInterface in interface CSubobjectimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber getAsNumber()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber asNumber, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.