public final class BlocksInfo
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<BlocksInfo> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
java.util.List<Block> |
getBlocks() |
int |
getBufferEmptyLimit() |
int |
getBufferFullTimeout() |
java.lang.String |
getCategoryId() |
java.lang.String |
getCategoryName() |
int |
getFirstBuffTimeout() |
java.lang.String |
getPartnerId() |
java.lang.String |
getSessionId() |
java.lang.String |
getSkin() |
int |
getSkinTimeout() |
int |
getSkipDelay() |
java.lang.String |
getTitle() |
int |
getVastTimeout() |
int |
getVersion() |
int |
getVideoTimeout() |
int |
getVpaidTimeout() |
int |
getWrapperMaxCount() |
int |
getWrapperTimeout() |
int |
hashCode() |
boolean |
isVPaidEnabled() |
boolean |
showSkipTimeLeft() |
boolean |
showTimeLeft() |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<BlocksInfo> CREATOR
public int getVersion()
public java.lang.String getPartnerId()
public java.lang.String getSessionId()
public java.lang.String getCategoryId()
public java.lang.String getCategoryName()
public java.lang.String getSkin()
public boolean isVPaidEnabled()
public int getBufferEmptyLimit()
public java.lang.String getTitle()
public int getSkipDelay()
public boolean showSkipTimeLeft()
public boolean showTimeLeft()
public int getVastTimeout()
public int getVideoTimeout()
public int getWrapperTimeout()
public int getVpaidTimeout()
public int getSkinTimeout()
public int getBufferFullTimeout()
public int getWrapperMaxCount()
public int getFirstBuffTimeout()
public java.util.List<Block> getBlocks()
BlocksInfo object.public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable