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, ornullif it is not present.default @NonNull SrlgIdReturn srlgId, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getSrlgId
SrlgId getSrlgId()Return srlgId, ornullif it is not present.- Returns:
SrlgIdsrlgId, ornullif it is not present.
-
requireSrlgId
Return srlgId, guaranteed to be non-null.- Returns:
SrlgIdsrlgId, guaranteed to be non-null.- Throws:
NoSuchElementException- if srlgId is not present
-