public class OpenApiMatterCommentDTO extends AlipayObject
| 构造器和说明 |
|---|
OpenApiMatterCommentDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<OpenApiMatterAttachmentDTO> |
getAttachmentList() |
String |
getCommentCode() |
String |
getContent() |
Date |
getGmtCreate() |
String |
getMatterCode() |
String |
getPublisherId() |
String |
getPublisherName() |
String |
getRepliedCommentCode() |
String |
getRepliedContent() |
void |
setAttachmentList(List<OpenApiMatterAttachmentDTO> attachmentList) |
void |
setCommentCode(String commentCode) |
void |
setContent(String content) |
void |
setGmtCreate(Date gmtCreate) |
void |
setMatterCode(String matterCode) |
void |
setPublisherId(String publisherId) |
void |
setPublisherName(String publisherName) |
void |
setRepliedCommentCode(String repliedCommentCode) |
void |
setRepliedContent(String repliedContent) |
public List<OpenApiMatterAttachmentDTO> getAttachmentList()
public void setAttachmentList(List<OpenApiMatterAttachmentDTO> attachmentList)
public String getCommentCode()
public void setCommentCode(String commentCode)
public String getContent()
public void setContent(String content)
public Date getGmtCreate()
public void setGmtCreate(Date gmtCreate)
public String getMatterCode()
public void setMatterCode(String matterCode)
public String getPublisherId()
public void setPublisherId(String publisherId)
public String getPublisherName()
public void setPublisherName(String publisherName)
public String getRepliedCommentCode()
public void setRepliedCommentCode(String repliedCommentCode)
public String getRepliedContent()
public void setRepliedContent(String repliedContent)
Copyright © 2024. All rights reserved.