public class Tenant extends Object
static class
Tenant.Builder<T extends Tenant.Builder<T>>
protected
Tenant(String id, String name, String description)
static Tenant.Builder<?>
builder()
boolean
equals(Object obj)
String
getDescription()
getId()
getName()
int
hashCode()
protected com.google.common.base.Objects.ToStringHelper
string()
Tenant.Builder<?>
toBuilder()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@ConstructorProperties(value={"id","name","description"}) protected Tenant(String id, String name, @Nullable String description)
public static Tenant.Builder<?> builder()
public Tenant.Builder<?> toBuilder()
public String getId()
public String getName()
@Nullable public String getDescription()
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.