public class CommentOpenModel extends AlipayObject
| 构造器和说明 |
|---|
CommentOpenModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCommentId() |
Date |
getCommentPublishTime() |
String |
getContent() |
String |
getCraftsmanId() |
List<String> |
getImages() |
CommentReplyOpenModel |
getReply() |
Long |
getScore() |
String |
getShopId() |
void |
setCommentId(String commentId) |
void |
setCommentPublishTime(Date commentPublishTime) |
void |
setContent(String content) |
void |
setCraftsmanId(String craftsmanId) |
void |
setImages(List<String> images) |
void |
setReply(CommentReplyOpenModel reply) |
void |
setScore(Long score) |
void |
setShopId(String shopId) |
public String getCommentId()
public void setCommentId(String commentId)
public Date getCommentPublishTime()
public void setCommentPublishTime(Date commentPublishTime)
public String getContent()
public void setContent(String content)
public String getCraftsmanId()
public void setCraftsmanId(String craftsmanId)
public CommentReplyOpenModel getReply()
public void setReply(CommentReplyOpenModel reply)
public Long getScore()
public void setScore(Long score)
public String getShopId()
public void setShopId(String shopId)
Copyright © 2018 guerlab. All rights reserved.