public class PathKeyCaseBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<PathKeyCase>
PathKeyCase instances.PathKeyCase| Constructor and Description |
|---|
PathKeyCaseBuilder() |
PathKeyCaseBuilder(PathKeyCase base) |
| Modifier and Type | Method and Description |
|---|---|
PathKeyCaseBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PathKeyCase>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<PathKeyCase> augmentationValue) |
PathKeyCase |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<PathKeyCase>> |
getAugmentation(Class<E> augmentationType) |
PathKey |
getPathKey() |
PathKeyCaseBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PathKeyCase>> augmentationType) |
PathKeyCaseBuilder |
setPathKey(PathKey value) |
public PathKeyCaseBuilder()
public PathKeyCaseBuilder(PathKeyCase base)
public PathKey getPathKey()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<PathKeyCase>> E getAugmentation(Class<E> augmentationType)
public PathKeyCaseBuilder setPathKey(PathKey value)
public PathKeyCaseBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PathKeyCase>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<PathKeyCase> augmentationValue)
public PathKeyCaseBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PathKeyCase>> augmentationType)
public PathKeyCase build()
build in interface org.opendaylight.yangtools.concepts.Builder<PathKeyCase>Copyright © 2018 OpenDaylight. All rights reserved.