Package io.gs2.ranking.model
Class SubscribeUser
java.lang.Object
io.gs2.ranking.model.SubscribeUser
- All Implemented Interfaces:
IModel,Serializable,Comparable<SubscribeUser>
public class SubscribeUser
extends Object
implements IModel, Serializable, Comparable<SubscribeUser>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic SubscribeUserfromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetCategoryName(String categoryName) voidsetSubscribeUserId(String subscribeUserId) voidsetTargetUserId(String targetUserId) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withCategoryName(String categoryName) withSubscribeUserId(String subscribeUserId) withTargetUserId(String targetUserId) withUserId(String userId)
-
Constructor Details
-
SubscribeUser
public SubscribeUser()
-
-
Method Details
-
getSubscribeUserId
-
setSubscribeUserId
-
withSubscribeUserId
-
getCategoryName
-
setCategoryName
-
withCategoryName
-
getUserId
-
setUserId
-
withUserId
-
getTargetUserId
-
setTargetUserId
-
withTargetUserId
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<SubscribeUser>
-
hashCode
public int hashCode() -
equals
-