public final class UploadTaskParameters extends Object implements Parcelable
Parcelable
and
define a constant string which indicates the key used to store the serialized form of the class
into the intent. Look at HttpUploadTaskParameters
for an example.Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
boolean |
autoDeleteSuccessfullyUploadedFiles |
static Parcelable.Creator<UploadTaskParameters> |
CREATOR |
ArrayList<UploadFile> |
files |
String |
id |
UploadNotificationConfig |
notificationConfig |
String |
serverUrl |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
UploadTaskParameters() |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
int |
getMaxRetries() |
UploadTaskParameters |
setMaxRetries(int maxRetries) |
void |
writeToParcel(Parcel parcel,
int arg1) |
public String id
public String serverUrl
public boolean autoDeleteSuccessfullyUploadedFiles
public UploadNotificationConfig notificationConfig
public ArrayList<UploadFile> files
public static final Parcelable.Creator<UploadTaskParameters> CREATOR
public void writeToParcel(Parcel parcel, int arg1)
writeToParcel
in interface Parcelable
public int describeContents()
describeContents
in interface Parcelable
public int getMaxRetries()
public UploadTaskParameters setMaxRetries(int maxRetries)