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