public class MsgType extends Object implements Serializable
| 构造器和说明 |
|---|
MsgType() |
| 限定符和类型 | 方法和说明 |
|---|---|
DingerType |
getDingerType() |
String |
getMsgtype() |
protected List<String> |
parseAtParam(Map<String,Object> params)
解析at参数信息
|
protected String |
replaceContent(String content,
Map<String,Object> params)
转换文本内容
|
void |
setDingerType(DingerType dingerType) |
void |
setMsgtype(String msgtype) |
void |
signAttributes(SignBase sign)
签名参数处理
|
void |
transfer(Map<String,Object> params)
转换发送内容
|
public DingerType getDingerType()
public void setDingerType(DingerType dingerType)
public String getMsgtype()
public void setMsgtype(String msgtype)
public void signAttributes(SignBase sign)
sign - signprotected String replaceContent(String content, Map<String,Object> params)
content - 文本内容params - 参数和实际值映射集Copyright © 2023 AnswerAIL. All rights reserved.