Class FriendUser

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

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

    • FriendUser

      public FriendUser()
  • Method Details

    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • withUserId

      public FriendUser withUserId(String userId)
    • getPublicProfile

      public String getPublicProfile()
    • setPublicProfile

      public void setPublicProfile(String publicProfile)
    • withPublicProfile

      public FriendUser withPublicProfile(String publicProfile)
    • getFriendProfile

      public String getFriendProfile()
    • setFriendProfile

      public void setFriendProfile(String friendProfile)
    • withFriendProfile

      public FriendUser withFriendProfile(String friendProfile)
    • fromJson

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

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

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

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

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