public class PKGameUserTopPunishGiftMsgContent
extends com.live.immsgmodel.AbsBaseMsgContent
implements android.os.Parcelable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PKGameUserTopPunishGiftMsgContent.Sticker |
| 限定符和类型 | 字段和说明 |
|---|---|
static android.os.Parcelable.Creator<PKGameUserTopPunishGiftMsgContent> |
CREATOR |
| 限定符 | 构造器和说明 |
|---|---|
|
PKGameUserTopPunishGiftMsgContent() |
protected |
PKGameUserTopPunishGiftMsgContent(android.os.Parcel in) |
|
PKGameUserTopPunishGiftMsgContent(java.lang.String content) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
describeContents() |
java.lang.String |
getPkId() |
java.lang.String |
getRecieveId() |
long |
getShowTime() |
java.util.List<PKGameUserTopPunishGiftMsgContent.Sticker> |
getStickers() |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
getPriority, probabilityOfSend, probabilityOfShow, sendMsgToChatRoom, setPriorityencode, getAdmin, getCommonData, getCUUIDFromJson, getIsMine, isNewUser, readCommonDataFromJson, readCommonDataFromParcel, setAdmin, setCommonData, setFamilyBadgeUrl, setFanLevel, setGuardType, setIdScore, setIsMine, setIsNewUser, setPrerogative, setRandomCommonDataForTest, setRewardRight, setRewardRightByIndex, setTagBean, setUserId, setVipLevelInfo, setWatchSource, setWatchSource2, writeCommonDataToJson, writeCommonDataToParcelpublic static final android.os.Parcelable.Creator<PKGameUserTopPunishGiftMsgContent> CREATOR
public PKGameUserTopPunishGiftMsgContent()
public PKGameUserTopPunishGiftMsgContent(java.lang.String content)
protected PKGameUserTopPunishGiftMsgContent(android.os.Parcel in)
public void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel 在接口中 android.os.ParcelablewriteToParcel 在类中 com.live.immsgmodel.BaseContentpublic int describeContents()
describeContents 在接口中 android.os.ParcelabledescribeContents 在类中 com.live.immsgmodel.BaseContentpublic java.lang.String getRecieveId()
public java.lang.String getPkId()
public long getShowTime()
public java.util.List<PKGameUserTopPunishGiftMsgContent.Sticker> getStickers()
public java.lang.String toString()
toString 在类中 java.lang.Object