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