public class OperatingSystem extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OperatingSystem.Builder |
Modifier | Constructor and Description |
---|---|
protected |
OperatingSystem(String id,
SoftwareLicense softwareLicense,
String operatingSystemReferenceCode,
Set<Password> passwords) |
Modifier and Type | Method and Description |
---|---|
static OperatingSystem.Builder |
builder() |
boolean |
equals(Object o) |
String |
getId() |
String |
getOperatingSystemReferenceCode() |
Set<Password> |
getPasswords() |
SoftwareLicense |
getSoftwareLicense() |
int |
hashCode() |
OperatingSystem.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","softwareLicense","operatingSystemReferenceCode","passwords"}) protected OperatingSystem(String id, @Nullable SoftwareLicense softwareLicense, @Nullable String operatingSystemReferenceCode, @Nullable Set<Password> passwords)
public static OperatingSystem.Builder builder()
public OperatingSystem.Builder toBuilder()
public String getId()
public SoftwareLicense getSoftwareLicense()
public String getOperatingSystemReferenceCode()
public Set<Password> getPasswords()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.