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