@Immutable @LevelUpApi(contract=ENTERPRISE) public final class App extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<App> |
CREATOR
Implements the
Parcelable interface. |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
App(String description,
long id,
String imageUrl,
String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(Object o) |
String |
getDescription()
A short, human-readable description of the app.
|
long |
getId()
The web service ID for the app.
|
String |
getImageUrl()
A URL of an image that represents the app.
|
String |
getName()
The human-readable name of the app.
|
int |
hashCode() |
String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final Parcelable.Creator<App> CREATOR
Parcelable interface.public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface Parcelablepublic String getDescription()
public long getId()
public String getImageUrl()
public String getName()