| Package | com.yahoo.webapis.answers |
| Class | public class Comment |
| Property | Defined by | ||
|---|---|---|---|
| author : User
The User object of who posted the Comment.
| Comment | ||
| content : String
The content of the Comment.
| Comment | ||
| date : String
The Date of the Comment.
| Comment | ||
| timestamp : Number
The Posted timestamp of the Comment.
| Comment | ||
| Method | Defined by | ||
|---|---|---|---|
|
Comment()
Construct a new Comment instance.
| Comment | ||
| author | property |
author:User [read-write]The User object of who posted the Comment.
Implementation public function get author():User
public function set author(value:User):void
| content | property |
content:String [read-write]The content of the Comment.
Implementation public function get content():String
public function set content(value:String):void
| date | property |
date:String [read-write]The Date of the Comment.
Implementation public function get date():String
public function set date(value:String):void
| timestamp | property |
timestamp:Number [read-write]The Posted timestamp of the Comment.
Implementation public function get timestamp():Number
public function set timestamp(value:Number):void
| Comment | () | constructor |
public function Comment()Construct a new Comment instance.