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