Package io.gs2.mission.request
Class CreateCounterModelMasterRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateCounterModelMasterRequest>
io.gs2.mission.request.CreateCounterModelMasterRequest
- All Implemented Interfaces:
IRequest,Serializable
public class CreateCounterModelMasterRequest
extends Gs2BasicRequest<CreateCounterModelMasterRequest>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()voidsetChallengePeriodEventId(String challengePeriodEventId) voidsetDescription(String description) voidsetMetadata(String metadata) voidvoidsetNamespaceName(String namespaceName) voidsetScopes(List<CounterScopeModel> scopes) com.fasterxml.jackson.databind.JsonNodetoJson()withChallengePeriodEventId(String challengePeriodEventId) withDescription(String description) withMetadata(String metadata) withNamespaceName(String namespaceName) withScopes(List<CounterScopeModel> scopes) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreateCounterModelMasterRequest
public CreateCounterModelMasterRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getName
-
setName
-
withName
-
getMetadata
-
setMetadata
-
withMetadata
-
getDescription
-
setDescription
-
withDescription
-
getScopes
-
setScopes
-
withScopes
-
getChallengePeriodEventId
-
setChallengePeriodEventId
-
withChallengePeriodEventId
-
fromJson
public static CreateCounterModelMasterRequest fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-