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