Package com.softlayer.api.service.brand
Class Contact
- java.lang.Object
-
- com.softlayer.api.Type
-
- com.softlayer.api.service.Entity
-
- com.softlayer.api.service.brand.Contact
-
@ApiType("SoftLayer_Brand_Contact") public class Contact extends Entity
SoftLayer_Brand_Contact contains the contact information for the brand such as Corporate or Support contact information- See Also:
- SoftLayer_Brand_Contact
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Contact.Mask
-
Field Summary
Fields Modifier and Type Field Description protected String
address1
The contact's address 1.protected boolean
address1Specified
protected String
address2
The contact's address 2.protected boolean
address2Specified
protected String
alternatePhone
The contact's alternate phone number.protected boolean
alternatePhoneSpecified
protected Brand
brand
protected Type
brandContactType
protected Long
brandContactTypeId
The contact's type identifier.protected boolean
brandContactTypeIdSpecified
protected String
city
The contact's city.protected boolean
citySpecified
protected String
country
The contact's country.protected boolean
countrySpecified
protected String
email
The contact's email address.protected boolean
emailSpecified
protected String
faxPhone
The contact's fax number.protected boolean
faxPhoneSpecified
protected String
firstName
The contact's first name.protected boolean
firstNameSpecified
protected String
lastName
The contact's last name.protected boolean
lastNameSpecified
protected String
officePhone
The contact's phone number.protected boolean
officePhoneSpecified
protected String
postalCode
The contact's postal code.protected boolean
postalCodeSpecified
protected String
state
The contact's state.protected boolean
stateSpecified
-
Fields inherited from class com.softlayer.api.Type
unknownProperties
-
-
Constructor Summary
Constructors Constructor Description Contact()
-
Method Summary
-
Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
-
-
-
Field Detail
-
brand
@ApiProperty protected Brand brand
-
brandContactType
@ApiProperty protected Type brandContactType
-
address1
@ApiProperty(canBeNullOrNotSet=true) protected String address1
The contact's address 1.
-
address1Specified
protected boolean address1Specified
-
address2
@ApiProperty(canBeNullOrNotSet=true) protected String address2
The contact's address 2.
-
address2Specified
protected boolean address2Specified
-
alternatePhone
@ApiProperty(canBeNullOrNotSet=true) protected String alternatePhone
The contact's alternate phone number.
-
alternatePhoneSpecified
protected boolean alternatePhoneSpecified
-
brandContactTypeId
@ApiProperty(canBeNullOrNotSet=true) protected Long brandContactTypeId
The contact's type identifier.
-
brandContactTypeIdSpecified
protected boolean brandContactTypeIdSpecified
-
city
@ApiProperty(canBeNullOrNotSet=true) protected String city
The contact's city.
-
citySpecified
protected boolean citySpecified
-
country
@ApiProperty(canBeNullOrNotSet=true) protected String country
The contact's country.
-
countrySpecified
protected boolean countrySpecified
-
email
@ApiProperty(canBeNullOrNotSet=true) protected String email
The contact's email address.
-
emailSpecified
protected boolean emailSpecified
-
faxPhone
@ApiProperty(canBeNullOrNotSet=true) protected String faxPhone
The contact's fax number.
-
faxPhoneSpecified
protected boolean faxPhoneSpecified
-
firstName
@ApiProperty(canBeNullOrNotSet=true) protected String firstName
The contact's first name.
-
firstNameSpecified
protected boolean firstNameSpecified
-
lastName
@ApiProperty(canBeNullOrNotSet=true) protected String lastName
The contact's last name.
-
lastNameSpecified
protected boolean lastNameSpecified
-
officePhone
@ApiProperty(canBeNullOrNotSet=true) protected String officePhone
The contact's phone number.
-
officePhoneSpecified
protected boolean officePhoneSpecified
-
postalCode
@ApiProperty(canBeNullOrNotSet=true) protected String postalCode
The contact's postal code.
-
postalCodeSpecified
protected boolean postalCodeSpecified
-
state
@ApiProperty(canBeNullOrNotSet=true) protected String state
The contact's state.
-
stateSpecified
protected boolean stateSpecified
-
-
Method Detail
-
getBrand
public Brand getBrand()
-
setBrand
public void setBrand(Brand brand)
-
getBrandContactType
public Type getBrandContactType()
-
setBrandContactType
public void setBrandContactType(Type brandContactType)
-
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()
-
getAlternatePhone
public String getAlternatePhone()
-
setAlternatePhone
public void setAlternatePhone(String alternatePhone)
-
isAlternatePhoneSpecified
public boolean isAlternatePhoneSpecified()
-
unsetAlternatePhone
public void unsetAlternatePhone()
-
getBrandContactTypeId
public Long getBrandContactTypeId()
-
setBrandContactTypeId
public void setBrandContactTypeId(Long brandContactTypeId)
-
isBrandContactTypeIdSpecified
public boolean isBrandContactTypeIdSpecified()
-
unsetBrandContactTypeId
public void unsetBrandContactTypeId()
-
getCity
public String getCity()
-
setCity
public void setCity(String city)
-
isCitySpecified
public boolean isCitySpecified()
-
unsetCity
public void unsetCity()
-
getCountry
public String getCountry()
-
setCountry
public void setCountry(String country)
-
isCountrySpecified
public boolean isCountrySpecified()
-
unsetCountry
public void unsetCountry()
-
getEmail
public String getEmail()
-
setEmail
public void setEmail(String email)
-
isEmailSpecified
public boolean isEmailSpecified()
-
unsetEmail
public void unsetEmail()
-
getFaxPhone
public String getFaxPhone()
-
setFaxPhone
public void setFaxPhone(String faxPhone)
-
isFaxPhoneSpecified
public boolean isFaxPhoneSpecified()
-
unsetFaxPhone
public void unsetFaxPhone()
-
getFirstName
public String getFirstName()
-
setFirstName
public void setFirstName(String firstName)
-
isFirstNameSpecified
public boolean isFirstNameSpecified()
-
unsetFirstName
public void unsetFirstName()
-
getLastName
public String getLastName()
-
setLastName
public void setLastName(String lastName)
-
isLastNameSpecified
public boolean isLastNameSpecified()
-
unsetLastName
public void unsetLastName()
-
getOfficePhone
public String getOfficePhone()
-
setOfficePhone
public void setOfficePhone(String officePhone)
-
isOfficePhoneSpecified
public boolean isOfficePhoneSpecified()
-
unsetOfficePhone
public void unsetOfficePhone()
-
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()
-
-