public class CommentLikeMessage extends Object implements Serializable
构造器和说明 |
---|
CommentLikeMessage() |
限定符和类型 | 方法和说明 |
---|---|
CommentLikeMessage |
comment(ProductionComment comment) |
boolean |
equals(Object o) |
ProductionComment |
getComment()
Get comment
|
Long |
getLikeTime()
喜欢的时间
|
ProductionDetail |
getProduction()
Get production
|
int |
hashCode() |
CommentLikeMessage |
likeTime(Long likeTime) |
CommentLikeMessage |
production(ProductionDetail production) |
void |
setComment(ProductionComment comment) |
void |
setLikeTime(Long likeTime) |
void |
setProduction(ProductionDetail production) |
String |
toString() |
public CommentLikeMessage production(ProductionDetail production)
public ProductionDetail getProduction()
public void setProduction(ProductionDetail production)
public CommentLikeMessage comment(ProductionComment comment)
public ProductionComment getComment()
public void setComment(ProductionComment comment)
public CommentLikeMessage likeTime(Long likeTime)
public Long getLikeTime()
public void setLikeTime(Long likeTime)
Copyright © 2017. All rights reserved.