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 org.opendaylight.yangtools.yang.binding.Augmentation<PathKey>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<PathKey> augmentationValue) |
PathKey |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<PathKey>> |
getAugmentation(Class<E> augmentationType) |
PathKey |
getPathKey() |
PceId |
getPceId() |
PathKeyBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PathKey>> augmentationType) |
PathKeyBuilder |
setPathKey(PathKey value) |
PathKeyBuilder |
setPceId(PceId value) |
public PathKeyBuilder()
public PathKeyBuilder(PathKeySubobject arg)
public PathKeyBuilder(PathKey base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic PathKey getPathKey()
public PceId getPceId()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<PathKey>> E getAugmentation(Class<E> augmentationType)
public PathKeyBuilder setPathKey(PathKey value)
public PathKeyBuilder setPceId(PceId value)
public PathKeyBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PathKey>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<PathKey> augmentationValue)
public PathKeyBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PathKey>> augmentationType)
Copyright © 2018 OpenDaylight. All rights reserved.