Package io.rong.imlib.model
Class BlockedMessageInfo
-
- All Implemented Interfaces:
public class BlockedMessageInfo
/~english
-
-
Field Summary
Fields Modifier and Type Field Description public final static Creator<BlockedMessageInfo>
CREATOR
public ConversationType
conversationType
public String
targetId
public String
channelId
public String
blockMsgUId
public MessageBlockType
type
public String
extra
public int
sourceType
public String
sourceContent
-
Method Summary
Modifier and Type Method Description ConversationType
getConversationType()
/~english String
getTargetId()
/~english String
getChannelId()
String
getBlockMsgUId()
/~english MessageBlockType
getType()
/~english String
getExtra()
/~english int
getSourceType()
void
setSourceType(int sourceType)
String
getSourceContent()
void
setSourceContent(String sourceContent)
static BlockedMessageInfo
obtain(ConversationType conversationType, String targetId, String blockMsgUId, MessageBlockType type, String extra)
static BlockedMessageInfo
obtain(ConversationType conversationType, String targetId, String blockMsgUId, MessageBlockType type, String channelId, String extra)
static BlockedMessageInfo
obtain(ConversationType conversationType, String targetId, String blockMsgUId, MessageBlockType type, String channelId, String extra, int sourceType, String sourceContent)
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
String
toString()
-
-
Method Detail
-
getConversationType
ConversationType getConversationType()
/~english
-
getTargetId
String getTargetId()
/~english
-
getChannelId
String getChannelId()
-
getBlockMsgUId
String getBlockMsgUId()
/~english
-
getType
MessageBlockType getType()
/~english
-
getExtra
String getExtra()
/~english
-
getSourceType
int getSourceType()
-
setSourceType
void setSourceType(int sourceType)
-
getSourceContent
String getSourceContent()
-
setSourceContent
void setSourceContent(String sourceContent)
-
obtain
static BlockedMessageInfo obtain(ConversationType conversationType, String targetId, String blockMsgUId, MessageBlockType type, String extra)
-
obtain
static BlockedMessageInfo obtain(ConversationType conversationType, String targetId, String blockMsgUId, MessageBlockType type, String channelId, String extra)
-
obtain
static BlockedMessageInfo obtain(ConversationType conversationType, String targetId, String blockMsgUId, MessageBlockType type, String channelId, String extra, int sourceType, String sourceContent)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
toString
String toString()
-
-
-
-