public class NotificationBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Notification>
NotificationBuilder
instances.NotificationBuilder
Constructor and Description |
---|
NotificationBuilder() |
NotificationBuilder(Notification base) |
Modifier and Type | Method and Description |
---|---|
NotificationBuilder |
addAugmentation(Class<? extends Augmentation<Notification>> augmentationType,
Augmentation<Notification> augmentationValue) |
<E extends Augmentation<Notification>> |
augmentation(Class<E> augmentationType) |
Notification |
build() |
DateAndTime |
getEventTime() |
NotificationBuilder |
removeAugmentation(Class<? extends Augmentation<Notification>> augmentationType) |
NotificationBuilder |
setEventTime(DateAndTime value) |
public NotificationBuilder()
public NotificationBuilder(Notification base)
public DateAndTime getEventTime()
public <E extends Augmentation<Notification>> E augmentation(Class<E> augmentationType)
public NotificationBuilder setEventTime(DateAndTime value)
public NotificationBuilder addAugmentation(Class<? extends Augmentation<Notification>> augmentationType, Augmentation<Notification> augmentationValue)
public NotificationBuilder removeAugmentation(Class<? extends Augmentation<Notification>> augmentationType)
public Notification build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<Notification,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.