Package io.gs2.guild.result
Class DecreaseMaximumCurrentMaximumMemberCountByStampTaskResult
java.lang.Object
io.gs2.guild.result.DecreaseMaximumCurrentMaximumMemberCountByStampTaskResult
- All Implemented Interfaces:
IResult,Serializable
public class DecreaseMaximumCurrentMaximumMemberCountByStampTaskResult
extends Object
implements IResult, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) getItem()voidvoidsetNewContextStack(String newContextStack) com.fasterxml.jackson.databind.JsonNodetoJson()withNewContextStack(String newContextStack)
-
Constructor Details
-
DecreaseMaximumCurrentMaximumMemberCountByStampTaskResult
public DecreaseMaximumCurrentMaximumMemberCountByStampTaskResult()
-
-
Method Details
-
getItem
-
setItem
-
withItem
-
getNewContextStack
-
setNewContextStack
-
withNewContextStack
public DecreaseMaximumCurrentMaximumMemberCountByStampTaskResult withNewContextStack(String newContextStack) -
fromJson
public static DecreaseMaximumCurrentMaximumMemberCountByStampTaskResult fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-