public class ReplyCommentParam extends Object
| Constructor and Description |
|---|
ReplyCommentParam() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
Long |
getIndex() |
Long |
getMsg_data_id() |
Long |
getUser_comment_id() |
void |
setContent(String content) |
void |
setIndex(Long index) |
void |
setMsg_data_id(Long msg_data_id) |
void |
setUser_comment_id(Long user_comment_id) |
public Long getMsg_data_id()
public void setMsg_data_id(Long msg_data_id)
public Long getIndex()
public void setIndex(Long index)
public Long getUser_comment_id()
public void setUser_comment_id(Long user_comment_id)
public String getContent()
public void setContent(String content)
Copyright © 2020. All rights reserved.