public final class PayloadCommand extends Command<Command.Response> implements android.os.Parcelable
Command.Response, Command.Type
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<PayloadCommand> |
CREATOR |
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 static final android.os.Parcelable.Creator<PayloadCommand> 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