Package org.jclouds.softlayer.domain
Class Address
- java.lang.Object
-
- org.jclouds.softlayer.domain.Address
-
public class Address extends Object
Class Address
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Address.Builder<T extends Address.Builder<T>>
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Constructor Detail
-
Address
@ConstructorProperties({"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)
-
-
Method Detail
-
builder
public static Address.Builder<?> builder()
-
toBuilder
public Address.Builder<?> toBuilder()
-
getId
public int getId()
- Returns:
- The unique id of the address.
-
getCountry
public String getCountry()
- Returns:
- The country of the address.
-
getAccountId
public int getAccountId()
- Returns:
- The id of the account.
-
isActive
public int isActive()
- Returns:
- The name of the contact.
-
getLocationId
public int getLocationId()
- Returns:
- The id of the location.
-
-