Package org.jclouds.gogrid.domain
Class Customer
- java.lang.Object
 - 
- org.jclouds.gogrid.domain.Customer
 
 
- 
public class Customer extends Object
Class Customer 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomer.Builder<T extends Customer.Builder<T>> 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Customer.Builder<?>builder()booleanequals(Object obj)longgetId()StringgetName()inthashCode()protected com.google.common.base.MoreObjects.ToStringHelperstring()Customer.Builder<?>toBuilder()StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
Customer
@ConstructorProperties({"id","name"}) protected Customer(long id, String name)
 
 - 
 
- 
Method Detail
- 
builder
public static Customer.Builder<?> builder()
 
- 
toBuilder
public Customer.Builder<?> toBuilder()
 
- 
getId
public long getId()
 
- 
getName
public String getName()
 
- 
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
 
 - 
 
 -