public class GetVideoListRequest
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<GetVideoListRequest> |
CREATOR |
Modifier | Constructor and Description |
---|---|
protected |
GetVideoListRequest(android.os.Parcel in) |
|
GetVideoListRequest(java.lang.String baseUrl,
int notificationId) |
Modifier and Type | Method and Description |
---|---|
Request |
createGetVideoListRequest()
Create the request to get list of videos.
|
int |
describeContents() |
java.lang.String |
getBaseUrl() |
int |
getNotificationId() |
boolean |
isValid() |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<GetVideoListRequest> CREATOR
public GetVideoListRequest(java.lang.String baseUrl, int notificationId)
protected GetVideoListRequest(android.os.Parcel in)
public boolean isValid()
public java.lang.String getBaseUrl()
public int getNotificationId()
public java.lang.String toString()
toString
in class java.lang.Object
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
public int describeContents()
describeContents
in interface android.os.Parcelable
public Request createGetVideoListRequest()