public class SaveContactsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
bizType
example:
dytns
|
String |
contactEmail
example:
1234@alibaba-inc.com
|
String |
contactName
This parameter is required.
|
String |
contactPhone
example:
122354532434
|
Integer |
mailStatus
example:
0
|
Boolean |
openStatusWarning
example:
false
|
Boolean |
opentAttributionWarning
example:
true
|
Long |
ownerId |
Integer |
phoneStatus
example:
0
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
| 构造器和说明 |
|---|
SaveContactsRequest() |
@NameInMap(value="BizType") public String bizType
dytns
@NameInMap(value="ContactEmail") public String contactEmail
@NameInMap(value="ContactName") public String contactName
This parameter is required.
@NameInMap(value="ContactPhone") public String contactPhone
122354532434
@NameInMap(value="MailStatus") public Integer mailStatus
0
@NameInMap(value="OpenStatusWarning") public Boolean openStatusWarning
false
@NameInMap(value="OpentAttributionWarning") public Boolean opentAttributionWarning
true
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PhoneStatus") public Integer phoneStatus
0
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static SaveContactsRequest build(Map<String,?> map) throws Exception
Exceptionpublic SaveContactsRequest setBizType(String bizType)
public String getBizType()
public SaveContactsRequest setContactEmail(String contactEmail)
public String getContactEmail()
public SaveContactsRequest setContactName(String contactName)
public String getContactName()
public SaveContactsRequest setContactPhone(String contactPhone)
public String getContactPhone()
public SaveContactsRequest setMailStatus(Integer mailStatus)
public Integer getMailStatus()
public SaveContactsRequest setOpenStatusWarning(Boolean openStatusWarning)
public Boolean getOpenStatusWarning()
public SaveContactsRequest setOpentAttributionWarning(Boolean opentAttributionWarning)
public Boolean getOpentAttributionWarning()
public SaveContactsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public SaveContactsRequest setPhoneStatus(Integer phoneStatus)
public Integer getPhoneStatus()
public SaveContactsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public SaveContactsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2026. All rights reserved.