| Package | com.yahoo.webapis.search |
| Class | public class Artist |
| Property | Defined by | ||
|---|---|---|---|
| id : String
The id of the Artist.
| Artist | ||
| name : String
The name of the Artist.
| Artist | ||
| Method | Defined by | ||
|---|---|---|---|
|
Artist()
Construct a new Artist instance.
| Artist | ||
|
toString():String
The label of the Artist.
| Artist | ||
| id | property |
id:String [read-write]The id of the Artist.
Implementation public function get id():String
public function set id(value:String):void
| name | property |
name:String [read-write]The name of the Artist.
Implementation public function get name():String
public function set name(value:String):void
| Artist | () | constructor |
public function Artist()Construct a new Artist instance.
| toString | () | method |
public function toString():StringThe label of the Artist.
ReturnsString |