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