public class Datacenter extends Object
static class
Datacenter.Builder<T extends Datacenter.Builder<T>>
protected
Datacenter(int id, String name, String longName, Address locationAddress, Set<Region> regions)
static Datacenter.Builder<?>
builder()
boolean
equals(Object obj)
int
getId()
Address
getLocationAddress()
String
getLongName()
getName()
Set<Region>
getRegions()
hashCode()
protected com.google.common.base.Objects.ToStringHelper
string()
Datacenter.Builder<?>
toBuilder()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@ConstructorProperties(value={"id","name","longName","locationAddress","regions"}) protected Datacenter(int id, @Nullable String name, @Nullable String longName, @Nullable Address locationAddress, @Nullable Set<Region> regions)
public static Datacenter.Builder<?> builder()
public Datacenter.Builder<?> toBuilder()
public int getId()
@Nullable public String getName()
@Nullable public String getLongName()
@Nullable public Address getLocationAddress()
public Set<Region> getRegions()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
protected com.google.common.base.Objects.ToStringHelper string()
public String toString()
toString
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.