public class SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
contactType |
List<String> |
domainName |
String |
lang |
Long |
registrantProfileId |
Boolean |
transferOutProhibited |
String |
userClientIp |
| 构造器和说明 |
|---|
SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest() |
@NameInMap(value="ContactType") public String contactType
@NameInMap(value="Lang") public String lang
@NameInMap(value="RegistrantProfileId") public Long registrantProfileId
@NameInMap(value="TransferOutProhibited") public Boolean transferOutProhibited
@NameInMap(value="UserClientIp") public String userClientIp
public SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest()
public static SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest build(Map<String,?> map) throws Exception
Exceptionpublic SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest setContactType(String contactType)
public String getContactType()
public SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest setDomainName(List<String> domainName)
public SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest setLang(String lang)
public String getLang()
public SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest setRegistrantProfileId(Long registrantProfileId)
public Long getRegistrantProfileId()
public SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest setTransferOutProhibited(Boolean transferOutProhibited)
public Boolean getTransferOutProhibited()
public SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest setUserClientIp(String userClientIp)
public String getUserClientIp()
Copyright © 2023. All rights reserved.