Class Profile

java.lang.Object
io.gs2.friend.model.Profile
All Implemented Interfaces:
IModel, Serializable, Comparable<Profile>

public class Profile extends Object implements IModel, Serializable, Comparable<Profile>
See Also:
  • Constructor Details

    • Profile

      public Profile()
  • Method Details

    • getProfileId

      public String getProfileId()
    • setProfileId

      public void setProfileId(String profileId)
    • withProfileId

      public Profile withProfileId(String profileId)
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • withUserId

      public Profile withUserId(String userId)
    • getPublicProfile

      public String getPublicProfile()
    • setPublicProfile

      public void setPublicProfile(String publicProfile)
    • withPublicProfile

      public Profile withPublicProfile(String publicProfile)
    • getFollowerProfile

      public String getFollowerProfile()
    • setFollowerProfile

      public void setFollowerProfile(String followerProfile)
    • withFollowerProfile

      public Profile withFollowerProfile(String followerProfile)
    • getFriendProfile

      public String getFriendProfile()
    • setFriendProfile

      public void setFriendProfile(String friendProfile)
    • withFriendProfile

      public Profile withFriendProfile(String friendProfile)
    • getCreatedAt

      public Long getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • withCreatedAt

      public Profile withCreatedAt(Long createdAt)
    • getUpdatedAt

      public Long getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • withUpdatedAt

      public Profile withUpdatedAt(Long updatedAt)
    • getRevision

      public Long getRevision()
    • setRevision

      public void setRevision(Long revision)
    • withRevision

      public Profile withRevision(Long revision)
    • fromJson

      public static Profile fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()
    • compareTo

      public int compareTo(Profile o)
      Specified by:
      compareTo in interface Comparable<Profile>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object