public class CommentEntity
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CommentEntity.AttachmentsBean |
static class |
CommentEntity.CreatorBean |
static class |
CommentEntity.ReplyBean |
| Constructor and Description |
|---|
CommentEntity() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommentEntity.AttachmentsBean> |
getAttachments()
附件列表
|
java.lang.String |
getContent()
评论的内容
|
java.lang.String |
getCreated_at()
创建时间
|
CommentEntity.CreatorBean |
getCreator()
{"id":"创建这个评论的人的id","username":"创建这个comment的人的username","name":"创建这个comment的人的name","avatar":"创建这个comment的人的头像","type":"创建这个comment的人的类型, 例如是坐席还是访客","email":"电子邮件地址","phone":"电话号码","qq":"qq号码","company":"公司","description":"具体的描述信息"}
|
java.lang.String |
getId()
long类型的id
|
CommentEntity.ReplyBean |
getReply()
{"id":"回复的哪条评论的id, 可选"}
|
java.lang.String |
getSubject()
评论的主题, 可选
|
java.lang.String |
getUpdated_at()
修改时间
|
void |
setAttachments(java.util.List<CommentEntity.AttachmentsBean> attachments) |
void |
setContent(java.lang.String content)
评论的内容
|
void |
setCreated_at(java.lang.String created_at)
创建时间
|
void |
setCreator(CommentEntity.CreatorBean creator)
{"id":"创建这个评论的人的id","username":"创建这个comment的人的username","name":"创建这个comment的人的name","avatar":"创建这个comment的人的头像","type":"创建这个comment的人的类型, 例如是坐席还是访客","email":"电子邮件地址","phone":"电话号码","qq":"qq号码","company":"公司","description":"具体的描述信息"}
|
void |
setId(java.lang.String id)
long类型的id
|
void |
setReply(CommentEntity.ReplyBean reply)
{"id":"回复的哪条评论的id, 可选"}
|
void |
setSubject(java.lang.String subject)
评论的主题, 可选
|
void |
setUpdated_at(java.lang.String updated_at)
修改时间
|
public java.lang.String getId()
public void setId(java.lang.String id)
id - long类型的idpublic java.lang.String getSubject()
public void setSubject(java.lang.String subject)
subject - 评论的主题, 可选public java.lang.String getContent()
public void setContent(java.lang.String content)
content - 评论的内容public CommentEntity.ReplyBean getReply()
public void setReply(CommentEntity.ReplyBean reply)
reply - {"id":"回复的哪条评论的id, 可选"}public CommentEntity.CreatorBean getCreator()
public void setCreator(CommentEntity.CreatorBean creator)
creator - {"id":"创建这个评论的人的id","username":"创建这个comment的人的username","name":"创建这个comment的人的name","avatar":"创建这个comment的人的头像","type":"创建这个comment的人的类型, 例如是坐席还是访客","email":"电子邮件地址","phone":"电话号码","qq":"qq号码","company":"公司","description":"具体的描述信息"}public java.lang.String getCreated_at()
public void setCreated_at(java.lang.String created_at)
created_at - 创建时间public java.lang.String getUpdated_at()
public void setUpdated_at(java.lang.String updated_at)
updated_at - 修改时间public java.util.List<CommentEntity.AttachmentsBean> getAttachments()
public void setAttachments(java.util.List<CommentEntity.AttachmentsBean> attachments)