| Package | com.yahoo.webapis.search |
| Class | public class SearchResult |
| Subclasses | AlbumSearchResult, ArtistSearchResult, MediaSearchResult, NewsSearchResult, WebSearchResult |
| Property | Defined by | ||
|---|---|---|---|
| id : String
The ID.
| SearchResult | ||
| index : uint
The index of the SearchResult.
| SearchResult | ||
| name : String
The name of the SearchResult.
| SearchResult | ||
| Method | Defined by | ||
|---|---|---|---|
|
Construct a new SearchResult instance.
| SearchResult | ||
|
toString():String
The label of the SearchResult.
| SearchResult | ||
| id | property |
id:String [read-write]The ID.
Implementation public function get id():String
public function set id(value:String):void
| index | property |
index:uint [read-write]The index of the SearchResult.
Implementation public function get index():uint
public function set index(value:uint):void
| name | property |
name:String [read-write]The name of the SearchResult.
Implementation public function get name():String
public function set name(value:String):void
| SearchResult | () | constructor |
public function SearchResult()Construct a new SearchResult instance.
| toString | () | method |
public function toString():StringThe label of the SearchResult.
ReturnsString |