public class HardwareInformationBuilder extends Object
Constructor and Description |
---|
HardwareInformationBuilder() |
Modifier and Type | Method and Description |
---|---|
HardwareInformation |
build() |
HardwareInformationBuilder |
family(String newFamily) |
HardwareInformationBuilder |
manufacturer(String newManufacturer) |
HardwareInformationBuilder |
productName(String newProductName) |
HardwareInformationBuilder |
serialNumber(String newSerialNumber) |
HardwareInformationBuilder |
supportedRngSources(List<RngSource> newSupportedRngSources) |
HardwareInformationBuilder |
supportedRngSources(RngSource... newSupportedRngSources) |
HardwareInformationBuilder |
uuid(String newUuid) |
HardwareInformationBuilder |
version(String newVersion) |
public HardwareInformationBuilder family(String newFamily)
public HardwareInformationBuilder manufacturer(String newManufacturer)
public HardwareInformationBuilder productName(String newProductName)
public HardwareInformationBuilder serialNumber(String newSerialNumber)
public HardwareInformationBuilder supportedRngSources(List<RngSource> newSupportedRngSources)
public HardwareInformationBuilder supportedRngSources(RngSource... newSupportedRngSources)
public HardwareInformationBuilder uuid(String newUuid)
public HardwareInformationBuilder version(String newVersion)
public HardwareInformation build()
Copyright © 2016. All rights reserved.