yt4droid
インタフェース Comments

既知の実装クラスの一覧:
CommentParser

public interface Comments

作成者:
Harioroid

メソッドの概要
 java.lang.String getContent()
          Returns content of a comment.
 java.lang.String getId()
          Returns ID of a comment.
 java.util.List<java.util.Map<java.lang.String,java.util.List<java.util.Map<java.lang.String,java.lang.String>>>> getLink()
          Returns link of a comment.
 java.lang.String getName()
          Returns name of a comment.
 java.util.Date getPublished()
          Returns published date of a comment.
 java.lang.String getTitle()
          Returns title of a comment.
 java.util.Date getUpdated()
          Returns update date of a comment.
 

メソッドの詳細

getId

java.lang.String getId()
Returns ID of a comment.

戻り値:
The value string
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_comments.html

getPublished

java.util.Date getPublished()
Returns published date of a comment.

戻り値:
The value date
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_comments.html

getUpdated

java.util.Date getUpdated()
Returns update date of a comment.

戻り値:
The value date
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_comments.html

getTitle

java.lang.String getTitle()
Returns title of a comment.

戻り値:
The value string
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_comments.html

getContent

java.lang.String getContent()
Returns content of a comment.

戻り値:
The value string
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_comments.html

getLink

java.util.List<java.util.Map<java.lang.String,java.util.List<java.util.Map<java.lang.String,java.lang.String>>>> getLink()
Returns link of a comment.

戻り値:
The value List
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_comments.html

getName

java.lang.String getName()
Returns name of a comment.

戻り値:
The value string
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_comments.html