public class ExtraKey
Created by a.kuznetsov on 02/05/2017.
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<ru.evotor.framework.receipt.ExtraKey> |
CREATOR |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals() |
java.lang.String |
getAppId() |
java.lang.String |
getDescription() |
java.lang.String |
getIdentity() |
int |
hashCode() |
void |
writeToParcel() |
public static android.os.Parcelable.Creator<ru.evotor.framework.receipt.ExtraKey> CREATOR
public java.lang.String getIdentity()
public java.lang.String getAppId()
public java.lang.String getDescription()
public boolean equals()
public int hashCode()
public int describeContents()
public void writeToParcel()