Interface CoopChapterOuterClass.CoopChapterOrBuilder

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

public static interface CoopChapterOuterClass.CoopChapterOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getId

      int getId()
      uint32 id = 9;
      Returns:
      The id.
    • getCoopPointListList

      List<CoopPointOuterClass.CoopPoint> getCoopPointListList()
      repeated .CoopPoint coop_point_list = 12;
    • getCoopPointList

      CoopPointOuterClass.CoopPoint getCoopPointList(int index)
      repeated .CoopPoint coop_point_list = 12;
    • getCoopPointListCount

      int getCoopPointListCount()
      repeated .CoopPoint coop_point_list = 12;
    • getCoopPointListOrBuilderList

      List<? extends CoopPointOuterClass.CoopPointOrBuilder> getCoopPointListOrBuilderList()
      repeated .CoopPoint coop_point_list = 12;
    • getCoopPointListOrBuilder

      CoopPointOuterClass.CoopPointOrBuilder getCoopPointListOrBuilder(int index)
      repeated .CoopPoint coop_point_list = 12;
    • getFinishDialogListList

      List<Integer> getFinishDialogListList()
      repeated uint32 finish_dialog_list = 6;
      Returns:
      A list containing the finishDialogList.
    • getFinishDialogListCount

      int getFinishDialogListCount()
      repeated uint32 finish_dialog_list = 6;
      Returns:
      The count of finishDialogList.
    • getFinishDialogList

      int getFinishDialogList(int index)
      repeated uint32 finish_dialog_list = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The finishDialogList at the given index.
    • getStateValue

      int getStateValue()
      .CoopChapter.State state = 7;
      Returns:
      The enum numeric value on the wire for state.
    • getState

      .CoopChapter.State state = 7;
      Returns:
      The state.
    • getTotalEndCount

      int getTotalEndCount()
      uint32 total_end_count = 11;
      Returns:
      The totalEndCount.
    • getCoopRewardListList

      List<CoopRewardOuterClass.CoopReward> getCoopRewardListList()
      repeated .CoopReward coop_reward_list = 3;
    • getCoopRewardList

      CoopRewardOuterClass.CoopReward getCoopRewardList(int index)
      repeated .CoopReward coop_reward_list = 3;
    • getCoopRewardListCount

      int getCoopRewardListCount()
      repeated .CoopReward coop_reward_list = 3;
    • getCoopRewardListOrBuilderList

      List<? extends CoopRewardOuterClass.CoopRewardOrBuilder> getCoopRewardListOrBuilderList()
      repeated .CoopReward coop_reward_list = 3;
    • getCoopRewardListOrBuilder

      CoopRewardOuterClass.CoopRewardOrBuilder getCoopRewardListOrBuilder(int index)
      repeated .CoopReward coop_reward_list = 3;
    • getLockReasonListList

      List<Integer> getLockReasonListList()
      repeated uint32 lock_reason_list = 4;
      Returns:
      A list containing the lockReasonList.
    • getLockReasonListCount

      int getLockReasonListCount()
      repeated uint32 lock_reason_list = 4;
      Returns:
      The count of lockReasonList.
    • getLockReasonList

      int getLockReasonList(int index)
      repeated uint32 lock_reason_list = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The lockReasonList at the given index.
    • getCoopCgListList

      List<CoopCgOuterClass.CoopCg> getCoopCgListList()
      repeated .CoopCg coop_cg_list = 2;
    • getCoopCgList

      CoopCgOuterClass.CoopCg getCoopCgList(int index)
      repeated .CoopCg coop_cg_list = 2;
    • getCoopCgListCount

      int getCoopCgListCount()
      repeated .CoopCg coop_cg_list = 2;
    • getCoopCgListOrBuilderList

      List<? extends CoopCgOuterClass.CoopCgOrBuilder> getCoopCgListOrBuilderList()
      repeated .CoopCg coop_cg_list = 2;
    • getCoopCgListOrBuilder

      CoopCgOuterClass.CoopCgOrBuilder getCoopCgListOrBuilder(int index)
      repeated .CoopCg coop_cg_list = 2;
    • getSeenEndingMapCount

      int getSeenEndingMapCount()
      map<uint32, uint32> seen_ending_map = 15;
    • containsSeenEndingMap

      boolean containsSeenEndingMap(int key)
      map<uint32, uint32> seen_ending_map = 15;
    • getSeenEndingMap

      @Deprecated Map<Integer,Integer> getSeenEndingMap()
      Deprecated.
    • getSeenEndingMapMap

      Map<Integer,Integer> getSeenEndingMapMap()
      map<uint32, uint32> seen_ending_map = 15;
    • getSeenEndingMapOrDefault

      int getSeenEndingMapOrDefault(int key, int defaultValue)
      map<uint32, uint32> seen_ending_map = 15;
    • getSeenEndingMapOrThrow

      int getSeenEndingMapOrThrow(int key)
      map<uint32, uint32> seen_ending_map = 15;
    • getFinishedEndCount

      int getFinishedEndCount()
      uint32 finished_end_count = 8;
      Returns:
      The finishedEndCount.