public class NewCommentBody
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NewCommentBody.AttachmentsBean |
static class |
NewCommentBody.CreatorBean |
static class |
NewCommentBody.ReplyBean |
| Constructor and Description |
|---|
NewCommentBody() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NewCommentBody.AttachmentsBean> |
getAttachments() |
java.lang.String |
getContent() |
NewCommentBody.CreatorBean |
getCreator() |
NewCommentBody.ReplyBean |
getReply() |
java.lang.String |
getSubject() |
void |
setAttachments(java.util.List<NewCommentBody.AttachmentsBean> attachments) |
void |
setContent(java.lang.String content) |
void |
setCreator(NewCommentBody.CreatorBean creator) |
void |
setReply(NewCommentBody.ReplyBean reply) |
void |
setSubject(java.lang.String subject) |
public java.lang.String getSubject()
public void setSubject(java.lang.String subject)
public java.lang.String getContent()
public void setContent(java.lang.String content)
public NewCommentBody.ReplyBean getReply()
public void setReply(NewCommentBody.ReplyBean reply)
public NewCommentBody.CreatorBean getCreator()
public void setCreator(NewCommentBody.CreatorBean creator)
public java.util.List<NewCommentBody.AttachmentsBean> getAttachments()
public void setAttachments(java.util.List<NewCommentBody.AttachmentsBean> attachments)