public class TempletRewardMsgContent
extends com.live.immsgmodel.BaseContent
| 限定符和类型 | 字段和说明 |
|---|---|
static android.os.Parcelable.Creator<TempletRewardMsgContent> |
CREATOR
读取接口,目的是要从Parcel中构造一个实现了Parcelable的类的实例处理。
|
| 构造器和说明 |
|---|
TempletRewardMsgContent(byte[] data) |
TempletRewardMsgContent(int type,
java.lang.String idx,
int rand,
int unlockLevel) |
TempletRewardMsgContent(android.os.Parcel in)
构造函数。
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
describeContents() |
byte[] |
encode() |
java.lang.String |
getIdx() |
int |
getRand() |
int |
getType() |
int |
getUnlockLevel() |
double |
probabilityOfSend(int roomState)
计算发送概率
|
double |
probabilityOfShow(int roomState)
计算展示概率
|
void |
setIdx(java.lang.String idx) |
void |
setRand(int rand) |
void |
setType(int type) |
void |
setUnlockLevel(int unlockLevel) |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
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<TempletRewardMsgContent> CREATOR
public TempletRewardMsgContent(android.os.Parcel in)
in - 初始化传入的 Parcel。public TempletRewardMsgContent(int type,
java.lang.String idx,
int rand,
int unlockLevel)
public TempletRewardMsgContent(byte[] data)
public byte[] encode()
encode 在类中 com.live.immsgmodel.BaseContentpublic int describeContents()
describeContents 在接口中 android.os.ParcelabledescribeContents 在类中 com.live.immsgmodel.BaseContentpublic void writeToParcel(android.os.Parcel parcel,
int i)
writeToParcel 在接口中 android.os.ParcelablewriteToParcel 在类中 com.live.immsgmodel.BaseContentpublic int getType()
public java.lang.String getIdx()
public int getRand()
public void setType(int type)
public void setIdx(java.lang.String idx)
public void setRand(int rand)
public int getUnlockLevel()
public void setUnlockLevel(int unlockLevel)
public double probabilityOfSend(int roomState)
com.live.immsgmodel.IRoomStateCallbackprobabilityOfSend 在接口中 com.live.immsgmodel.IRoomStateCallbackprobabilityOfSend 在类中 com.live.immsgmodel.BaseContentroomState - 精简模式。roomState=0时,精简模式关闭;roomState取值[0, 10000]。public double probabilityOfShow(int roomState)
com.live.immsgmodel.IRoomStateCallbackprobabilityOfShow 在接口中 com.live.immsgmodel.IRoomStateCallbackprobabilityOfShow 在类中 com.live.immsgmodel.BaseContentroomState - 精简模式。roomState=0时,精简模式关闭;roomState取值[0, 10000]。