Package io.gs2.seasonRating.request
Class CreateSeasonModelMasterRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateSeasonModelMasterRequest>
io.gs2.seasonRating.request.CreateSeasonModelMasterRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()getTiers()voidsetChallengePeriodEventId(String challengePeriodEventId) voidsetDescription(String description) voidsetExperienceModelId(String experienceModelId) voidsetMetadata(String metadata) voidvoidsetNamespaceName(String namespaceName) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withChallengePeriodEventId(String challengePeriodEventId) withDescription(String description) withExperienceModelId(String experienceModelId) withMetadata(String metadata) withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreateSeasonModelMasterRequest
public CreateSeasonModelMasterRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getMetadata
-
setMetadata
-
withMetadata
-
getTiers
-
setTiers
-
withTiers
-
getExperienceModelId
-
setExperienceModelId
-
withExperienceModelId
-
getChallengePeriodEventId
-
setChallengePeriodEventId
-
withChallengePeriodEventId
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-