public class DscpCaseBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<DscpCase>
DscpCase instances.DscpCase| Constructor and Description |
|---|
DscpCaseBuilder() |
DscpCaseBuilder(DscpCase base) |
| Modifier and Type | Method and Description |
|---|---|
DscpCaseBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DscpCase>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<DscpCase> augmentationValue) |
DscpCase |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<DscpCase>> |
getAugmentation(Class<E> augmentationType) |
List<Dscps> |
getDscps() |
DscpCaseBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DscpCase>> augmentationType) |
DscpCaseBuilder |
setDscps(List<Dscps> value) |
public DscpCaseBuilder()
public DscpCaseBuilder(DscpCase base)
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<DscpCase>> E getAugmentation(Class<E> augmentationType)
public DscpCaseBuilder setDscps(List<Dscps> value)
public DscpCaseBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DscpCase>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<DscpCase> augmentationValue)
public DscpCaseBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DscpCase>> augmentationType)
Copyright © 2017 OpenDaylight. All rights reserved.