Class FollowUser

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

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

    • FollowUser

      public FollowUser()
  • Method Details

    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • withUserId

      public FollowUser withUserId(String userId)
    • getPublicProfile

      public String getPublicProfile()
    • setPublicProfile

      public void setPublicProfile(String publicProfile)
    • withPublicProfile

      public FollowUser withPublicProfile(String publicProfile)
    • getFollowerProfile

      public String getFollowerProfile()
    • setFollowerProfile

      public void setFollowerProfile(String followerProfile)
    • withFollowerProfile

      public FollowUser withFollowerProfile(String followerProfile)
    • fromJson

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

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

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

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

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