public class Request extends Object
Request(com.google.gson.JsonObject data)
Request(Map<String,String> params)
com.google.gson.JsonObject
getData()
Map<String,String>
getParams()
void
setData(com.google.gson.JsonObject data)
setParams(Map<String,String> params)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Request(com.google.gson.JsonObject data)
public Request(Map<String,String> params)
public com.google.gson.JsonObject getData()
public void setData(com.google.gson.JsonObject data)
public Map<String,String> getParams()
public void setParams(Map<String,String> params)
Copyright © 2017. All rights reserved.