public class ContactInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ContactInfo() | 
| ContactInfo(ContactInfo 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 城市(英文)。作为入参时可以不填 | 
| String | getCityCN()Get 城市(中文) | 
| String | getCountry()Get 国家(英文)。作为入参时可以不填 | 
| String | getCountryCN()Get 国家(中文) | 
| String | getEmail()Get 联系人邮箱 | 
| String | getOrganizationName()Get 注册人(英文) | 
| String | getOrganizationNameCN()Get 注册人(中文) | 
| String | getProvince()Get 省份(英文)。作为入参时可以不填 | 
| String | getProvinceCN()Get 省份(中文) | 
| String | getRegistrantName()Get 联系人(英文) | 
| String | getRegistrantNameCN()Get 联系人(中文) | 
| String | getRegistrantType()Get 用户类型 E:组织, I:个人 | 
| String | getStreet()Get 街道(英文) | 
| String | getStreetCN()Get 街道(中文) | 
| String | getTelephone()Get 联系人手机号 | 
| String | getZipCode()Get 邮编 | 
| void | setCity(String City)Set 城市(英文)。作为入参时可以不填 | 
| void | setCityCN(String CityCN)Set 城市(中文) | 
| void | setCountry(String Country)Set 国家(英文)。作为入参时可以不填 | 
| void | setCountryCN(String CountryCN)Set 国家(中文) | 
| void | setEmail(String Email)Set 联系人邮箱 | 
| void | setOrganizationName(String OrganizationName)Set 注册人(英文) | 
| void | setOrganizationNameCN(String OrganizationNameCN)Set 注册人(中文) | 
| void | setProvince(String Province)Set 省份(英文)。作为入参时可以不填 | 
| void | setProvinceCN(String ProvinceCN)Set 省份(中文) | 
| void | setRegistrantName(String RegistrantName)Set 联系人(英文) | 
| void | setRegistrantNameCN(String RegistrantNameCN)Set 联系人(中文) | 
| void | setRegistrantType(String RegistrantType)Set 用户类型 E:组织, I:个人 | 
| void | setStreet(String Street)Set 街道(英文) | 
| void | setStreetCN(String StreetCN)Set 街道(中文) | 
| void | setTelephone(String Telephone)Set 联系人手机号 | 
| void | setZipCode(String ZipCode)Set 邮编 | 
| 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 ContactInfo()
public ContactInfo(ContactInfo source)
public String getOrganizationNameCN()
public void setOrganizationNameCN(String OrganizationNameCN)
OrganizationNameCN - 注册人(中文)public String getOrganizationName()
public void setOrganizationName(String OrganizationName)
OrganizationName - 注册人(英文)public String getRegistrantNameCN()
public void setRegistrantNameCN(String RegistrantNameCN)
RegistrantNameCN - 联系人(中文)public String getRegistrantName()
public void setRegistrantName(String RegistrantName)
RegistrantName - 联系人(英文)public String getProvinceCN()
public void setProvinceCN(String ProvinceCN)
ProvinceCN - 省份(中文)public String getCityCN()
public void setCityCN(String CityCN)
CityCN - 城市(中文)public String getStreetCN()
public void setStreetCN(String StreetCN)
StreetCN - 街道(中文)public String getStreet()
public void setStreet(String Street)
Street - 街道(英文)public String getCountryCN()
public void setCountryCN(String CountryCN)
CountryCN - 国家(中文)public String getTelephone()
public void setTelephone(String Telephone)
Telephone - 联系人手机号public String getEmail()
public void setEmail(String Email)
Email - 联系人邮箱public String getZipCode()
public void setZipCode(String ZipCode)
ZipCode - 邮编public String getRegistrantType()
public void setRegistrantType(String RegistrantType)
RegistrantType - 用户类型 E:组织, I:个人public String getProvince()
public void setProvince(String Province)
Province - 省份(英文)。作为入参时可以不填public String getCity()
public void setCity(String City)
City - 城市(英文)。作为入参时可以不填public String getCountry()
public void setCountry(String Country)
Country - 国家(英文)。作为入参时可以不填Copyright © 2025. All rights reserved.