public interface Rro extends org.opendaylight.yangtools.yang.binding.ChildOf<ReportedRouteObject>, org.opendaylight.yangtools.yang.binding.Augmentable<Rro>, Object
This class represents the following YANG schema fragment defined in module pcep-types
container rro {
uses object;
list subobject {
uses rsvp:record-route-subobjects;
ordered-by user;
}
}
The schema path to identify an instance is
pcep-types/reported-route-object/rro
To create instances of this class use RroBuilder.
RroBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable List<Subobject> |
getSubobject() |
default Class<Rro> |
implementedInterface() |
default @NonNull List<Subobject> |
nonnullSubobject() |
isIgnore, isProcessingRuledefault Class<Rro> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface ObjectimplementedInterface in interface ObjectHeader@Nullable List<Subobject> getSubobject()
java.util.List subobject, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.