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