bing.responses
Class BingMobileWebResponse

java.lang.Object
  extended by bing.responses.BingResponse
      extended by bing.responses.BingMobileWebResponse

public class BingMobileWebResponse
extends BingResponse

Represents the response retrieved from issuing a mobile web request.


Constructor Summary
BingMobileWebResponse()
           
 
Method Summary
 long getOffset()
           
 long getTotal()
           
 void handleElements(java.util.Hashtable table)
          Some Bing responses can contain extra data then what is normally processed, process that data here if supported.
 
Methods inherited from class bing.responses.BingResponse
addResult, getAlterationOverrideQuery, getAlteredQuery, getQuery, hashCode, results, setAlterationOverrideQuery, setAlteredQuery, setOffset, setQuery, setTotal
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BingMobileWebResponse

public BingMobileWebResponse()
Method Detail

handleElements

public void handleElements(java.util.Hashtable table)
Description copied from class: BingResponse
Some Bing responses can contain extra data then what is normally processed, process that data here if supported.

Overrides:
handleElements in class BingResponse

getTotal

public long getTotal()
Overrides:
getTotal in class BingResponse

getOffset

public long getOffset()
Overrides:
getOffset in class BingResponse