public interface OfList extends org.opendaylight.yangtools.yang.binding.ChildOf<OfListTlv>, org.opendaylight.yangtools.yang.binding.Augmentable<OfList>, Tlv
This class represents the following YANG schema fragment defined in module pcep-types
container of-list {
uses tlv;
leaf-list codes {
type of-id;
}
}
The schema path to identify an instance is
pcep-types/of-list-tlv/of-list
To create instances of this class use OfListBuilder.
OfListBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable List<OfId> |
getCodes() |
default Class<OfList> |
implementedInterface() |
default Class<OfList> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface TlvCopyright © 2020 OpenDaylight. All rights reserved.