类 EMUnmuteGroupMemberResource
java.lang.Object
com.easemob.im.api.model.EMUnmuteGroupMemberResource
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-03-03T21:15:46.103336+08:00[Asia/Shanghai]")
public class EMUnmuteGroupMemberResource
extends Object
EMUnmuteGroupMemberResource
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanstatic EMUnmuteGroupMemberResourceCreate an instance of EMUnmuteGroupMemberResource given an JSON string操作结果:- true:解除成功;- false:解除失败getUser()被移出禁言列表的用户 IDinthashCode()voidvoidtoJson()Convert an instance of EMUnmuteGroupMemberResource to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
字段详细资料
-
构造器详细资料
-
EMUnmuteGroupMemberResource
public EMUnmuteGroupMemberResource()
-
-
方法详细资料
-
result
-
getResult
操作结果:- true:解除成功;- false:解除失败- 返回:
- result
-
setResult
-
user
-
getUser
被移出禁言列表的用户 ID- 返回:
- user
-
setUser
-
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 EMUnmuteGroupMemberResource
-
fromJson
Create an instance of EMUnmuteGroupMemberResource given an JSON string- 参数:
jsonString- JSON string- 返回:
- An instance of EMUnmuteGroupMemberResource
- 抛出:
IOException- if the JSON string is invalid with respect to EMUnmuteGroupMemberResource
-
toJson
Convert an instance of EMUnmuteGroupMemberResource to an JSON string- 返回:
- JSON string
-