public class ArticleComment extends Comment
Description:
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ArticleComment.ArticleCommentType |
| 构造器和说明 |
|---|
ArticleComment() |
| 限定符和类型 | 方法和说明 |
|---|---|
ArticleComment.ArticleCommentType |
getFormatType() |
String |
getId() |
String |
getOpenid() |
Comment |
getReply() |
int |
getType() |
void |
setId(String id) |
void |
setOpenid(String openid) |
void |
setReply(Comment reply) |
void |
setType(int type) |
getContent, getCreateTime, getFormatCreateTime, setContent, setCreateTime, toStringpublic String getId()
public void setId(String id)
public String getOpenid()
public void setOpenid(String openid)
public int getType()
public ArticleComment.ArticleCommentType getFormatType()
public void setType(int type)
public Comment getReply()
public void setReply(Comment reply)
Copyright © 2020. All rights reserved.