public interface ForumMessageListInputDataBean
Modifier and Type | Method and Description |
---|---|
void |
setForumId(java.lang.String newForumId)
Sets forum ID(String)
Sets the value of field forum ID.
|
void |
setForumMessageBeans(ForumMessageDataBean[] newForumMessageBeans)
Loads the array of forum message data bean.
|
void |
setMsgStatus(java.lang.String newMsgStatus)
Sets the msg status.
|
void |
setParentMsgId(java.lang.String newParentMsgId)
Sets the parent message ID.
|
void |
setPosterId(java.lang.String newPosterId)
Sets the ID of the user posting the message.
|
void |
setRootMsgId(java.lang.String newRootMsgId)
Sets the ID of the first (root) message in the current thread.
|
void |
setTargetId(java.lang.String newTargetId)
Sets the ID of the relevant auction.
|
void |
setViewStatus(java.lang.String newViewStatus)
Sets the view status.
|
void setForumId(java.lang.String newForumId)
newForumId
- newForumId java.lang.Stringvoid setForumMessageBeans(ForumMessageDataBean[] newForumMessageBeans)
newForumMessageBeans
- new array of forum message data bean objects.void setMsgStatus(java.lang.String newMsgStatus)
newMsgStatus
- the message status; Active or Deleted.void setParentMsgId(java.lang.String newParentMsgId)
newParentMsgId
- for a response message, the original message ID;
for an original message, the message ID.void setPosterId(java.lang.String newPosterId)
newPosterId
- the ID of the user posting the message.void setRootMsgId(java.lang.String newRootMsgId)
newRootMsgId
- the ID of the first (root) message in the current thread.void setTargetId(java.lang.String newTargetId)
newTargetId
- the ID of the relevant auction.void setViewStatus(java.lang.String newViewStatus)
newViewStatus
- the view status; Public or PrIvate.