public class Address extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Address.Builder<T extends Address.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
Address(int id,
String country,
String state,
String description) |
Modifier and Type | Method and Description |
---|---|
static Address.Builder<?> |
builder() |
boolean |
equals(Object obj) |
String |
getCountry() |
String |
getDescription() |
int |
getId() |
String |
getState() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
Address.Builder<?> |
toBuilder() |
String |
toString() |
public static Address.Builder<?> builder()
public Address.Builder<?> toBuilder()
public int getId()
public String getCountry()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.