public abstract class Contact extends Object implements SenderAndCidMidGetter
| Modifier and Type | Field and Description |
|---|---|
protected Bot |
bot |
protected String |
id |
protected com.alibaba.fastjson.JSONObject |
meta |
protected String |
openid |
| Constructor and Description |
|---|
Contact() |
Contact(com.alibaba.fastjson.JSONObject mate) |
| Modifier and Type | Method and Description |
|---|---|
void |
setBot(Bot bot) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCid, getEnvType, getMidgetBotprotected com.alibaba.fastjson.JSONObject meta
protected String id
protected String openid
protected Bot bot
public Contact()
public Contact(com.alibaba.fastjson.JSONObject mate)
public void setBot(Bot bot)
setBot in interface BotContentCopyright © 2023. All rights reserved.