public class CommentReplyOpenModel extends AlipayObject
| 构造器和说明 |
|---|
CommentReplyOpenModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContent() |
String |
getOperatorId() |
Date |
getReplyPublishTime() |
void |
setContent(String content) |
void |
setOperatorId(String operatorId) |
void |
setReplyPublishTime(Date replyPublishTime) |
public String getContent()
public void setContent(String content)
public String getOperatorId()
public void setOperatorId(String operatorId)
public Date getReplyPublishTime()
public void setReplyPublishTime(Date replyPublishTime)
Copyright © 2020. All rights reserved.