Package io.gs2.ranking.model
Class CategoryModel
java.lang.Object
io.gs2.ranking.model.CategoryModel
- All Implemented Interfaces:
IModel,Serializable,Comparable<CategoryModel>
public class CategoryModel
extends Object
implements IModel, Serializable, Comparable<CategoryModel>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic CategoryModelfromJson(com.fasterxml.jackson.databind.JsonNode data) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getName()getScope()getSum()Deprecated.inthashCode()voidsetAccessPeriodEventId(String accessPeriodEventId) voidsetAdditionalScopes(List<Scope> additionalScopes) Deprecated.voidsetCalculateFixedTimingHour(Integer calculateFixedTimingHour) Deprecated.voidsetCalculateFixedTimingMinute(Integer calculateFixedTimingMinute) Deprecated.voidsetCalculateIntervalMinutes(Integer calculateIntervalMinutes) Deprecated.voidsetCategoryModelId(String categoryModelId) voidsetEntryPeriodEventId(String entryPeriodEventId) voidsetGeneration(String generation) Deprecated.voidsetGlobalRankingSetting(GlobalRankingSetting globalRankingSetting) voidsetIgnoreUserIds(List<String> ignoreUserIds) Deprecated.voidsetMaximumValue(Long maximumValue) voidsetMetadata(String metadata) voidsetMinimumValue(Long minimumValue) voidvoidsetOrderDirection(String orderDirection) voidvoidvoidsetUniqueByUserId(Boolean uniqueByUserId) Deprecated.com.fasterxml.jackson.databind.JsonNodetoJson()withAccessPeriodEventId(String accessPeriodEventId) withAdditionalScopes(List<Scope> additionalScopes) Deprecated.withCalculateFixedTimingHour(Integer calculateFixedTimingHour) Deprecated.withCalculateFixedTimingMinute(Integer calculateFixedTimingMinute) Deprecated.withCalculateIntervalMinutes(Integer calculateIntervalMinutes) Deprecated.withCategoryModelId(String categoryModelId) withEntryPeriodEventId(String entryPeriodEventId) withGeneration(String generation) Deprecated.withGlobalRankingSetting(GlobalRankingSetting globalRankingSetting) withIgnoreUserIds(List<String> ignoreUserIds) Deprecated.withMaximumValue(Long maximumValue) withMetadata(String metadata) withMinimumValue(Long minimumValue) withOrderDirection(String orderDirection) withUniqueByUserId(Boolean uniqueByUserId) Deprecated.
-
Constructor Details
-
CategoryModel
public CategoryModel()
-
-
Method Details
-
getCategoryModelId
-
setCategoryModelId
-
withCategoryModelId
-
getName
-
setName
-
withName
-
getMetadata
-
setMetadata
-
withMetadata
-
getMinimumValue
-
setMinimumValue
-
withMinimumValue
-
getMaximumValue
-
setMaximumValue
-
withMaximumValue
-
getSum
-
setSum
-
withSum
-
getOrderDirection
-
setOrderDirection
-
withOrderDirection
-
getScope
-
setScope
-
withScope
-
getGlobalRankingSetting
-
setGlobalRankingSetting
-
withGlobalRankingSetting
-
getEntryPeriodEventId
-
setEntryPeriodEventId
-
withEntryPeriodEventId
-
getAccessPeriodEventId
-
setAccessPeriodEventId
-
withAccessPeriodEventId
-
getUniqueByUserId
Deprecated. -
setUniqueByUserId
Deprecated. -
withUniqueByUserId
Deprecated. -
getCalculateFixedTimingHour
Deprecated. -
setCalculateFixedTimingHour
Deprecated. -
withCalculateFixedTimingHour
Deprecated. -
getCalculateFixedTimingMinute
Deprecated. -
setCalculateFixedTimingMinute
Deprecated. -
withCalculateFixedTimingMinute
Deprecated. -
getCalculateIntervalMinutes
Deprecated. -
setCalculateIntervalMinutes
Deprecated. -
withCalculateIntervalMinutes
Deprecated. -
getAdditionalScopes
Deprecated. -
setAdditionalScopes
Deprecated. -
withAdditionalScopes
Deprecated. -
getIgnoreUserIds
Deprecated. -
setIgnoreUserIds
Deprecated. -
withIgnoreUserIds
Deprecated. -
getGeneration
Deprecated. -
setGeneration
Deprecated. -
withGeneration
Deprecated. -
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<CategoryModel>
-
hashCode
public int hashCode() -
equals
-