Class GetFollowResult

java.lang.Object
io.gs2.friend.result.GetFollowResult
All Implemented Interfaces:
IResult, Serializable

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

    • GetFollowResult

      public GetFollowResult()
  • Method Details

    • getItem

      public FollowUser getItem()
    • setItem

      public void setItem(FollowUser item)
    • withItem

      public GetFollowResult withItem(FollowUser item)
    • fromJson

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

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