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