类 EMGetAppGroupResource
java.lang.Object
com.easemob.im.api.model.EMGetAppGroupResource
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-25T14:51:53.998371+08:00[Asia/Shanghai]")
public class EMGetAppGroupResource
extends Object
EMGetAppGroupResource
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明affiliations(Integer affiliations) created(BigDecimal created) booleanstatic EMGetAppGroupResourceCreate an instance of EMGetAppGroupResource given an JSON string群组现有成员数群组创建的时间戳,单位为毫秒群组 ID群组名称最近一次修改的时间戳,单位为毫秒getOwner()群主的用户 IDgetType()“group” 群组类型inthashCode()lastModified(BigDecimal lastModified) voidsetAffiliations(Integer affiliations) voidsetCreated(BigDecimal created) voidsetGroupid(String groupid) voidsetGroupname(String groupname) voidsetLastModified(BigDecimal lastModified) voidvoidtoJson()Convert an instance of EMGetAppGroupResource to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
字段详细资料
-
构造器详细资料
-
EMGetAppGroupResource
public EMGetAppGroupResource()
-
-
方法详细资料
-
owner
-
getOwner
群主的用户 ID- 返回:
- owner
-
setOwner
-
groupid
-
getGroupid
群组 ID- 返回:
- groupid
-
setGroupid
-
affiliations
-
getAffiliations
群组现有成员数- 返回:
- affiliations
-
setAffiliations
-
type
-
getType
“group” 群组类型- 返回:
- type
-
setType
-
lastModified
-
getLastModified
最近一次修改的时间戳,单位为毫秒- 返回:
- lastModified
-
setLastModified
-
groupname
-
getGroupname
群组名称- 返回:
- groupname
-
setGroupname
-
created
-
getCreated
群组创建的时间戳,单位为毫秒- 返回:
- created
-
setCreated
-
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 EMGetAppGroupResource
-
fromJson
Create an instance of EMGetAppGroupResource given an JSON string- 参数:
jsonString- JSON string- 返回:
- An instance of EMGetAppGroupResource
- 抛出:
IOException- if the JSON string is invalid with respect to EMGetAppGroupResource
-
toJson
Convert an instance of EMGetAppGroupResource to an JSON string- 返回:
- JSON string
-