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 o)
int
getId()
Address
getLocationAddress()
String
getLongName()
getName()
Set<Region>
getRegions()
hashCode()
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 boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.