Class GetTakeOverResult

java.lang.Object
io.gs2.account.result.GetTakeOverResult
All Implemented Interfaces:
IResult, Serializable

public class GetTakeOverResult extends Object implements IResult, Serializable
See Also:
  • Constructor Details

    • GetTakeOverResult

      public GetTakeOverResult()
  • Method Details

    • getItem

      public TakeOver getItem()
    • setItem

      public void setItem(TakeOver item)
    • withItem

      public GetTakeOverResult withItem(TakeOver item)
    • fromJson

      public static GetTakeOverResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()