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