public class MessageList extends AbstractModel
header, skipSign
Constructor and Description |
---|
MessageList() |
MessageList(MessageList 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 |
getFromAccount()
Get 消息发送者
注意:此字段可能返回 null,表示取不到有效值。
|
MessageItem[] |
getMessageBody()
Get 历史消息列表
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getSeq()
Get 消息序列号,当前课堂内唯一且单调递增
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTimestamp()
Get 消息时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFromAccount(String FromAccount)
Set 消息发送者
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMessageBody(MessageItem[] MessageBody)
Set 历史消息列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSeq(Long Seq)
Set 消息序列号,当前课堂内唯一且单调递增
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTimestamp(Long Timestamp)
Set 消息时间戳
注意:此字段可能返回 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, toJsonString
public MessageList()
public MessageList(MessageList source)
public Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp
- 消息时间戳
注意:此字段可能返回 null,表示取不到有效值。public String getFromAccount()
public void setFromAccount(String FromAccount)
FromAccount
- 消息发送者
注意:此字段可能返回 null,表示取不到有效值。public Long getSeq()
public void setSeq(Long Seq)
Seq
- 消息序列号,当前课堂内唯一且单调递增
注意:此字段可能返回 null,表示取不到有效值。public MessageItem[] getMessageBody()
public void setMessageBody(MessageItem[] MessageBody)
MessageBody
- 历史消息列表
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.