Class PingResult

java.lang.Object
io.gs2.matchmaking.result.PingResult
All Implemented Interfaces:
IResult, Serializable

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

    • PingResult

      public PingResult()
  • Method Details

    • getItem

      public Gathering getItem()
    • setItem

      public void setItem(Gathering item)
    • withItem

      public PingResult withItem(Gathering item)
    • fromJson

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

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