bing.responses
Class BingInstantAnswerResponse

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

public class BingInstantAnswerResponse
extends BingResponse

Represents the response retrieved from issuing an instant answer request.


Constructor Summary
BingInstantAnswerResponse()
           
 
Method Summary
 
Methods inherited from class bing.responses.BingResponse
addResult, getAlterationOverrideQuery, getAlteredQuery, getOffset, getQuery, getTotal, handleElements, hashCode, results, setAlterationOverrideQuery, setAlteredQuery, setOffset, setQuery, setTotal
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BingInstantAnswerResponse

public BingInstantAnswerResponse()