public class RetryRequest
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Class and Description |
---|---|
static interface |
RetryRequest.OperationDelay
Note, if other operations end up needing to be delayed, lets make this more generic and build
it into the HTTP Operation base classes.
|
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<RetryRequest> |
CREATOR |
Modifier | Constructor and Description |
---|---|
|
RetryRequest(int retryCount,
int notificationId)
ctor
|
protected |
RetryRequest(android.os.Parcel in) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
RetryRequest.OperationDelay |
getDelay() |
int |
getNotificationId() |
int |
getRetryCount() |
boolean |
isValid() |
void |
setRetryCount(int count) |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<RetryRequest> CREATOR
public RetryRequest(int retryCount, int notificationId)
retryCount
- notificationId
- protected RetryRequest(android.os.Parcel in)
public RetryRequest.OperationDelay getDelay()
public boolean isValid()
public int getRetryCount()
public void setRetryCount(int count)
public int getNotificationId()
public java.lang.String toString()
toString
in class java.lang.Object
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
public int describeContents()
describeContents
in interface android.os.Parcelable