Package io.gs2.ranking.model
Class Subscribe
java.lang.Object
io.gs2.ranking.model.Subscribe
- All Implemented Interfaces:
IModel,Serializable,Comparable<Subscribe>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic SubscribefromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetCategoryName(String categoryName) voidsetCreatedAt(Long createdAt) voidsetRevision(Long revision) voidsetSubscribedUserIds(List<String> subscribedUserIds) voidsetSubscribeId(String subscribeId) voidsetTargetUserIds(List<String> targetUserIds) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withCategoryName(String categoryName) withCreatedAt(Long createdAt) withRevision(Long revision) withSubscribedUserIds(List<String> subscribedUserIds) withSubscribeId(String subscribeId) withTargetUserIds(List<String> targetUserIds) withUserId(String userId)
-
Constructor Details
-
Subscribe
public Subscribe()
-
-
Method Details
-
getSubscribeId
-
setSubscribeId
-
withSubscribeId
-
getCategoryName
-
setCategoryName
-
withCategoryName
-
getUserId
-
setUserId
-
withUserId
-
getTargetUserIds
-
setTargetUserIds
-
withTargetUserIds
-
getSubscribedUserIds
-
setSubscribedUserIds
-
withSubscribedUserIds
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Subscribe>
-
hashCode
public int hashCode() -
equals
-