public class PKGamePunishGiftShowContent
extends com.live.immsgmodel.AbsBaseMsgContent
implements android.os.Parcelable
限定符和类型 | 字段和说明 |
---|---|
static android.os.Parcelable.Creator<PKGamePunishGiftShowContent> |
CREATOR |
限定符 | 构造器和说明 |
---|---|
|
PKGamePunishGiftShowContent() |
protected |
PKGamePunishGiftShowContent(android.os.Parcel in) |
|
PKGamePunishGiftShowContent(java.lang.String content) |
限定符和类型 | 方法和说明 |
---|---|
int |
describeContents() |
int |
getCurrentGiftNum() |
int |
getLimitGiftNum() |
java.lang.String |
getPkId() |
PKPunishGift |
getPkPunishGift() |
java.lang.String |
getPunishDisapperStickerId() |
java.lang.String |
getPunishDisapperStickerSourceUrl() |
java.lang.String |
getPunishStickerId() |
java.lang.String |
getPunishStickerSourceUrl() |
java.lang.String |
getVid() |
void |
setCurrentGiftNum(int currentGiftNum) |
void |
setLimitGiftNum(int limitGiftNum) |
void |
setPkId(java.lang.String pkId) |
void |
setPkPunishGift(PKPunishGift pkPunishGift) |
void |
setPunishDisapperStickerId(java.lang.String punishDisapperStickerId) |
void |
setPunishDisapperStickerSourceUrl(java.lang.String punishDisapperStickerSourceUrl) |
void |
setPunishStickerId(java.lang.String punishStickerId) |
void |
setPunishStickerSourceUrl(java.lang.String punishStickerSourceUrl) |
void |
setVid(java.lang.String vid) |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
getPriority, probabilityOfSend, probabilityOfShow, sendMsgToChatRoom, setPriority
encode, 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, writeCommonDataToParcel
public static final android.os.Parcelable.Creator<PKGamePunishGiftShowContent> CREATOR
public PKGamePunishGiftShowContent()
public PKGamePunishGiftShowContent(java.lang.String content)
protected PKGamePunishGiftShowContent(android.os.Parcel in)
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
在接口中 android.os.Parcelable
writeToParcel
在类中 com.live.immsgmodel.BaseContent
public int describeContents()
describeContents
在接口中 android.os.Parcelable
describeContents
在类中 com.live.immsgmodel.BaseContent
public java.lang.String getVid()
public void setVid(java.lang.String vid)
public java.lang.String getPkId()
public void setPkId(java.lang.String pkId)
public java.lang.String getPunishStickerId()
public void setPunishStickerId(java.lang.String punishStickerId)
public java.lang.String getPunishStickerSourceUrl()
public void setPunishStickerSourceUrl(java.lang.String punishStickerSourceUrl)
public java.lang.String getPunishDisapperStickerId()
public void setPunishDisapperStickerId(java.lang.String punishDisapperStickerId)
public java.lang.String getPunishDisapperStickerSourceUrl()
public void setPunishDisapperStickerSourceUrl(java.lang.String punishDisapperStickerSourceUrl)
public int getLimitGiftNum()
public void setLimitGiftNum(int limitGiftNum)
public int getCurrentGiftNum()
public void setCurrentGiftNum(int currentGiftNum)
public PKPunishGift getPkPunishGift()
public void setPkPunishGift(PKPunishGift pkPunishGift)
public java.lang.String toString()
toString
在类中 java.lang.Object