public class IntlContactInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
IntlContactInfo()  | 
IntlContactInfo(IntlContactInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCity()
Get The city name. 
 | 
String | 
getCompanyName()
Get The company name. 
 | 
String | 
getCountry()
Get The country or region name. 
 | 
String | 
getEmail()
Get The email address. 
 | 
String | 
getFirstName()
Get The first name. 
 | 
String | 
getLastName()
Get The last name. 
 | 
String | 
getOrganizationName()
Get The domain registrant. 
 | 
String | 
getProvince()
Get The province or state name. 
 | 
String | 
getRegistrantName()
Get The name of the registrant. 
 | 
String | 
getRegistrantType()
Get The registrant type. 
 | 
String | 
getStreet()
Get The detailed address. 
 | 
String | 
getTelephone()
Get The mobile number. 
 | 
String | 
getZipCode()
Get The zip code. 
 | 
void | 
setCity(String City)
Set The city name. 
 | 
void | 
setCompanyName(String CompanyName)
Set The company name. 
 | 
void | 
setCountry(String Country)
Set The country or region name. 
 | 
void | 
setEmail(String Email)
Set The email address. 
 | 
void | 
setFirstName(String FirstName)
Set The first name. 
 | 
void | 
setLastName(String LastName)
Set The last name. 
 | 
void | 
setOrganizationName(String OrganizationName)
Set The domain registrant. 
 | 
void | 
setProvince(String Province)
Set The province or state name. 
 | 
void | 
setRegistrantName(String RegistrantName)
Set The name of the registrant. 
 | 
void | 
setRegistrantType(String RegistrantType)
Set The registrant type. 
 | 
void | 
setStreet(String Street)
Set The detailed address. 
 | 
void | 
setTelephone(String Telephone)
Set The mobile number. 
 | 
void | 
setZipCode(String ZipCode)
Set The zip code. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic IntlContactInfo()
public IntlContactInfo(IntlContactInfo source)
public String getCity()
public void setCity(String City)
City - The city name.public String getCountry()
public void setCountry(String Country)
Country - The country or region name.public String getEmail()
public void setEmail(String Email)
Email - The email address.public String getOrganizationName()
public void setOrganizationName(String OrganizationName)
OrganizationName - The domain registrant.public String getProvince()
public void setProvince(String Province)
Province - The province or state name.public String getRegistrantName()
public void setRegistrantName(String RegistrantName)
RegistrantName - The name of the registrant.public String getRegistrantType()
public void setRegistrantType(String RegistrantType)
RegistrantType - The registrant type. Valid values: `I` (individual), `E` (organization).public String getStreet()
public void setStreet(String Street)
Street - The detailed address.public String getTelephone()
public void setTelephone(String Telephone)
Telephone - The mobile number.public String getZipCode()
public void setZipCode(String ZipCode)
ZipCode - The zip code.public String getFirstName()
public void setFirstName(String FirstName)
FirstName - The first name.public String getLastName()
public void setLastName(String LastName)
LastName - The last name.public String getCompanyName()
public void setCompanyName(String CompanyName)
CompanyName - The company name.Copyright © 2025. All rights reserved.