类 EMGetReactionListResource
java.lang.Object
com.easemob.im.api.model.EMGetReactionListResource
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-02-19T14:46:11.706022+08:00[Asia/Shanghai]")
public class EMGetReactionListResource
extends Object
EMGetReactionListResource
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明addReactionListItem(EMReactionResource reactionListItem) booleanstatic EMGetReactionListResourceCreate an instance of EMGetReactionListResource given an JSON stringgetMsgId()Reaction 对应的消息 ID单个消息的 Reaction 列表inthashCode()reactionList(List<EMReactionResource> reactionList) voidvoidsetReactionList(List<EMReactionResource> reactionList) toJson()Convert an instance of EMGetReactionListResource to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
字段详细资料
-
构造器详细资料
-
EMGetReactionListResource
public EMGetReactionListResource()
-
-
方法详细资料
-
msgId
-
getMsgId
Reaction 对应的消息 ID- 返回:
- msgId
-
setMsgId
-
reactionList
-
addReactionListItem
-
getReactionList
单个消息的 Reaction 列表- 返回:
- reactionList
-
setReactionList
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- 参数:
jsonElement- JSON Element- 抛出:
IOException- if the JSON Element is invalid with respect to EMGetReactionListResource
-
fromJson
Create an instance of EMGetReactionListResource given an JSON string- 参数:
jsonString- JSON string- 返回:
- An instance of EMGetReactionListResource
- 抛出:
IOException- if the JSON string is invalid with respect to EMGetReactionListResource
-
toJson
Convert an instance of EMGetReactionListResource to an JSON string- 返回:
- JSON string
-