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,
int accountId,
String address,
String city,
String contactName,
int isActive,
int locationId,
String postalCode) |
Modifier and Type | Method and Description |
---|---|
static Address.Builder<?> |
builder() |
boolean |
equals(Object obj) |
int |
getAccountId() |
String |
getAddress1() |
String |
getCity() |
String |
getContactName() |
String |
getCountry() |
String |
getDescription() |
int |
getId() |
int |
getLocationId() |
String |
getPostalCode() |
String |
getState() |
int |
hashCode() |
int |
isActive() |
Address.Builder<?> |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","country","state","description","accountId","address1","city","contactName","isActive","locationId","postalCode"}) protected Address(int id, String country, @Nullable String state, @Nullable String description, int accountId, @Nullable String address, @Nullable String city, @Nullable String contactName, int isActive, int locationId, @Nullable String postalCode)
public static Address.Builder<?> builder()
public Address.Builder<?> toBuilder()
public int getId()
public String getCountry()
public int getAccountId()
public int isActive()
public int getLocationId()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.