public class CustomerAddressImpl extends Object implements CustomerAddress, io.vrap.rmf.base.client.ModelBase
Different from Address in that key
is required and id
is not supported.
Constructor and Description |
---|
CustomerAddressImpl() |
getClass, notify, notifyAll, toString, wait, wait, wait
builder, builder, of, of, typeReference, withCustomerAddress
public String getKey()
User-defined identifier for the address. Must follow the pattern [a-zA-Z0-9_\-]{2,256}
and must be unique per customer.
getKey
in interface CustomerAddress
public String getTitle()
getTitle
in interface CustomerAddress
public String getSalutation()
getSalutation
in interface CustomerAddress
public String getFirstName()
getFirstName
in interface CustomerAddress
public String getLastName()
getLastName
in interface CustomerAddress
public String getStreetName()
getStreetName
in interface CustomerAddress
public String getStreetNumber()
getStreetNumber
in interface CustomerAddress
public String getAdditionalStreetInfo()
getAdditionalStreetInfo
in interface CustomerAddress
public String getPostalCode()
getPostalCode
in interface CustomerAddress
public String getCity()
getCity
in interface CustomerAddress
public String getRegion()
getRegion
in interface CustomerAddress
public String getState()
getState
in interface CustomerAddress
public String getCountry()
A two-digit country code as per ISO 3166-1 alpha-2.
getCountry
in interface CustomerAddress
public String getCompany()
getCompany
in interface CustomerAddress
public String getDepartment()
getDepartment
in interface CustomerAddress
public String getBuilding()
getBuilding
in interface CustomerAddress
public String getApartment()
getApartment
in interface CustomerAddress
public String getPOBox()
getPOBox
in interface CustomerAddress
public String getPhone()
getPhone
in interface CustomerAddress
public String getMobile()
getMobile
in interface CustomerAddress
public String getEmail()
getEmail
in interface CustomerAddress
public String getFax()
getFax
in interface CustomerAddress
public String getAdditionalAddressInfo()
getAdditionalAddressInfo
in interface CustomerAddress
public String getExternalId()
getExternalId
in interface CustomerAddress
public void setKey(String key)
setKey
in interface CustomerAddress
public void setTitle(String title)
setTitle
in interface CustomerAddress
public void setSalutation(String salutation)
setSalutation
in interface CustomerAddress
public void setFirstName(String firstName)
setFirstName
in interface CustomerAddress
public void setLastName(String lastName)
setLastName
in interface CustomerAddress
public void setStreetName(String streetName)
setStreetName
in interface CustomerAddress
public void setStreetNumber(String streetNumber)
setStreetNumber
in interface CustomerAddress
public void setAdditionalStreetInfo(String additionalStreetInfo)
setAdditionalStreetInfo
in interface CustomerAddress
public void setPostalCode(String postalCode)
setPostalCode
in interface CustomerAddress
public void setCity(String city)
setCity
in interface CustomerAddress
public void setRegion(String region)
setRegion
in interface CustomerAddress
public void setState(String state)
setState
in interface CustomerAddress
public void setCountry(String country)
setCountry
in interface CustomerAddress
public void setCompany(String company)
setCompany
in interface CustomerAddress
public void setDepartment(String department)
setDepartment
in interface CustomerAddress
public void setBuilding(String building)
setBuilding
in interface CustomerAddress
public void setApartment(String apartment)
setApartment
in interface CustomerAddress
public void setPOBox(String pOBox)
setPOBox
in interface CustomerAddress
public void setPhone(String phone)
setPhone
in interface CustomerAddress
public void setMobile(String mobile)
setMobile
in interface CustomerAddress
public void setEmail(String email)
setEmail
in interface CustomerAddress
public void setFax(String fax)
setFax
in interface CustomerAddress
public void setAdditionalAddressInfo(String additionalAddressInfo)
setAdditionalAddressInfo
in interface CustomerAddress
public void setExternalId(String externalId)
setExternalId
in interface CustomerAddress