public class Like extends Object
Constructor and Description |
---|
Like(LikeEntity likeEntity) |
Like(long contentId,
String username,
Date createdDate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getContentId() |
Date |
getCreatedDate() |
String |
getUsername() |
int |
hashCode() |
String |
toString() |
public Like(LikeEntity likeEntity)
Copyright © 2003–2020 Atlassian. All rights reserved.