public class AppListRequest extends Object
AppListRequest()
String
getAfter()
getBefore()
int
getLimit()
void
setAfter(String after)
setBefore(String before)
setLimit(int limit)
Map<String,Object>
toMap()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AppListRequest()
public int getLimit()
public void setLimit(int limit)
public String getAfter()
public void setAfter(String after)
public String getBefore()
public void setBefore(String before)
public Map<String,Object> toMap()