Interface ListResponseMetaOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    ListResponseMeta, ListResponseMeta.Builder

    public interface ListResponseMetaOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getCursor()
      int32 cursor = 3 [json_name = "cursor"];
      int getPage()
      int32 page = 1 [json_name = "page"];
      int getPages()
      int32 pages = 2 [json_name = "pages"];
      int getTotal()
      int32 total = 4 [json_name = "total"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getPage

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

        int getPages()
        int32 pages = 2 [json_name = "pages"];
        Returns:
        The pages.
      • getCursor

        int getCursor()
        int32 cursor = 3 [json_name = "cursor"];
        Returns:
        The cursor.
      • getTotal

        int getTotal()
        int32 total = 4 [json_name = "total"];
        Returns:
        The total.