public class RequestBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Request>
Request instances.Request| Constructor and Description |
|---|
RequestBuilder() |
RequestBuilder(Request base) |
| Modifier and Type | Method and Description |
|---|---|
RequestBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Request>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Request> augmentationValue) |
Request |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Request>> |
getAugmentation(Class<E> augmentationType) |
List<Rps> |
getRps() |
RequestBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Request>> augmentationType) |
RequestBuilder |
setRps(List<Rps> value) |
public RequestBuilder()
public RequestBuilder(Request base)
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Request>> E getAugmentation(Class<E> augmentationType)
public RequestBuilder setRps(List<Rps> value)
public RequestBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Request>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Request> augmentationValue)
public RequestBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Request>> augmentationType)
Copyright © 2018 OpenDaylight. All rights reserved.