public class VirtualDiskImageSoftware extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VirtualDiskImageSoftware.Builder |
Constructor and Description |
---|
VirtualDiskImageSoftware(int id,
int softwareDescriptionId,
SoftwareDescription softwareDescription) |
Modifier and Type | Method and Description |
---|---|
static VirtualDiskImageSoftware.Builder |
builder() |
boolean |
equals(Object o) |
int |
getId() |
SoftwareDescription |
getSoftwareDescription() |
int |
getSoftwareDescriptionId() |
int |
hashCode() |
VirtualDiskImageSoftware.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","softwareDescriptionId","softwareDescription"}) public VirtualDiskImageSoftware(int id, int softwareDescriptionId, @Nullable SoftwareDescription softwareDescription)
public static VirtualDiskImageSoftware.Builder builder()
public VirtualDiskImageSoftware.Builder toBuilder()
public int getId()
public int getSoftwareDescriptionId()
@Nullable public SoftwareDescription getSoftwareDescription()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.