public class QueryRegistrantProfilesRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
QueryRegistrantProfilesRequest() |
@NameInMap(value="DefaultRegistrantProfile") public Boolean defaultRegistrantProfile
@NameInMap(value="Email") public String email
@NameInMap(value="Lang") public String lang
@NameInMap(value="PageNum") public Integer pageNum
@NameInMap(value="PageSize") public Integer pageSize
@NameInMap(value="RealNameStatus") public String realNameStatus
@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="UserClientIp") public String userClientIp
@NameInMap(value="ZhRegistrantOrganization") public String zhRegistrantOrganization
public static QueryRegistrantProfilesRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryRegistrantProfilesRequest setDefaultRegistrantProfile(Boolean defaultRegistrantProfile)
public Boolean getDefaultRegistrantProfile()
public QueryRegistrantProfilesRequest setEmail(String email)
public String getEmail()
public QueryRegistrantProfilesRequest setLang(String lang)
public String getLang()
public QueryRegistrantProfilesRequest setPageNum(Integer pageNum)
public Integer getPageNum()
public QueryRegistrantProfilesRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public QueryRegistrantProfilesRequest setRealNameStatus(String realNameStatus)
public String getRealNameStatus()
public QueryRegistrantProfilesRequest setRegistrantOrganization(String registrantOrganization)
public String getRegistrantOrganization()
public QueryRegistrantProfilesRequest setRegistrantProfileId(Long registrantProfileId)
public Long getRegistrantProfileId()
public QueryRegistrantProfilesRequest setRegistrantProfileType(String registrantProfileType)
public String getRegistrantProfileType()
public QueryRegistrantProfilesRequest setRegistrantType(String registrantType)
public String getRegistrantType()
public QueryRegistrantProfilesRequest setUserClientIp(String userClientIp)
public String getUserClientIp()
public QueryRegistrantProfilesRequest setZhRegistrantOrganization(String zhRegistrantOrganization)
public String getZhRegistrantOrganization()
Copyright © 2023. All rights reserved.