public class OutOfPixieDustNotificationBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<OutOfPixieDustNotification>
OutOfPixieDustNotification instances.OutOfPixieDustNotification| Constructor and Description |
|---|
OutOfPixieDustNotificationBuilder() |
OutOfPixieDustNotificationBuilder(OutOfPixieDustNotification base) |
| Modifier and Type | Method and Description |
|---|---|
static List<com.google.common.collect.Range<BigInteger>> |
_daysTillNewDust_range()
Deprecated.
This method is slated for removal in a future release. See BUG-1485 for details.
|
OutOfPixieDustNotificationBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<OutOfPixieDustNotification>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<OutOfPixieDustNotification> augmentation) |
OutOfPixieDustNotification |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<OutOfPixieDustNotification>> |
getAugmentation(Class<E> augmentationType) |
Integer |
getDaysTillNewDust() |
String |
getReason() |
OutOfPixieDustNotificationBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.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 org.opendaylight.yangtools.yang.binding.Augmentation<OutOfPixieDustNotification>> E getAugmentation(Class<E> augmentationType)
public OutOfPixieDustNotificationBuilder setDaysTillNewDust(Integer value)
@Deprecated public static List<com.google.common.collect.Range<BigInteger>> _daysTillNewDust_range()
public OutOfPixieDustNotificationBuilder setReason(String value)
public OutOfPixieDustNotificationBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<OutOfPixieDustNotification>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<OutOfPixieDustNotification> augmentation)
public OutOfPixieDustNotificationBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<OutOfPixieDustNotification>> augmentationType)
public OutOfPixieDustNotification build()
build in interface org.opendaylight.yangtools.concepts.Builder<OutOfPixieDustNotification>Copyright © 2015. All Rights Reserved.