Package io.gs2.friend.model
Class Follow
java.lang.Object
io.gs2.friend.model.Follow
- All Implemented Interfaces:
IModel,Serializable,Comparable<Follow>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic FollowfromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetCreatedAt(Long createdAt) voidsetFollowId(String followId) voidsetRevision(Long revision) voidsetTargetUserIds(List<String> targetUserIds) voidsetUpdatedAt(Long updatedAt) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withCreatedAt(Long createdAt) withFollowId(String followId) withRevision(Long revision) withTargetUserIds(List<String> targetUserIds) withUpdatedAt(Long updatedAt) withUserId(String userId)
-
Constructor Details
-
Follow
public Follow()
-
-
Method Details
-
getFollowId
-
setFollowId
-
withFollowId
-
getUserId
-
setUserId
-
withUserId
-
getTargetUserIds
-
setTargetUserIds
-
withTargetUserIds
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Follow>
-
hashCode
public int hashCode() -
equals
-