Package io.gs2.guild.result
Class WithdrawalResult
java.lang.Object
io.gs2.guild.result.WithdrawalResult
- All Implemented Interfaces:
IResult,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WithdrawalResultfromJson(com.fasterxml.jackson.databind.JsonNode data) getGuild()getItem()voidvoidsetItem(JoinedGuild item) com.fasterxml.jackson.databind.JsonNodetoJson()withItem(JoinedGuild item)
-
Constructor Details
-
WithdrawalResult
public WithdrawalResult()
-
-
Method Details
-
getItem
-
setItem
-
withItem
-
getGuild
-
setGuild
-
withGuild
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-