public abstract static class Command.Response extends CommandBase.ResponseBase implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
Command<?> |
command |
boolean |
isAppStore |
java.lang.String |
responseId |
java.lang.String |
url |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
void |
writeToParcel(android.os.Parcel parcel,
int flags) |
nextId
public final java.lang.String responseId
public final boolean isAppStore
public final java.lang.String url
public final Command<?> command
public int hashCode()
hashCode
in class CommandBase.ResponseBase
public boolean equals(java.lang.Object obj)
equals
in class CommandBase.ResponseBase
public void writeToParcel(android.os.Parcel parcel, int flags)
writeToParcel
in interface android.os.Parcelable