public class PathKeyBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<PathKey>
PathKey instances.PathKey| Constructor and Description |
|---|
PathKeyBuilder() |
PathKeyBuilder(PathKey base) |
PathKeyBuilder(PathKeySubobject arg) |
| Modifier and Type | Method and Description |
|---|---|
PathKeyBuilder |
addAugmentation(Class<? extends Augmentation<PathKey>> augmentationType,
Augmentation<PathKey> augmentation) |
PathKey |
build() |
void |
fieldsFrom(DataObject arg)
Set fields from given grouping argument.
|
<E extends Augmentation<PathKey>> |
getAugmentation(Class<E> augmentationType) |
PathKey |
getPathKey() |
PceId |
getPceId() |
PathKeyBuilder |
removeAugmentation(Class<? extends Augmentation<PathKey>> augmentationType) |
PathKeyBuilder |
setPathKey(PathKey value) |
PathKeyBuilder |
setPceId(PceId value) |
public PathKeyBuilder()
public PathKeyBuilder(PathKeySubobject arg)
public PathKeyBuilder(PathKey base)
public void fieldsFrom(DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic PathKey getPathKey()
public PceId getPceId()
public <E extends Augmentation<PathKey>> E getAugmentation(Class<E> augmentationType)
public PathKeyBuilder setPathKey(PathKey value)
public PathKeyBuilder setPceId(PceId value)
public PathKeyBuilder addAugmentation(Class<? extends Augmentation<PathKey>> augmentationType, Augmentation<PathKey> augmentation)
public PathKeyBuilder removeAugmentation(Class<? extends Augmentation<PathKey>> augmentationType)
Copyright © 2016 OpenDaylight. All rights reserved.