Interface Type1Label
- 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:
Type1Label
@Generated("mdsal-binding-generator")
public interface Type1Label
extends org.opendaylight.yangtools.binding.Grouping, CLabel
This class represents the following YANG schema fragment defined in module rsvp
grouping type1-label { uses c-label; leaf type1-label { type uint32; } }
-
Method Summary
Modifier and TypeMethodDescriptionorg.opendaylight.yangtools.yang.common.Uint32
Return type1Label, ornull
if it is not present.default @NonNull org.opendaylight.yangtools.yang.common.Uint32
Return type1Label, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getType1Label
org.opendaylight.yangtools.yang.common.Uint32 getType1Label()Return type1Label, ornull
if it is not present.- Returns:
Uint32
type1Label, ornull
if it is not present.
-
requireType1Label
default @NonNull org.opendaylight.yangtools.yang.common.Uint32 requireType1Label()Return type1Label, guaranteed to be non-null.- Returns:
Uint32
type1Label, guaranteed to be non-null.- Throws:
NoSuchElementException
- if type1Label is not present
-