public class ResourcePath
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<ResourcePath> |
CREATOR |
| Modifier | Constructor and Description |
|---|---|
protected |
ResourcePath(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
long |
getId() |
long |
getLinkedSpaceId() |
java.lang.String |
getPath() |
java.lang.String |
getPlannedPurgeDate() |
long |
getSpaceId() |
ResourceState |
getState() |
int |
getVersion() |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
public static final android.os.Parcelable.Creator<ResourcePath> CREATOR
public long getId()
public long getLinkedSpaceId()
public java.lang.String getPath()
public java.lang.String getPlannedPurgeDate()
public long getSpaceId()
public ResourceState getState()
public int getVersion()
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel parcel,
int i)
writeToParcel in interface android.os.Parcelable