public class NotificationModule1Builder extends Object implements org.opendaylight.yangtools.concepts.Builder<NotificationModule1>
NotificationModule1Builder
instances.NotificationModule1Builder
Constructor and Description |
---|
NotificationModule1Builder() |
NotificationModule1Builder(GroupingModule1 arg) |
NotificationModule1Builder(NotificationModule1 base) |
Modifier and Type | Method and Description |
---|---|
NotificationModule1Builder |
addAugmentation(Class<? extends Augmentation<NotificationModule1>> augmentationType,
Augmentation<NotificationModule1> augmentationValue) |
<E extends Augmentation<NotificationModule1>> |
augmentation(Class<E> augmentationType) |
NotificationModule1 |
build() |
void |
fieldsFrom(DataObject arg)
Set fields from given grouping argument.
|
List<ListModule11> |
getListModule11() |
NotificationModule1Builder |
removeAugmentation(Class<? extends Augmentation<NotificationModule1>> augmentationType) |
NotificationModule1Builder |
setListModule11(List<ListModule11> values) |
public NotificationModule1Builder()
public NotificationModule1Builder(GroupingModule1 arg)
public NotificationModule1Builder(NotificationModule1 base)
public void fieldsFrom(DataObject arg)
arg
- grouping objectIllegalArgumentException
- if given argument is none of valid typespublic List<ListModule11> getListModule11()
public <E extends Augmentation<NotificationModule1>> E augmentation(Class<E> augmentationType)
public NotificationModule1Builder setListModule11(List<ListModule11> values)
public NotificationModule1Builder addAugmentation(Class<? extends Augmentation<NotificationModule1>> augmentationType, Augmentation<NotificationModule1> augmentationValue)
public NotificationModule1Builder removeAugmentation(Class<? extends Augmentation<NotificationModule1>> augmentationType)
public NotificationModule1 build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<NotificationModule1,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.