Package io.gs2.friend.model
Class Profile
java.lang.Object
io.gs2.friend.model.Profile
- All Implemented Interfaces:
IModel,Serializable,Comparable<Profile>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic ProfilefromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetCreatedAt(Long createdAt) voidsetFollowerProfile(String followerProfile) voidsetFriendProfile(String friendProfile) voidsetProfileId(String profileId) voidsetPublicProfile(String publicProfile) voidsetRevision(Long revision) voidsetUpdatedAt(Long updatedAt) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withCreatedAt(Long createdAt) withFollowerProfile(String followerProfile) withFriendProfile(String friendProfile) withProfileId(String profileId) withPublicProfile(String publicProfile) withRevision(Long revision) withUpdatedAt(Long updatedAt) withUserId(String userId)
-
Constructor Details
-
Profile
public Profile()
-
-
Method Details
-
getProfileId
-
setProfileId
-
withProfileId
-
getUserId
-
setUserId
-
withUserId
-
getPublicProfile
-
setPublicProfile
-
withPublicProfile
-
getFollowerProfile
-
setFollowerProfile
-
withFollowerProfile
-
getFriendProfile
-
setFriendProfile
-
withFriendProfile
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Profile>
-
hashCode
public int hashCode() -
equals
-