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