public class MemberInfo
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
MemberInfo(JSONObject jsonObject) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountId()
Get the account ID that logs in IM
|
long |
getExpireTime()
Get the expiration time of a member
|
long |
getJoinTime()
Get the time when a user joined a channel
|
long |
getUid()
Get the server ID
|
java.lang.String |
toString() |
public MemberInfo(JSONObject jsonObject) throws JSONException
JSONException
public java.lang.String getAccountId()
public long getUid()
public long getJoinTime()
public long getExpireTime()
public java.lang.String toString()
toString
in class java.lang.Object