Package com.foxinmy.weixin4j.mp.model
Class ArticleComment
- java.lang.Object
-
- com.foxinmy.weixin4j.mp.model.Comment
-
- com.foxinmy.weixin4j.mp.model.ArticleComment
-
- All Implemented Interfaces:
Serializable
public class ArticleComment extends Comment
文章评论- Since:
- JDK 1.6
- Author:
- jinyu
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ArticleComment.ArticleCommentType
-
Constructor Summary
Constructors Constructor Description ArticleComment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
Methods inherited from class com.foxinmy.weixin4j.mp.model.Comment
getContent, getCreateTime, getFormatCreateTime, setContent, setCreateTime, toString
-
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getOpenid
public String getOpenid()
-
setOpenid
public void setOpenid(String openid)
-
getType
public int getType()
-
getFormatType
public ArticleComment.ArticleCommentType getFormatType()
-
setType
public void setType(int type)
-
getReply
public Comment getReply()
-
setReply
public void setReply(Comment reply)
-
-