public class OutOfPixieDustNotificationBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<OutOfPixieDustNotification>
OutOfPixieDustNotificationBuilder
instances.OutOfPixieDustNotificationBuilder
Constructor and Description |
---|
OutOfPixieDustNotificationBuilder() |
OutOfPixieDustNotificationBuilder(OutOfPixieDustNotification base) |
Modifier and Type | Method and Description |
---|---|
OutOfPixieDustNotificationBuilder |
addAugmentation(Class<? extends Augmentation<OutOfPixieDustNotification>> augmentationType,
Augmentation<OutOfPixieDustNotification> augmentationValue) |
<E extends Augmentation<OutOfPixieDustNotification>> |
augmentation(Class<E> augmentationType) |
OutOfPixieDustNotification |
build() |
Integer |
getDaysTillNewDust() |
String |
getReason() |
OutOfPixieDustNotificationBuilder |
removeAugmentation(Class<? extends Augmentation<OutOfPixieDustNotification>> augmentationType) |
OutOfPixieDustNotificationBuilder |
setDaysTillNewDust(Integer value) |
OutOfPixieDustNotificationBuilder |
setReason(String value) |
public OutOfPixieDustNotificationBuilder()
public OutOfPixieDustNotificationBuilder(OutOfPixieDustNotification base)
public Integer getDaysTillNewDust()
public String getReason()
public <E extends Augmentation<OutOfPixieDustNotification>> E augmentation(Class<E> augmentationType)
public OutOfPixieDustNotificationBuilder setDaysTillNewDust(Integer value)
public OutOfPixieDustNotificationBuilder setReason(String value)
public OutOfPixieDustNotificationBuilder addAugmentation(Class<? extends Augmentation<OutOfPixieDustNotification>> augmentationType, Augmentation<OutOfPixieDustNotification> augmentationValue)
public OutOfPixieDustNotificationBuilder removeAugmentation(Class<? extends Augmentation<OutOfPixieDustNotification>> augmentationType)
public OutOfPixieDustNotification build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<OutOfPixieDustNotification,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.