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