public class FileDownloadTaskAtom extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<FileDownloadTaskAtom> |
CREATOR
Deprecated.
|
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Modifier | Constructor and Description |
|---|---|
protected |
FileDownloadTaskAtom(Parcel in)
Deprecated.
|
|
FileDownloadTaskAtom(String url,
String path,
long totalBytes)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents()
Deprecated.
|
int |
getId()
Deprecated.
|
String |
getPath()
Deprecated.
|
long |
getTotalBytes()
Deprecated.
|
String |
getUrl()
Deprecated.
|
void |
setPath(String path)
Deprecated.
|
void |
setTotalBytes(long totalBytes)
Deprecated.
|
void |
setUrl(String url)
Deprecated.
|
void |
writeToParcel(Parcel dest,
int flags)
Deprecated.
|
public static final Parcelable.Creator<FileDownloadTaskAtom> CREATOR
public FileDownloadTaskAtom(String url, String path, long totalBytes)
protected FileDownloadTaskAtom(Parcel in)
public int getId()
public String getUrl()
public void setUrl(String url)
public String getPath()
public void setPath(String path)
public long getTotalBytes()
public void setTotalBytes(long totalBytes)
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface Parcelable