Interface EventLeaderboardResponse.ListResponseMetaOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getCount()
      int32 count = 1 [json_name = "count"];
      int getPage()
      int32 page = 2 [json_name = "page"];
      int getPageSize()
      int32 page_size = 3 [json_name = "pageSize"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getCount

        int getCount()
        int32 count = 1 [json_name = "count"];
        Returns:
        The count.
      • getPage

        int getPage()
        int32 page = 2 [json_name = "page"];
        Returns:
        The page.
      • getPageSize

        int getPageSize()
        int32 page_size = 3 [json_name = "pageSize"];
        Returns:
        The pageSize.