yt4droid.parser
クラス CommentParser

java.lang.Object
  上位を拡張 yt4droid.parser.CommentParser
すべての実装されたインタフェース:
Comments

public class CommentParser
extends java.lang.Object
implements Comments


メソッドの概要
static ResponseList<Comments> createCommentsList(HttpResponse res, Configuration conf)
           
 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.
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

getId

public java.lang.String getId()
インタフェース Comments の記述:
Returns ID of a comment.

定義:
インタフェース Comments 内の getId
戻り値:
The value string
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_comments.html

getPublished

public java.util.Date getPublished()
インタフェース Comments の記述:
Returns published date of a comment.

定義:
インタフェース Comments 内の getPublished
戻り値:
The value date
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_comments.html

getUpdated

public java.util.Date getUpdated()
インタフェース Comments の記述:
Returns update date of a comment.

定義:
インタフェース Comments 内の getUpdated
戻り値:
The value date
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_comments.html

getTitle

public java.lang.String getTitle()
インタフェース Comments の記述:
Returns title of a comment.

定義:
インタフェース Comments 内の getTitle
戻り値:
The value string
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_comments.html

getContent

public java.lang.String getContent()
インタフェース Comments の記述:
Returns content of a comment.

定義:
インタフェース Comments 内の getContent
戻り値:
The value string
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_comments.html

getLink

public java.util.List<java.util.Map<java.lang.String,java.util.List<java.util.Map<java.lang.String,java.lang.String>>>> getLink()
インタフェース Comments の記述:
Returns link of a comment.

定義:
インタフェース Comments 内の getLink
戻り値:
The value List
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_comments.html

getName

public java.lang.String getName()
インタフェース Comments の記述:
Returns name of a comment.

定義:
インタフェース Comments 内の getName
戻り値:
The value string
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_comments.html

createCommentsList

public static ResponseList<Comments> createCommentsList(HttpResponse res,
                                                        Configuration conf)