public class GetClientListRequest
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLIENT_LIST_MATCHER |
static android.os.Parcelable.Creator<GetClientListRequest> |
CREATOR |
Modifier | Constructor and Description |
---|---|
protected |
GetClientListRequest(android.os.Parcel in) |
|
GetClientListRequest(java.lang.String baseUrl,
java.lang.String serverConnectString,
java.lang.String matcher,
int notificationId) |
Modifier and Type | Method and Description |
---|---|
Request |
createGetClientList() |
int |
describeContents() |
static GetClientListRequest |
fromJSON(org.json.JSONObject json) |
java.lang.String |
getBaseUrl() |
java.lang.String |
getMatcher() |
int |
getNotificationId() |
java.lang.String |
getServerConnectString() |
boolean |
isValid() |
org.json.JSONObject |
toJSON() |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final java.lang.String CLIENT_LIST_MATCHER
public static final android.os.Parcelable.Creator<GetClientListRequest> CREATOR
public GetClientListRequest(java.lang.String baseUrl, java.lang.String serverConnectString, java.lang.String matcher, int notificationId)
protected GetClientListRequest(android.os.Parcel in)
public boolean isValid()
public java.lang.String getBaseUrl()
public java.lang.String getServerConnectString()
public java.lang.String getMatcher()
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
public org.json.JSONObject toJSON() throws org.json.JSONException
org.json.JSONException
public static GetClientListRequest fromJSON(org.json.JSONObject json) throws org.json.JSONException
org.json.JSONException
public Request createGetClientList() throws org.json.JSONException
org.json.JSONException