public class Context extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Context() | 
| Context(Context source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAvatar()Get 头像
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getContent()Get 消息内容
注意:此字段可能返回 null,表示取不到有效值。 | 
| MsgFileInfo[] | getFileInfos()Get 文档信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| Boolean | getIsVisitor()Get 是否为用户
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getNickName()Get 昵称
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getRecordBizId()Get 消息记录ID信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getReplyMethod()Get 回复方式,15:澄清确认回复
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setAvatar(String Avatar)Set 头像
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setContent(String Content)Set 消息内容
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setFileInfos(MsgFileInfo[] FileInfos)Set 文档信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setIsVisitor(Boolean IsVisitor)Set 是否为用户
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setNickName(String NickName)Set 昵称
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setRecordBizId(String RecordBizId)Set 消息记录ID信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setReplyMethod(Long ReplyMethod)Set 回复方式,15:澄清确认回复
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic Context()
public Context(Context source)
public String getRecordBizId()
public void setRecordBizId(String RecordBizId)
RecordBizId - 消息记录ID信息
注意:此字段可能返回 null,表示取不到有效值。public Boolean getIsVisitor()
public void setIsVisitor(Boolean IsVisitor)
IsVisitor - 是否为用户
注意:此字段可能返回 null,表示取不到有效值。public String getNickName()
public void setNickName(String NickName)
NickName - 昵称
注意:此字段可能返回 null,表示取不到有效值。public String getAvatar()
public void setAvatar(String Avatar)
Avatar - 头像
注意:此字段可能返回 null,表示取不到有效值。public String getContent()
public void setContent(String Content)
Content - 消息内容
注意:此字段可能返回 null,表示取不到有效值。public MsgFileInfo[] getFileInfos()
public void setFileInfos(MsgFileInfo[] FileInfos)
FileInfos - 文档信息
注意:此字段可能返回 null,表示取不到有效值。public Long getReplyMethod()
public void setReplyMethod(Long ReplyMethod)
ReplyMethod - 回复方式,15:澄清确认回复
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.