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