public interface SecondaryRecordRouteObject
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module rsvp
grouping secondary-record-route-object {
container secondary-record-route-object {
uses rsvp-te-object;
list subobject-container {
uses secondary-record-route-subobjects;
ordered-by user;
}
}
}
The schema path to identify an instance is
rsvp/secondary-record-route-object| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
SecondaryRecordRouteObject |
getSecondaryRecordRouteObject() |
Class<? extends SecondaryRecordRouteObject> |
implementedInterface() |
Class<? extends SecondaryRecordRouteObject> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectSecondaryRecordRouteObject getSecondaryRecordRouteObject()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.secondary.record.route.object.SecondaryRecordRouteObject secondaryRecordRouteObject, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.