public final class WebCommand extends Command<Command.Response> implements android.os.Parcelable
Command.Response, Command.Type
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<WebCommand> |
CREATOR |
java.lang.String |
url
URL that will be presented.
|
commandId, data, parentCommand, requestedTag, tags, test, type
Modifier and Type | Method and Description |
---|---|
void |
complete()
Marks this command as complete.
|
int |
describeContents() |
void |
writeToParcel(android.os.Parcel parcel,
int flags) |
complete, isComplete, valueOf
equals, hashCode
public final java.lang.String url
public static final android.os.Parcelable.Creator<WebCommand> CREATOR
public void complete()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel parcel, int flags)
writeToParcel
in interface android.os.Parcelable