Package org.jclouds.softlayer.domain
Class Address
java.lang.Object
org.jclouds.softlayer.domain.Address
Class Address
- See Also:
-
Constructor Details
-
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 Details
-
builder
-
toBuilder
-
getId
public int getId()- Returns:
- The unique id of the address.
-
getCountry
- Returns:
- The country of the address.
-
getState
- Returns:
- The state of the address.
-
getDescription
- Returns:
- The description of the address.
-
getAccountId
public int getAccountId()- Returns:
- The id of the account.
-
getAddress1
- Returns:
- The value of the address.
-
getCity
- Returns:
- The name of the city.
-
getContactName
- Returns:
- The name of the contact.
-
isActive
public int isActive()- Returns:
- The name of the contact.
-
getLocationId
public int getLocationId()- Returns:
- The id of the location.
-
getPostalCode
- Returns:
- The postal code of the address.
-
hashCode
public int hashCode() -
equals
-
toString
-