public interface ForumMessageListSmartDataBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getForumId()
Gets the forum ID.
|
ForumMessageDataBean[] |
getForumMessageBeans()
Gets a sorted list of forum message data bean objects.
|
java.lang.String |
getMsgStatus()
Gets the msg status.
|
java.lang.String |
getParentMsgId()
Gets the parent message ID.
|
java.lang.String |
getPosterId()
Gets the ID of the user posting the message.
|
java.lang.String |
getRootMsgId()
Gets the ID of the first (root) message in the current thread.
|
java.lang.String |
getTargetId()
Gets the ID of the relevant auction.
|
java.lang.String |
getViewStatus()
Gets the view status.
|
java.lang.String getForumId()
ForumMessageDataBean[] getForumMessageBeans()
java.lang.String getMsgStatus()
java.lang.String getParentMsgId()
java.lang.String getPosterId()
java.lang.String getRootMsgId()
java.lang.String getTargetId()
java.lang.String getViewStatus()