public class Comment extends Object
Constructor and Description |
---|
Comment() |
Modifier and Type | Method and Description |
---|---|
int |
getComment_type() |
String |
getContent() |
String |
getCreate_time() |
String |
getOpenid() |
Reply |
getReply() |
String |
getUser_comment_id() |
void |
setComment_type(int comment_type) |
void |
setContent(String content) |
void |
setCreate_time(String create_time) |
void |
setOpenid(String openid) |
void |
setReply(Reply reply) |
void |
setUser_comment_id(String user_comment_id) |
String |
toString() |
public void setComment_type(int comment_type)
public int getComment_type()
public void setContent(String content)
public String getContent()
public void setCreate_time(String create_time)
public String getCreate_time()
public void setOpenid(String openid)
public String getOpenid()
public void setReply(Reply reply)
public Reply getReply()
public void setUser_comment_id(String user_comment_id)
public String getUser_comment_id()
Copyright © 2020. All rights reserved.