public class SaveRegistrantProfileRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
SaveRegistrantProfileRequest() |
@NameInMap(value="Address") public String address
@NameInMap(value="City") public String city
@NameInMap(value="Country") public String country
@NameInMap(value="DefaultRegistrantProfile") public Boolean defaultRegistrantProfile
@NameInMap(value="Email") public String email
@NameInMap(value="Lang") public String lang
@NameInMap(value="PostalCode") public String postalCode
@NameInMap(value="Province") public String province
@NameInMap(value="RegistrantName") public String registrantName
@NameInMap(value="RegistrantOrganization") public String registrantOrganization
@NameInMap(value="RegistrantProfileId") public Long registrantProfileId
@NameInMap(value="RegistrantProfileType") public String registrantProfileType
@NameInMap(value="RegistrantType") public String registrantType
@NameInMap(value="TelArea") public String telArea
@NameInMap(value="TelExt") public String telExt
@NameInMap(value="Telephone") public String telephone
@NameInMap(value="UserClientIp") public String userClientIp
@NameInMap(value="ZhAddress") public String zhAddress
@NameInMap(value="ZhCity") public String zhCity
@NameInMap(value="ZhProvince") public String zhProvince
@NameInMap(value="ZhRegistrantName") public String zhRegistrantName
@NameInMap(value="ZhRegistrantOrganization") public String zhRegistrantOrganization
public static SaveRegistrantProfileRequest build(Map<String,?> map) throws Exception
Exceptionpublic SaveRegistrantProfileRequest setAddress(String address)
public String getAddress()
public SaveRegistrantProfileRequest setCity(String city)
public String getCity()
public SaveRegistrantProfileRequest setCountry(String country)
public String getCountry()
public SaveRegistrantProfileRequest setDefaultRegistrantProfile(Boolean defaultRegistrantProfile)
public Boolean getDefaultRegistrantProfile()
public SaveRegistrantProfileRequest setEmail(String email)
public String getEmail()
public SaveRegistrantProfileRequest setLang(String lang)
public String getLang()
public SaveRegistrantProfileRequest setPostalCode(String postalCode)
public String getPostalCode()
public SaveRegistrantProfileRequest setProvince(String province)
public String getProvince()
public SaveRegistrantProfileRequest setRegistrantName(String registrantName)
public String getRegistrantName()
public SaveRegistrantProfileRequest setRegistrantOrganization(String registrantOrganization)
public String getRegistrantOrganization()
public SaveRegistrantProfileRequest setRegistrantProfileId(Long registrantProfileId)
public Long getRegistrantProfileId()
public SaveRegistrantProfileRequest setRegistrantProfileType(String registrantProfileType)
public String getRegistrantProfileType()
public SaveRegistrantProfileRequest setRegistrantType(String registrantType)
public String getRegistrantType()
public SaveRegistrantProfileRequest setTelArea(String telArea)
public String getTelArea()
public SaveRegistrantProfileRequest setTelExt(String telExt)
public String getTelExt()
public SaveRegistrantProfileRequest setTelephone(String telephone)
public String getTelephone()
public SaveRegistrantProfileRequest setUserClientIp(String userClientIp)
public String getUserClientIp()
public SaveRegistrantProfileRequest setZhAddress(String zhAddress)
public String getZhAddress()
public SaveRegistrantProfileRequest setZhCity(String zhCity)
public String getZhCity()
public SaveRegistrantProfileRequest setZhProvince(String zhProvince)
public String getZhProvince()
public SaveRegistrantProfileRequest setZhRegistrantName(String zhRegistrantName)
public String getZhRegistrantName()
public SaveRegistrantProfileRequest setZhRegistrantOrganization(String zhRegistrantOrganization)
public String getZhRegistrantOrganization()
Copyright © 2023. All rights reserved.