Package io.gs2.guild.request
Class DecreaseMaximumCurrentMaximumMemberCountByStampTaskRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<DecreaseMaximumCurrentMaximumMemberCountByStampTaskRequest>
io.gs2.guild.request.DecreaseMaximumCurrentMaximumMemberCountByStampTaskRequest
- All Implemented Interfaces:
IRequest,Serializable
public class DecreaseMaximumCurrentMaximumMemberCountByStampTaskRequest
extends Gs2BasicRequest<DecreaseMaximumCurrentMaximumMemberCountByStampTaskRequest>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) getKeyId()voidvoidsetStampTask(String stampTask) com.fasterxml.jackson.databind.JsonNodetoJson()withStampTask(String stampTask) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
DecreaseMaximumCurrentMaximumMemberCountByStampTaskRequest
public DecreaseMaximumCurrentMaximumMemberCountByStampTaskRequest()
-
-
Method Details
-
getStampTask
-
setStampTask
-
withStampTask
-
getKeyId
-
setKeyId
-
withKeyId
-
fromJson
public static DecreaseMaximumCurrentMaximumMemberCountByStampTaskRequest fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-