bing.results
Class BingResult

java.lang.Object
  extended by bing.results.BingResult
Direct Known Subclasses:
BingAdResult, BingError, BingImageResult, BingInstantAnswerResult, BingMobileWebResult, BingNewsResult, BingPhonebookResult, BingRelatedSearchResult, BingSpellResult, BingTranslationResult, BingVideoResult, BingWebResult, DeepLink, DeepLinkArray, NewsArticleArray, NewsCollection, NewsCollectionArray, RelatedSearchArray, SearchTag, SearchTagArray, Thumbnail

public abstract class BingResult
extends java.lang.Object

Base class for all Result objects. Holds all general result parameters.


Method Summary
 void add(java.lang.Object obj)
          Certain, non-attribute style elements such as XML arrays may be added by the parser, they are added to the class here.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public final void add(java.lang.Object obj)
Certain, non-attribute style elements such as XML arrays may be added by the parser, they are added to the class here.


hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object