|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectyt4droid.conf.CommentParameter
public class CommentParameter
| メソッドの概要 | |
|---|---|
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 |
| メソッドの詳細 |
|---|
public java.lang.String getComment()
public java.lang.String getCommentId()
public static CommentParameter createCommentParameterWithCommentId(java.lang.String commentId,
java.lang.String comment)
commentId - set this parameter when reply to comment.comment - set the comment.
public static CommentParameter createCommentParameter(java.lang.String comment)
comment - set the comment.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||