| Constructor and Description |
|---|
ExrsBuilder() |
ExrsBuilder(Exrs base) |
| Modifier and Type | Method and Description |
|---|---|
ExrsBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Exrs>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Exrs> augmentation) |
Exrs |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Exrs>> |
getAugmentation(Class<E> augmentationType) |
List<Exrs> |
getExrs() |
ExrsBuilder |
setExrs(List<Exrs> value) |
public ExrsBuilder()
public ExrsBuilder(Exrs base)
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Exrs>> E getAugmentation(Class<E> augmentationType)
public ExrsBuilder setExrs(List<Exrs> value)
public ExrsBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Exrs>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Exrs> augmentation)
public Exrs build()
Copyright © 2014. All rights reserved.