Interface SrlgSubobject
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,CSubobject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
Srlg
@Generated("mdsal-binding-generator") public interface SrlgSubobject extends org.opendaylight.yangtools.yang.binding.DataObject, 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; } }The schema path to identify an instance is rsvpsrlg-subobject
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description SrlgIdgetSrlgId()Return srlgId, ornullif it is not present.Class<? extends SrlgSubobject>implementedInterface()default @NonNull SrlgIdrequireSrlgId()Return srlgId, guaranteed to be non-null.
-
-
-
Method Detail
-
implementedInterface
Class<? extends SrlgSubobject> implementedInterface()
- Specified by:
implementedInterfacein interfaceCSubobject- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getSrlgId
SrlgId getSrlgId()
Return srlgId, ornullif it is not present.- Returns:
SrlgIdsrlgId, ornullif it is not present.
-
requireSrlgId
default @NonNull SrlgId requireSrlgId()
Return srlgId, guaranteed to be non-null.- Returns:
SrlgIdsrlgId, guaranteed to be non-null.- Throws:
NoSuchElementException- if srlgId is not present
-
-