public class SourcePortCaseBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<SourcePortCase>
SourcePortCase instances.SourcePortCase| 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) |
SourcePortCase |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<SourcePortCase>> |
getAugmentation(Class<E> augmentationType) |
List<SourcePorts> |
getSourcePorts() |
SourcePortCaseBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SourcePortCase>> augmentationType) |
SourcePortCaseBuilder |
setSourcePorts(List<SourcePorts> value) |
public SourcePortCaseBuilder()
public SourcePortCaseBuilder(SourcePortCase base)
public List<SourcePorts> getSourcePorts()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<SourcePortCase>> E getAugmentation(Class<E> augmentationType)
public SourcePortCaseBuilder setSourcePorts(List<SourcePorts> value)
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.Builder<SourcePortCase>Copyright © 2017 OpenDaylight. All rights reserved.