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