Interface NotificationObject
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.BindingObject,org.opendaylight.yangtools.binding.DataContainer,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
Notifications
@Generated("mdsal-binding-generator")
public interface NotificationObject
extends org.opendaylight.yangtools.binding.Grouping
NOTIFICATION Object
This class represents the following YANG schema fragment defined in module pcep-types
grouping notification-object {
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;
}
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn cNotification, ornullif it is not present.@NonNull CNotificationReturn cNotification, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getCNotification
CNotification getCNotification()Return cNotification, ornullif it is not present.- Returns:
CNotificationcNotification, ornullif it is not present.
-
nonnullCNotification
@NonNull CNotification nonnullCNotification()Return cNotification, or an empty instance if it is not present.- Returns:
CNotificationcNotification, or an empty instance if it is not present.
-