Class Address


@ApiType("SoftLayer_Account_Address")
public class Address
extends Entity
The SoftLayer_Account_Address data type contains information on an address associated with a SoftLayer account.
See Also:
SoftLayer_Account_Address
  • Field Details

  • Constructor Details

    • Address

      public Address()
  • Method Details

    • getAccount

      public Account getAccount()
    • setAccount

      public void setAccount​(Account account)
    • getCreateUser

      public Customer getCreateUser()
    • setCreateUser

      public void setCreateUser​(Customer createUser)
    • getLocation

      public Location getLocation()
    • setLocation

      public void setLocation​(Location location)
    • getModifyEmployee

      public Employee getModifyEmployee()
    • setModifyEmployee

      public void setModifyEmployee​(Employee modifyEmployee)
    • getModifyUser

      public Customer getModifyUser()
    • setModifyUser

      public void setModifyUser​(Customer modifyUser)
    • getType

      public Type getType()
    • setType

      public void setType​(Type type)
    • getAccountId

      public Long getAccountId()
    • setAccountId

      public void setAccountId​(Long accountId)
    • isAccountIdSpecified

      public boolean isAccountIdSpecified()
    • unsetAccountId

      public void unsetAccountId()
    • getAddress1

      public String getAddress1()
    • setAddress1

      public void setAddress1​(String address1)
    • isAddress1Specified

      public boolean isAddress1Specified()
    • unsetAddress1

      public void unsetAddress1()
    • getAddress2

      public String getAddress2()
    • setAddress2

      public void setAddress2​(String address2)
    • isAddress2Specified

      public boolean isAddress2Specified()
    • unsetAddress2

      public void unsetAddress2()
    • getCity

      public String getCity()
    • setCity

      public void setCity​(String city)
    • isCitySpecified

      public boolean isCitySpecified()
    • unsetCity

      public void unsetCity()
    • getContactName

      public String getContactName()
    • setContactName

      public void setContactName​(String contactName)
    • isContactNameSpecified

      public boolean isContactNameSpecified()
    • unsetContactName

      public void unsetContactName()
    • getCountry

      public String getCountry()
    • setCountry

      public void setCountry​(String country)
    • isCountrySpecified

      public boolean isCountrySpecified()
    • unsetCountry

      public void unsetCountry()
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription​(String description)
    • isDescriptionSpecified

      public boolean isDescriptionSpecified()
    • unsetDescription

      public void unsetDescription()
    • getId

      public Long getId()
    • setId

      public void setId​(Long id)
    • isIdSpecified

      public boolean isIdSpecified()
    • unsetId

      public void unsetId()
    • getIsActive

      public Long getIsActive()
    • setIsActive

      public void setIsActive​(Long isActive)
    • isIsActiveSpecified

      public boolean isIsActiveSpecified()
    • unsetIsActive

      public void unsetIsActive()
    • getLocationId

      public Long getLocationId()
    • setLocationId

      public void setLocationId​(Long locationId)
    • isLocationIdSpecified

      public boolean isLocationIdSpecified()
    • unsetLocationId

      public void unsetLocationId()
    • getPostalCode

      public String getPostalCode()
    • setPostalCode

      public void setPostalCode​(String postalCode)
    • isPostalCodeSpecified

      public boolean isPostalCodeSpecified()
    • unsetPostalCode

      public void unsetPostalCode()
    • getState

      public String getState()
    • setState

      public void setState​(String state)
    • isStateSpecified

      public boolean isStateSpecified()
    • unsetState

      public void unsetState()
    • asService

      public Address.Service asService​(ApiClient client)
    • service

      public static Address.Service service​(ApiClient client)
    • service

      public static Address.Service service​(ApiClient client, Long id)