Package org.jclouds.softlayer.domain
Class Address.Builder<T extends Address.Builder<T>>
java.lang.Object
org.jclouds.softlayer.domain.Address.Builder<T>
- Enclosing class:
Address
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountId
(int accountId) build()
contactName
(String contactName) description
(String description) fromAddress
(Address in) id
(int id) isActive
(int isActive) locationId
(int locationId) postalCode
(String postalCode) protected abstract T
self()
-
Field Details
-
id
protected int id -
country
-
state
-
description
-
accountId
protected int accountId -
address
-
city
-
contactName
-
isActive
protected int isActive -
locationId
protected int locationId -
postalCode
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
-
id
- See Also:
-
country
- See Also:
-
state
- See Also:
-
description
- See Also:
-
accountId
- See Also:
-
address
- See Also:
-
city
- See Also:
-
contactName
- See Also:
-
isActive
- See Also:
-
locationId
- See Also:
-
postalCode
- See Also:
-
build
-
fromAddress
-