| Package | com.yahoo.webapis.answers |
| Class | public class Category |
| Property | Defined by | ||
|---|---|---|---|
| id : String
The ID of the Category.
| Category | ||
| name : String
The Name of the Category.
| Category | ||
| Method | Defined by | ||
|---|---|---|---|
|
Category()
Construct a new Question instance.
| Category | ||
| id | property |
id:String [read-write]The ID of the Category.
Implementation public function get id():String
public function set id(value:String):void
| name | property |
name:String [read-write]The Name of the Category.
Implementation public function get name():String
public function set name(value:String):void
| Category | () | constructor |
public function Category()Construct a new Question instance.