类 EMUnmuteAllRoomMemberResource
java.lang.Object
com.easemob.im.api.model.EMUnmuteAllRoomMemberResource
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-25T14:51:53.998371+08:00[Asia/Shanghai]")
public class EMUnmuteAllRoomMemberResource
extends Object
EMUnmuteAllRoomMemberResource
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanCreate an instance of EMUnmuteAllRoomMemberResource given an JSON stringgetMute()Get muteinthashCode()voidtoJson()Convert an instance of EMUnmuteAllRoomMemberResource to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
字段详细资料
-
SERIALIZED_NAME_MUTE
- 另请参阅:
-
openapiFields
-
openapiRequiredFields
-
-
构造器详细资料
-
EMUnmuteAllRoomMemberResource
public EMUnmuteAllRoomMemberResource()
-
-
方法详细资料
-
mute
-
getMute
Get mute- 返回:
- mute
-
setMute
-
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 EMUnmuteAllRoomMemberResource
-
fromJson
Create an instance of EMUnmuteAllRoomMemberResource given an JSON string- 参数:
jsonString- JSON string- 返回:
- An instance of EMUnmuteAllRoomMemberResource
- 抛出:
IOException- if the JSON string is invalid with respect to EMUnmuteAllRoomMemberResource
-
toJson
Convert an instance of EMUnmuteAllRoomMemberResource to an JSON string- 返回:
- JSON string
-