public class InstanceIdBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<InstanceId>
InstanceIdBuilder
instances.InstanceIdBuilder
Constructor and Description |
---|
InstanceIdBuilder() |
InstanceIdBuilder(InstanceId base) |
Modifier and Type | Method and Description |
---|---|
InstanceIdBuilder |
addAugmentation(Class<? extends Augmentation<InstanceId>> augmentationType,
Augmentation<InstanceId> augmentationValue) |
<E extends Augmentation<InstanceId>> |
augmentation(Class<E> augmentationType) |
InstanceId |
build() |
InstanceId |
getInstanceId() |
InstanceIdBuilder |
removeAugmentation(Class<? extends Augmentation<InstanceId>> augmentationType) |
InstanceIdBuilder |
setInstanceId(InstanceId value) |
public InstanceIdBuilder()
public InstanceIdBuilder(InstanceId base)
public InstanceId getInstanceId()
public <E extends Augmentation<InstanceId>> E augmentation(Class<E> augmentationType)
public InstanceIdBuilder setInstanceId(InstanceId value)
public InstanceIdBuilder addAugmentation(Class<? extends Augmentation<InstanceId>> augmentationType, Augmentation<InstanceId> augmentationValue)
public InstanceIdBuilder removeAugmentation(Class<? extends Augmentation<InstanceId>> augmentationType)
public InstanceId build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<InstanceId,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.