public class DeleteContactsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
contactId
This parameter is required.
|
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
| 构造器和说明 |
|---|
DeleteContactsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteContactsRequest |
build(Map<String,?> map) |
Long |
getContactId() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DeleteContactsRequest |
setContactId(Long contactId) |
DeleteContactsRequest |
setOwnerId(Long ownerId) |
DeleteContactsRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteContactsRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="ContactId") public Long contactId
This parameter is required.
example:5454735262
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static DeleteContactsRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteContactsRequest setContactId(Long contactId)
public Long getContactId()
public DeleteContactsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteContactsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteContactsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2026. All rights reserved.