类 EMModifyPushNicknameResource
java.lang.Object
com.easemob.im.api.model.EMModifyPushNicknameResource
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-24T17:32:21.382715+08:00[Asia/Shanghai]")
public class EMModifyPushNicknameResource
extends Object
EMModifyPushNicknameResource
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanstatic EMModifyPushNicknameResourceCreate an instance of EMModifyPushNicknameResource given an JSON stringGet pushNicknameGet usernameinthashCode()pushNickname(String pushNickname) voidsetPushNickname(String pushNickname) voidsetUsername(String username) toJson()Convert an instance of EMModifyPushNicknameResource to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
字段详细资料
-
构造器详细资料
-
EMModifyPushNicknameResource
public EMModifyPushNicknameResource()
-
-
方法详细资料
-
pushNickname
-
getPushNickname
Get pushNickname- 返回:
- pushNickname
-
setPushNickname
-
username
-
getUsername
Get username- 返回:
- username
-
setUsername
-
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 EMModifyPushNicknameResource
-
fromJson
Create an instance of EMModifyPushNicknameResource given an JSON string- 参数:
jsonString- JSON string- 返回:
- An instance of EMModifyPushNicknameResource
- 抛出:
IOException- if the JSON string is invalid with respect to EMModifyPushNicknameResource
-
toJson
Convert an instance of EMModifyPushNicknameResource to an JSON string- 返回:
- JSON string
-