yt4droid.conf
クラス CommentParameter

java.lang.Object
  上位を拡張 yt4droid.conf.CommentParameter

public class CommentParameter
extends java.lang.Object


メソッドの概要
static CommentParameter createCommentParameter(java.lang.String comment)
          Returns the CommentParameter
static CommentParameter createCommentParameterWithCommentId(java.lang.String commentId, java.lang.String comment)
          Returns the CommentParameter
 java.lang.String getComment()
          Returns the string of comment.
 java.lang.String getCommentId()
          Returns the commentId
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

getComment

public java.lang.String getComment()
Returns the string of comment.

戻り値:
the value string.

getCommentId

public java.lang.String getCommentId()
Returns the commentId

戻り値:
the value string.

createCommentParameterWithCommentId

public static CommentParameter createCommentParameterWithCommentId(java.lang.String commentId,
                                                                   java.lang.String comment)
Returns the CommentParameter

パラメータ:
commentId - set this parameter when reply to comment.
comment - set the comment.
戻り値:
CommentParameter

createCommentParameter

public static CommentParameter createCommentParameter(java.lang.String comment)
Returns the CommentParameter

パラメータ:
comment - set the comment.
戻り値:
CommentParameter