Interface WavebandSwitchingLabel
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.BindingObject,CLabel,org.opendaylight.yangtools.binding.DataContainer,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
WavebandSwitchingLabel
@Generated("mdsal-binding-generator")
public interface WavebandSwitchingLabel
extends org.opendaylight.yangtools.binding.Grouping, 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;
}
}
-
Method Summary
Modifier and TypeMethodDescriptionorg.opendaylight.yangtools.yang.common.Uint32Return endLabel, ornullif it is not present.org.opendaylight.yangtools.yang.common.Uint32Return startLabel, ornullif it is not present.org.opendaylight.yangtools.yang.common.Uint32Return wavebandId, ornullif it is not present.default @NonNull org.opendaylight.yangtools.yang.common.Uint32Return endLabel, guaranteed to be non-null.default @NonNull org.opendaylight.yangtools.yang.common.Uint32Return startLabel, guaranteed to be non-null.default @NonNull org.opendaylight.yangtools.yang.common.Uint32Return wavebandId, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getEndLabel
org.opendaylight.yangtools.yang.common.Uint32 getEndLabel()Return endLabel, ornullif it is not present.- Returns:
Uint32endLabel, ornullif it is not present.
-
requireEndLabel
default @NonNull org.opendaylight.yangtools.yang.common.Uint32 requireEndLabel()Return endLabel, guaranteed to be non-null.- Returns:
Uint32endLabel, guaranteed to be non-null.- Throws:
NoSuchElementException- if endLabel is not present
-
getStartLabel
org.opendaylight.yangtools.yang.common.Uint32 getStartLabel()Return startLabel, ornullif it is not present.- Returns:
Uint32startLabel, ornullif it is not present.
-
requireStartLabel
default @NonNull org.opendaylight.yangtools.yang.common.Uint32 requireStartLabel()Return startLabel, guaranteed to be non-null.- Returns:
Uint32startLabel, guaranteed to be non-null.- Throws:
NoSuchElementException- if startLabel is not present
-
getWavebandId
org.opendaylight.yangtools.yang.common.Uint32 getWavebandId()Return wavebandId, ornullif it is not present.- Returns:
Uint32wavebandId, ornullif it is not present.
-
requireWavebandId
default @NonNull org.opendaylight.yangtools.yang.common.Uint32 requireWavebandId()Return wavebandId, guaranteed to be non-null.- Returns:
Uint32wavebandId, guaranteed to be non-null.- Throws:
NoSuchElementException- if wavebandId is not present
-