public class NotificationsBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Notifications>
Notifications instances.Notifications| Constructor and Description |
|---|
NotificationsBuilder() |
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() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Notifications>> |
getAugmentation(Class<E> augmentationType) |
List<Notifications> |
getNotifications() |
List<Rps> |
getRps() |
NotificationsBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Notifications>> augmentationType) |
NotificationsBuilder |
setNotifications(List<Notifications> value) |
NotificationsBuilder |
setRps(List<Rps> value) |
public NotificationsBuilder()
public NotificationsBuilder(Notifications base)
public List<Notifications> getNotifications()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Notifications>> E getAugmentation(Class<E> augmentationType)
public NotificationsBuilder setNotifications(List<Notifications> value)
public NotificationsBuilder setRps(List<Rps> 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.