public class GetCotHistoryRequest
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COT_MATCHER |
static android.os.Parcelable.Creator<GetCotHistoryRequest> |
CREATOR |
Modifier | Constructor and Description |
---|---|
protected |
GetCotHistoryRequest(android.os.Parcel in) |
|
GetCotHistoryRequest(java.lang.String baseUrl,
java.lang.String uid,
long start,
long end,
java.lang.String matcher,
java.lang.String tag,
int notificationId) |
|
GetCotHistoryRequest(java.lang.String baseUrl,
java.lang.String uid,
long start,
long end,
java.lang.String matcher,
java.lang.String tag,
int notificationId,
boolean parse) |
Modifier and Type | Method and Description |
---|---|
Request |
createGetCotHistory() |
int |
describeContents() |
static GetCotHistoryRequest |
fromJSON(org.json.JSONObject json) |
java.lang.String |
getBaseUrl() |
long |
getEndTime() |
java.lang.String |
getMatcher() |
int |
getNotificationId() |
boolean |
getParseEvents() |
long |
getStartTime() |
java.lang.String |
getTag() |
java.lang.String |
getUID() |
boolean |
isValid() |
org.json.JSONObject |
toJSON() |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final java.lang.String COT_MATCHER
public static final android.os.Parcelable.Creator<GetCotHistoryRequest> CREATOR
public GetCotHistoryRequest(java.lang.String baseUrl, java.lang.String uid, long start, long end, java.lang.String matcher, java.lang.String tag, int notificationId, boolean parse)
public GetCotHistoryRequest(java.lang.String baseUrl, java.lang.String uid, long start, long end, java.lang.String matcher, java.lang.String tag, int notificationId)
protected GetCotHistoryRequest(android.os.Parcel in)
public boolean isValid()
public java.lang.String getBaseUrl()
public java.lang.String getUID()
public long getStartTime()
public long getEndTime()
public java.lang.String getMatcher()
public java.lang.String getTag()
public int getNotificationId()
public boolean getParseEvents()
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
public org.json.JSONObject toJSON() throws org.json.JSONException
org.json.JSONException
public static GetCotHistoryRequest fromJSON(org.json.JSONObject json) throws org.json.JSONException
org.json.JSONException
public Request createGetCotHistory() throws org.json.JSONException
org.json.JSONException