Package io.gs2.ranking.request
Class CreateCategoryModelMasterRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateCategoryModelMasterRequest>
io.gs2.ranking.request.CreateCategoryModelMasterRequest
- All Implemented Interfaces:
IRequest,Serializable
public class CreateCategoryModelMasterRequest
extends Gs2BasicRequest<CreateCategoryModelMasterRequest>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getName()getScope()getSum()Deprecated.voidsetAccessPeriodEventId(String accessPeriodEventId) voidsetAdditionalScopes(List<Scope> additionalScopes) Deprecated.voidsetCalculateFixedTimingHour(Integer calculateFixedTimingHour) Deprecated.voidsetCalculateFixedTimingMinute(Integer calculateFixedTimingMinute) Deprecated.voidsetCalculateIntervalMinutes(Integer calculateIntervalMinutes) Deprecated.voidsetDescription(String description) voidsetEntryPeriodEventId(String entryPeriodEventId) voidsetGeneration(String generation) Deprecated.voidsetGlobalRankingSetting(GlobalRankingSetting globalRankingSetting) voidsetIgnoreUserIds(List<String> ignoreUserIds) Deprecated.voidsetMaximumValue(Long maximumValue) voidsetMetadata(String metadata) voidsetMinimumValue(Long minimumValue) voidvoidsetNamespaceName(String namespaceName) voidsetOrderDirection(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.withDescription(String description) withEntryPeriodEventId(String entryPeriodEventId) withGeneration(String generation) Deprecated.withGlobalRankingSetting(GlobalRankingSetting globalRankingSetting) withIgnoreUserIds(List<String> ignoreUserIds) Deprecated.withMaximumValue(Long maximumValue) withMetadata(String metadata) withMinimumValue(Long minimumValue) withNamespaceName(String namespaceName) withOrderDirection(String orderDirection) withUniqueByUserId(Boolean uniqueByUserId) Deprecated.Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreateCategoryModelMasterRequest
public CreateCategoryModelMasterRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getMetadata
-
setMetadata
-
withMetadata
-
getMinimumValue
-
setMinimumValue
-
withMinimumValue
-
getMaximumValue
-
setMaximumValue
-
withMaximumValue
-
getOrderDirection
-
setOrderDirection
-
withOrderDirection
-
getScope
-
setScope
-
withScope
-
getGlobalRankingSetting
-
setGlobalRankingSetting
-
withGlobalRankingSetting
public CreateCategoryModelMasterRequest withGlobalRankingSetting(GlobalRankingSetting globalRankingSetting) -
getEntryPeriodEventId
-
setEntryPeriodEventId
-
withEntryPeriodEventId
-
getAccessPeriodEventId
-
setAccessPeriodEventId
-
withAccessPeriodEventId
-
getUniqueByUserId
Deprecated. -
setUniqueByUserId
Deprecated. -
withUniqueByUserId
Deprecated. -
getSum
-
setSum
-
withSum
-
getCalculateFixedTimingHour
Deprecated. -
setCalculateFixedTimingHour
Deprecated. -
withCalculateFixedTimingHour
@Deprecated public CreateCategoryModelMasterRequest withCalculateFixedTimingHour(Integer calculateFixedTimingHour) Deprecated. -
getCalculateFixedTimingMinute
Deprecated. -
setCalculateFixedTimingMinute
Deprecated. -
withCalculateFixedTimingMinute
@Deprecated public CreateCategoryModelMasterRequest withCalculateFixedTimingMinute(Integer calculateFixedTimingMinute) Deprecated. -
getCalculateIntervalMinutes
Deprecated. -
setCalculateIntervalMinutes
Deprecated. -
withCalculateIntervalMinutes
@Deprecated public CreateCategoryModelMasterRequest withCalculateIntervalMinutes(Integer calculateIntervalMinutes) Deprecated. -
getAdditionalScopes
Deprecated. -
setAdditionalScopes
Deprecated. -
withAdditionalScopes
@Deprecated public CreateCategoryModelMasterRequest withAdditionalScopes(List<Scope> additionalScopes) Deprecated. -
getIgnoreUserIds
Deprecated. -
setIgnoreUserIds
Deprecated. -
withIgnoreUserIds
Deprecated. -
getGeneration
Deprecated. -
setGeneration
Deprecated. -
withGeneration
Deprecated. -
fromJson
public static CreateCategoryModelMasterRequest fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-