|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.agp.client.AgpCursor
public class AgpCursor
Cursor information associated with a search result.
Constructor Summary | |
---|---|
AgpCursor()
Default constructor. |
Method Summary | |
---|---|
long |
getNextStart()
Gets the start index for the next result page. |
int |
getNum()
Gets the maximum number of matches to return. |
String |
getQuery()
Gets the query that was executed. |
long |
getStart()
Gets the start index for the result page. |
long |
getTotal()
Gets the total number of hits. |
void |
parseResponse(org.json.JSONObject jsoResponse)
Parse the JSON response. |
void |
setNextStart(long nextStart)
Sets the start index for the next result page. |
void |
setNum(int num)
Sets the maximum number of matches to return. |
void |
setQuery(String query)
Sets the query that was executed. |
void |
setStart(long start)
Sets the start index for the result page. |
void |
setTotal(long total)
Sets the total number of hits. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AgpCursor()
Method Detail |
---|
public long getNextStart()
public void setNextStart(long nextStart)
nextStart
- the start index for the next result pagepublic int getNum()
public void setNum(int num)
num
- the maximum number of matches to returnpublic String getQuery()
public void setQuery(String query)
query
- the query that was executedpublic long getStart()
public void setStart(long start)
start
- the start index for the result pagepublic long getTotal()
public void setTotal(long total)
total
- the total number of hitspublic void parseResponse(org.json.JSONObject jsoResponse) throws org.json.JSONException
jsoResponse
- the JSON response
Exception
- if an exception occurs
org.json.JSONException
public String toString()
toString
in class Object
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |