public class DingTalkBotWebhookForListContactsOutput extends Object
| Constructor and Description |
|---|
DingTalkBotWebhookForListContactsOutput() |
| Modifier and Type | Method and Description |
|---|---|
DingTalkBotWebhookForListContactsOutput |
addAtMobilesItem(String atMobilesItem) |
DingTalkBotWebhookForListContactsOutput |
addAtUserIdsItem(String atUserIdsItem) |
DingTalkBotWebhookForListContactsOutput |
address(String address) |
DingTalkBotWebhookForListContactsOutput |
atMobiles(List<String> atMobiles) |
DingTalkBotWebhookForListContactsOutput |
atUserIds(List<String> atUserIds) |
boolean |
equals(Object o) |
String |
getAddress()
Get address
|
List<String> |
getAtMobiles()
Get atMobiles
|
List<String> |
getAtUserIds()
Get atUserIds
|
String |
getSecretKey()
Get secretKey
|
int |
hashCode() |
DingTalkBotWebhookForListContactsOutput |
secretKey(String secretKey) |
void |
setAddress(String address) |
void |
setAtMobiles(List<String> atMobiles) |
void |
setAtUserIds(List<String> atUserIds) |
void |
setSecretKey(String secretKey) |
String |
toString() |
public DingTalkBotWebhookForListContactsOutput()
public DingTalkBotWebhookForListContactsOutput address(String address)
public String getAddress()
public void setAddress(String address)
public DingTalkBotWebhookForListContactsOutput atMobiles(List<String> atMobiles)
public DingTalkBotWebhookForListContactsOutput addAtMobilesItem(String atMobilesItem)
public DingTalkBotWebhookForListContactsOutput atUserIds(List<String> atUserIds)
public DingTalkBotWebhookForListContactsOutput addAtUserIdsItem(String atUserIdsItem)
public DingTalkBotWebhookForListContactsOutput secretKey(String secretKey)
public String getSecretKey()
public void setSecretKey(String secretKey)
Copyright © 2026. All rights reserved.