Package io.rong.imlib.model
Class ChangedUserGroupInfo
-
- All Implemented Interfaces:
public class ChangedUserGroupInfo
变更群组信息
-
-
Field Summary
Fields Modifier and Type Field Description public int
eventType
public int
channelType
public String
targetId
public String
channelId
public Array<String>
userGroupId
public final static Creator<ChangedUserGroupInfo>
CREATOR
-
Constructor Summary
Constructors Constructor Description ChangedUserGroupInfo()
-
Method Summary
Modifier and Type Method Description int
getEventType()
void
setEventType(int eventType)
int
getChannelType()
void
setChannelType(int channelType)
String
getTargetId()
void
setTargetId(String targetId)
String
getChannelId()
void
setChannelId(String channelId)
Array<String>
getUserGroupId()
void
setUserGroupId(Array<String> userGroupId)
String
toString()
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
-
-
Method Detail
-
getEventType
int getEventType()
-
setEventType
void setEventType(int eventType)
-
getChannelType
int getChannelType()
-
setChannelType
void setChannelType(int channelType)
-
getTargetId
String getTargetId()
-
setTargetId
void setTargetId(String targetId)
-
getChannelId
String getChannelId()
-
setChannelId
void setChannelId(String channelId)
-
getUserGroupId
Array<String> getUserGroupId()
-
setUserGroupId
void setUserGroupId(Array<String> userGroupId)
-
toString
String toString()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-