SearchResult class

更新时间:
复制 MD 格式

Holds the results returned from a search query.

Constructor

SearchResult(SearchResult other)

Creates a new SearchResult by copying an existing one.

ParameterTypeDescription
otherSearchResultThe SearchResult object to copy.

Methods

getResult

String getResult()

Returns the search results.

Return value

TypeDescription
StringThe search results.