public class HardwareBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Hardware>
HardwareBuilder
instances.HardwareBuilder
Constructor and Description |
---|
HardwareBuilder() |
HardwareBuilder(Hardware base) |
Modifier and Type | Method and Description |
---|---|
HardwareBuilder |
addAugmentation(Class<? extends Augmentation<Hardware>> augmentationType,
Augmentation<Hardware> augmentationValue) |
<E extends Augmentation<Hardware>> |
augmentation(Class<E> augmentationType) |
Hardware |
build() |
List<Component> |
getComponent() |
DateAndTime |
getLastChange() |
HardwareBuilder |
removeAugmentation(Class<? extends Augmentation<Hardware>> augmentationType) |
HardwareBuilder |
setComponent(List<Component> values) |
HardwareBuilder |
setLastChange(DateAndTime value) |
public HardwareBuilder()
public HardwareBuilder(Hardware base)
public DateAndTime getLastChange()
public <E extends Augmentation<Hardware>> E augmentation(Class<E> augmentationType)
public HardwareBuilder setComponent(List<Component> values)
public HardwareBuilder setLastChange(DateAndTime value)
public HardwareBuilder addAugmentation(Class<? extends Augmentation<Hardware>> augmentationType, Augmentation<Hardware> augmentationValue)
public HardwareBuilder removeAugmentation(Class<? extends Augmentation<Hardware>> augmentationType)
public Hardware build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<Hardware,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.