Packagecom.yahoo.webapis.answers
Classpublic class Comment

Comment is a ValueObject for the Answers API.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
Construct a new Comment instance.
Comment
Property detail
authorproperty
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
contentproperty 
content:String  [read-write]

The content of the Comment.

Implementation
    public function get content():String
    public function set content(value:String):void
dateproperty 
date:String  [read-write]

The Date of the Comment.

Implementation
    public function get date():String
    public function set date(value:String):void
timestampproperty 
timestamp:Number  [read-write]

The Posted timestamp of the Comment.

Implementation
    public function get timestamp():Number
    public function set timestamp(value:Number):void
Constructor detail
Comment()constructor
public function Comment()

Construct a new Comment instance.