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.Uint32
Return endLabel, ornull
if it is not present.org.opendaylight.yangtools.yang.common.Uint32
Return startLabel, ornull
if it is not present.org.opendaylight.yangtools.yang.common.Uint32
Return wavebandId, ornull
if it is not present.default @NonNull org.opendaylight.yangtools.yang.common.Uint32
Return endLabel, guaranteed to be non-null.default @NonNull org.opendaylight.yangtools.yang.common.Uint32
Return startLabel, guaranteed to be non-null.default @NonNull org.opendaylight.yangtools.yang.common.Uint32
Return 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, ornull
if it is not present.- Returns:
Uint32
endLabel, ornull
if it is not present.
-
requireEndLabel
default @NonNull org.opendaylight.yangtools.yang.common.Uint32 requireEndLabel()Return endLabel, guaranteed to be non-null.- Returns:
Uint32
endLabel, guaranteed to be non-null.- Throws:
NoSuchElementException
- if endLabel is not present
-
getStartLabel
org.opendaylight.yangtools.yang.common.Uint32 getStartLabel()Return startLabel, ornull
if it is not present.- Returns:
Uint32
startLabel, ornull
if it is not present.
-
requireStartLabel
default @NonNull org.opendaylight.yangtools.yang.common.Uint32 requireStartLabel()Return startLabel, guaranteed to be non-null.- Returns:
Uint32
startLabel, guaranteed to be non-null.- Throws:
NoSuchElementException
- if startLabel is not present
-
getWavebandId
org.opendaylight.yangtools.yang.common.Uint32 getWavebandId()Return wavebandId, ornull
if it is not present.- Returns:
Uint32
wavebandId, ornull
if it is not present.
-
requireWavebandId
default @NonNull org.opendaylight.yangtools.yang.common.Uint32 requireWavebandId()Return wavebandId, guaranteed to be non-null.- Returns:
Uint32
wavebandId, guaranteed to be non-null.- Throws:
NoSuchElementException
- if wavebandId is not present
-