Interface CoopDataNotifyOuterClass.CoopDataNotifyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CoopDataNotifyOuterClass.CoopDataNotify, CoopDataNotifyOuterClass.CoopDataNotify.Builder
Enclosing class:
CoopDataNotifyOuterClass

public static interface CoopDataNotifyOuterClass.CoopDataNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getIsHaveProgress

      boolean getIsHaveProgress()
      bool is_have_progress = 11;
      Returns:
      The isHaveProgress.
    • getCurCoopPoint

      int getCurCoopPoint()
      uint32 cur_coop_point = 1;
      Returns:
      The curCoopPoint.
    • getViewedChapterListList

      List<Integer> getViewedChapterListList()
      repeated uint32 viewed_chapter_list = 6;
      Returns:
      A list containing the viewedChapterList.
    • getViewedChapterListCount

      int getViewedChapterListCount()
      repeated uint32 viewed_chapter_list = 6;
      Returns:
      The count of viewedChapterList.
    • getViewedChapterList

      int getViewedChapterList(int index)
      repeated uint32 viewed_chapter_list = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The viewedChapterList at the given index.
    • getChapterListList

      repeated .CoopChapter chapter_list = 3;
    • getChapterList

      CoopChapterOuterClass.CoopChapter getChapterList(int index)
      repeated .CoopChapter chapter_list = 3;
    • getChapterListCount

      int getChapterListCount()
      repeated .CoopChapter chapter_list = 3;
    • getChapterListOrBuilderList

      List<? extends CoopChapterOuterClass.CoopChapterOrBuilder> getChapterListOrBuilderList()
      repeated .CoopChapter chapter_list = 3;
    • getChapterListOrBuilder

      CoopChapterOuterClass.CoopChapterOrBuilder getChapterListOrBuilder(int index)
      repeated .CoopChapter chapter_list = 3;