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