public final class RequestId
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<RequestId> |
CREATOR
CREATOR field that generates instance of RequestId object from a Parcel.
|
Constructor and Description |
---|
RequestId()
Constructor to create an instance of request id.
|
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
public static final android.os.Parcelable.Creator<RequestId> CREATOR
public java.lang.String toString()
toString
in class java.lang.Object
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel parcel, int i)
writeToParcel
in interface android.os.Parcelable