public class SourcePortCaseBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<SourcePortCase>
SourcePortCaseBuilder instances.SourcePortCaseBuilder| Constructor and Description |
|---|
SourcePortCaseBuilder() |
SourcePortCaseBuilder(SourcePortCase base) |
| Modifier and Type | Method and Description |
|---|---|
SourcePortCaseBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SourcePortCase>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<SourcePortCase> augmentationValue) |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<SourcePortCase>> |
augmentation(Class<E> augmentationType) |
SourcePortCase |
build() |
List<SourcePorts> |
getSourcePorts() |
SourcePortCaseBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SourcePortCase>> augmentationType) |
SourcePortCaseBuilder |
setSourcePorts(List<SourcePorts> values) |
public SourcePortCaseBuilder()
public SourcePortCaseBuilder(SourcePortCase base)
public List<SourcePorts> getSourcePorts()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<SourcePortCase>> E augmentation(Class<E> augmentationType)
public SourcePortCaseBuilder setSourcePorts(List<SourcePorts> values)
public SourcePortCaseBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SourcePortCase>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<SourcePortCase> augmentationValue)
public SourcePortCaseBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SourcePortCase>> augmentationType)
public SourcePortCase build()
build in interface org.opendaylight.yangtools.concepts.CheckedBuilder<SourcePortCase,IllegalArgumentException>Copyright © 2019 OpenDaylight. All rights reserved.