public class OperatingSystem extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OperatingSystem.Builder<T extends OperatingSystem.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
OperatingSystem(int id,
Set<Password> passwords) |
Modifier and Type | Method and Description |
---|---|
static OperatingSystem.Builder<?> |
builder() |
boolean |
equals(Object obj) |
int |
getId() |
Set<Password> |
getPasswords() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
OperatingSystem.Builder<?> |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","passwords"}) protected OperatingSystem(int id, @Nullable Set<Password> passwords)
public static OperatingSystem.Builder<?> builder()
public OperatingSystem.Builder<?> toBuilder()
public int getId()
public Set<Password> getPasswords()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.