public class PathKeyBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<PathKey>
PathKey instances.PathKey| Constructor and Description |
|---|
PathKeyBuilder() |
PathKeyBuilder(ObjectHeader arg) |
PathKeyBuilder(PathKey base) |
| 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) |
List<PathKeys> |
getPathKeys() |
Boolean |
isIgnore() |
Boolean |
isProcessingRule() |
PathKeyBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PathKey>> augmentationType) |
PathKeyBuilder |
setIgnore(Boolean value) |
PathKeyBuilder |
setPathKeys(List<PathKeys> value) |
PathKeyBuilder |
setProcessingRule(Boolean value) |
public PathKeyBuilder()
public PathKeyBuilder(ObjectHeader 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 Boolean isIgnore()
public Boolean isProcessingRule()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<PathKey>> E getAugmentation(Class<E> augmentationType)
public PathKeyBuilder setPathKeys(List<PathKeys> value)
public PathKeyBuilder setIgnore(Boolean value)
public PathKeyBuilder setProcessingRule(Boolean 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.