public interface Srro extends org.opendaylight.yangtools.yang.binding.ChildOf<SecondaryReportedRouteObject>, org.opendaylight.yangtools.yang.binding.Augmentable<Srro>, Object
This class represents the following YANG schema fragment defined in module pcep-types
container srro {
uses object;
list subobject {
uses rsvp:secondary-record-route-subobjects;
ordered-by user;
}
}
The schema path to identify an instance is
pcep-types/secondary-reported-route-object/srro
To create instances of this class use SrroBuilder.
SrroBuilder| 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<Srro> |
implementedInterface() |
default @NonNull List<Subobject> |
nonnullSubobject() |
isIgnore, isProcessingRuledefault Class<Srro> 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.