public class NotificationsBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Notifications>
Notifications instances.Notifications| Constructor and Description |
|---|
NotificationsBuilder() |
NotificationsBuilder(NotificationObject arg) |
NotificationsBuilder(Notifications base) |
| Modifier and Type | Method and Description |
|---|---|
NotificationsBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Notifications>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Notifications> augmentationValue) |
Notifications |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Notifications>> |
getAugmentation(Class<E> augmentationType) |
CNotification |
getCNotification() |
NotificationsBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Notifications>> augmentationType) |
NotificationsBuilder |
setCNotification(CNotification value) |
public NotificationsBuilder()
public NotificationsBuilder(NotificationObject arg)
public NotificationsBuilder(Notifications base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic CNotification getCNotification()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Notifications>> E getAugmentation(Class<E> augmentationType)
public NotificationsBuilder setCNotification(CNotification value)
public NotificationsBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Notifications>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Notifications> augmentationValue)
public NotificationsBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Notifications>> augmentationType)
public Notifications build()
build in interface org.opendaylight.yangtools.concepts.Builder<Notifications>Copyright © 2018 OpenDaylight. All rights reserved.