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 Avatar. 
 | 
String | 
getContent()
Get Message content. 
 | 
MsgFileInfo[] | 
getFileInfos()
Get Document information. 
 | 
Boolean | 
getIsVisitor()
Get Whether it is a user. 
 | 
String | 
getNickName()
Get Nickname. 
 | 
String | 
getRecordBizId()
Get Message record ID. 
 | 
Long | 
getReplyMethod()
Get Response method, 15: clarification confirmation response. 
 | 
void | 
setAvatar(String Avatar)
Set Avatar. 
 | 
void | 
setContent(String Content)
Set Message content. 
 | 
void | 
setFileInfos(MsgFileInfo[] FileInfos)
Set Document information. 
 | 
void | 
setIsVisitor(Boolean IsVisitor)
Set Whether it is a user. 
 | 
void | 
setNickName(String NickName)
Set Nickname. 
 | 
void | 
setRecordBizId(String RecordBizId)
Set Message record ID. 
 | 
void | 
setReplyMethod(Long ReplyMethod)
Set Response method, 15: clarification confirmation response. 
 | 
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 - Message record ID.public Boolean getIsVisitor()
public void setIsVisitor(Boolean IsVisitor)
IsVisitor - Whether it is a user.public String getNickName()
public void setNickName(String NickName)
NickName - Nickname.public String getAvatar()
public void setAvatar(String Avatar)
Avatar - Avatar.public String getContent()
public void setContent(String Content)
Content - Message content.public MsgFileInfo[] getFileInfos()
public void setFileInfos(MsgFileInfo[] FileInfos)
FileInfos - Document information.public Long getReplyMethod()
public void setReplyMethod(Long ReplyMethod)
ReplyMethod - Response method, 15: clarification confirmation response.Copyright © 2025. All rights reserved.