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