public final class Block
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
Block.Type
VAST block type
|
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<Block> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
int |
getDuration() |
java.lang.String |
getId() |
int |
getPositionsCount() |
int |
getStartTime() |
Block.Type |
getType() |
int |
hashCode() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<Block> CREATOR
public java.lang.String getId()
public Block.Type getType()
Block.Typepublic int getStartTime()
public int getDuration()
public int getPositionsCount()
public 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