bing.responses
Class BingAdResponse

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

public class BingAdResponse
extends BingResponse

Represents the response retrieved from issuing an Ad request.


Constructor Summary
BingAdResponse()
           
 
Method Summary
 java.lang.String getAdAPIVersion()
           
 long getPageNumber()
           
 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, getOffset, getQuery, getTotal, hashCode, results, setAlterationOverrideQuery, setAlteredQuery, setOffset, setQuery, setTotal
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BingAdResponse

public BingAdResponse()
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

getAdAPIVersion

public java.lang.String getAdAPIVersion()

getPageNumber

public long getPageNumber()