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