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