Package io.gs2.friend.model
Class FollowUser
java.lang.Object
io.gs2.friend.model.FollowUser
- All Implemented Interfaces:
IModel,Serializable,Comparable<FollowUser>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic FollowUserfromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetFollowerProfile(String followerProfile) voidsetPublicProfile(String publicProfile) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withFollowerProfile(String followerProfile) withPublicProfile(String publicProfile) withUserId(String userId)
-
Constructor Details
-
FollowUser
public FollowUser()
-
-
Method Details
-
getUserId
-
setUserId
-
withUserId
-
getPublicProfile
-
setPublicProfile
-
withPublicProfile
-
getFollowerProfile
-
setFollowerProfile
-
withFollowerProfile
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<FollowUser>
-
hashCode
public int hashCode() -
equals
-