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() |
SimpleAddress |
getAddress() |
InstanceIdType |
getIid() |
Short |
getMaskLength() |
InstanceIdBuilder |
removeAugmentation(Class<? extends Augmentation<InstanceId>> augmentationType) |
InstanceIdBuilder |
setAddress(SimpleAddress value) |
InstanceIdBuilder |
setIid(InstanceIdType value) |
InstanceIdBuilder |
setMaskLength(Short value) |
public InstanceIdBuilder()
public InstanceIdBuilder(InstanceId base)
public SimpleAddress getAddress()
public InstanceIdType getIid()
public Short getMaskLength()
public <E extends Augmentation<InstanceId>> E augmentation(Class<E> augmentationType)
public InstanceIdBuilder setAddress(SimpleAddress value)
public InstanceIdBuilder setIid(InstanceIdType value)
public InstanceIdBuilder setMaskLength(Short 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.