Interface SrlgSubobject
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,CSubobject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
Srlg
@Generated("mdsal-binding-generator")
public interface SrlgSubobject
extends org.opendaylight.yangtools.binding.Grouping, CSubobject
This class represents the following YANG schema fragment defined in module rsvp
grouping srlg-subobject { uses c-subobject; leaf srlg-id { type srlg-id; } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn srlgId, ornull
if it is not present.default @NonNull SrlgId
Return srlgId, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getSrlgId
SrlgId getSrlgId()Return srlgId, ornull
if it is not present.- Returns:
SrlgId
srlgId, ornull
if it is not present.
-
requireSrlgId
Return srlgId, guaranteed to be non-null.- Returns:
SrlgId
srlgId, guaranteed to be non-null.- Throws:
NoSuchElementException
- if srlgId is not present
-