public static class VirtualDiskImageSoftware.Builder extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
id |
protected SoftwareDescription |
softwareDescription |
protected int |
softwareDescriptionId |
Constructor and Description |
---|
VirtualDiskImageSoftware.Builder() |
Modifier and Type | Method and Description |
---|---|
VirtualDiskImageSoftware |
build() |
VirtualDiskImageSoftware.Builder |
fromVirtualDiskImageSoftware(VirtualDiskImageSoftware in) |
VirtualDiskImageSoftware.Builder |
id(int id) |
VirtualDiskImageSoftware.Builder |
softwareDescription(SoftwareDescription softwareDescription) |
VirtualDiskImageSoftware.Builder |
softwareDescriptionId(int softwareDescriptionId) |
protected int id
protected int softwareDescriptionId
protected SoftwareDescription softwareDescription
public VirtualDiskImageSoftware.Builder id(int id)
VirtualDiskImageSoftware.getId()
public VirtualDiskImageSoftware.Builder softwareDescriptionId(int softwareDescriptionId)
public VirtualDiskImageSoftware.Builder softwareDescription(SoftwareDescription softwareDescription)
public VirtualDiskImageSoftware build()
public VirtualDiskImageSoftware.Builder fromVirtualDiskImageSoftware(VirtualDiskImageSoftware in)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.