public interface Of extends org.opendaylight.yangtools.yang.binding.ChildOf<OfObject>, org.opendaylight.yangtools.yang.binding.Augmentable<Of>, Object
This class represents the following YANG schema fragment defined in module pcep-types
container of {
uses object;
leaf code {
type of-id;
}
container tlvs {
uses vendor-information-tlvs;
}
}
The schema path to identify an instance is
pcep-types/of-object/of
To create instances of this class use OfBuilder.
OfBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable OfId |
getCode() |
@Nullable Tlvs |
getTlvs() |
default Class<Of> |
implementedInterface() |
isIgnore, isProcessingRuledefault Class<Of> 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 OfId getCode()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.OfId code, or null if not present@Nullable Tlvs getTlvs()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.of.object.of.Tlvs tlvs, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.