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