类 EMBatchRecallMessages
java.lang.Object
com.easemob.im.api.model.EMBatchRecallMessages
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2026-06-24T10:21:36.382435+08:00[Asia/Shanghai]",
comments="Generator version: 7.14.0")
public class EMBatchRecallMessages
extends Object
EMBatchRecallMessages
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明addMsgsItem(EMBatchRecallMessagesMsgsInner msgsItem) booleanstatic EMBatchRecallMessagesCreate an instance of EMBatchRecallMessages given an JSON stringgetMsgs()要撤回的消息详情列表,单次最多可撤回 30 条消息撤回相关的扩展信息inthashCode()recallMessageExtensionInfo(String recallMessageExtensionInfo) voidvoidsetRecallMessageExtensionInfo(String recallMessageExtensionInfo) toJson()Convert an instance of EMBatchRecallMessages to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
字段详细资料
-
构造器详细资料
-
EMBatchRecallMessages
public EMBatchRecallMessages()
-
-
方法详细资料
-
msgs
-
addMsgsItem
-
getMsgs
要撤回的消息详情列表,单次最多可撤回 30 条- 返回:
- msgs
-
setMsgs
-
recallMessageExtensionInfo
public EMBatchRecallMessages recallMessageExtensionInfo(@Nullable String recallMessageExtensionInfo) -
getRecallMessageExtensionInfo
消息撤回相关的扩展信息- 返回:
- recallMessageExtensionInfo
-
setRecallMessageExtensionInfo
-
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 EMBatchRecallMessages
-
fromJson
Create an instance of EMBatchRecallMessages given an JSON string- 参数:
jsonString- JSON string- 返回:
- An instance of EMBatchRecallMessages
- 抛出:
IOException- if the JSON string is invalid with respect to EMBatchRecallMessages
-
toJson
Convert an instance of EMBatchRecallMessages to an JSON string- 返回:
- JSON string
-