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
rsvp/srlg-subobject| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable SrlgId |
getSrlgId() |
Class<? extends SrlgSubobject> |
implementedInterface() |
Class<? extends SrlgSubobject> implementedInterface()
implementedInterface in interface CSubobjectimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable SrlgId getSrlgId()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.SrlgId srlgId, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.