Package io.rong.imlib.model
Class ChangedUserGroupInfo
-
- All Implemented Interfaces:
public class ChangedUserGroupInfo变更群组信息
-
-
Field Summary
Fields Modifier and Type Field Description public inteventTypepublic intchannelTypepublic StringtargetIdpublic StringchannelIdpublic Array<String>userGroupIdpublic final static Creator<ChangedUserGroupInfo>CREATOR
-
Constructor Summary
Constructors Constructor Description ChangedUserGroupInfo()
-
Method Summary
Modifier and Type Method Description intgetEventType()voidsetEventType(int eventType)intgetChannelType()voidsetChannelType(int channelType)StringgetTargetId()voidsetTargetId(String targetId)StringgetChannelId()voidsetChannelId(String channelId)Array<String>getUserGroupId()voidsetUserGroupId(Array<String> userGroupId)StringtoString()intdescribeContents()voidwriteToParcel(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)
-
-
-
-