public class CommentReplyOpenModel extends AlipayObject
Constructor and Description |
---|
CommentReplyOpenModel() |
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Gets content.
|
String |
getOperatorId()
Gets operator id.
|
Date |
getReplyPublishTime()
Gets reply publish time.
|
void |
setContent(String content)
Sets content.
|
void |
setOperatorId(String operatorId)
Sets operator id.
|
void |
setReplyPublishTime(Date replyPublishTime)
Sets reply publish time.
|
public String getContent()
public void setContent(String content)
content
- the contentpublic String getOperatorId()
public void setOperatorId(String operatorId)
operatorId
- the operator idpublic Date getReplyPublishTime()
public void setReplyPublishTime(Date replyPublishTime)
replyPublishTime
- the reply publish timeCopyright © 2018. All rights reserved.