public interface Type1Label extends org.opendaylight.yangtools.yang.binding.DataObject, CLabel
This class represents the following YANG schema fragment defined in module rsvp
grouping type1-label {
uses c-label;
leaf type1-label {
type uint32;
}
}
The schema path to identify an instance is
rsvp/type1-label| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Long |
getType1Label() |
Class<? extends Type1Label> |
implementedInterface() |
Class<? extends Type1Label> implementedInterface()
implementedInterface in interface CLabelimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Long getType1Label()
java.lang.Long type1Label, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.