Interface DungeonSettleNotifyOuterClass.DungeonSettleNotifyOrBuilder

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

public static interface DungeonSettleNotifyOuterClass.DungeonSettleNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getDungeonId

      int getDungeonId()
      uint32 dungeon_id = 4;
      Returns:
      The dungeonId.
    • getUseTime

      int getUseTime()
      uint32 use_time = 7;
      Returns:
      The useTime.
    • getCloseTime

      int getCloseTime()
      uint32 close_time = 11;
      Returns:
      The closeTime.
    • getCreatePlayerUid

      int getCreatePlayerUid()
      uint32 createPlayerUid = 10;
      Returns:
      The createPlayerUid.
    • getFailCondListList

      List<Integer> getFailCondListList()
      repeated uint32 fail_cond_list = 3;
      Returns:
      A list containing the failCondList.
    • getFailCondListCount

      int getFailCondListCount()
      repeated uint32 fail_cond_list = 3;
      Returns:
      The count of failCondList.
    • getFailCondList

      int getFailCondList(int index)
      repeated uint32 fail_cond_list = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The failCondList at the given index.
    • getSettleShowCount

      int getSettleShowCount()
      map<uint32, .ParamList> settleShow = 14;
    • containsSettleShow

      boolean containsSettleShow(int key)
      map<uint32, .ParamList> settleShow = 14;
    • getSettleShow

      Deprecated.
      Use getSettleShowMap() instead.
    • getSettleShowMap

      map<uint32, .ParamList> settleShow = 14;
    • getSettleShowOrDefault

      ParamListOuterClass.ParamList getSettleShowOrDefault(int key, ParamListOuterClass.ParamList defaultValue)
      map<uint32, .ParamList> settleShow = 14;
    • getSettleShowOrThrow

      ParamListOuterClass.ParamList getSettleShowOrThrow(int key)
      map<uint32, .ParamList> settleShow = 14;
    • getStrengthenPointDataMapCount

      int getStrengthenPointDataMapCount()
      map<uint32, .StrengthenPointData> strengthen_point_data_map = 9;
    • containsStrengthenPointDataMap

      boolean containsStrengthenPointDataMap(int key)
      map<uint32, .StrengthenPointData> strengthen_point_data_map = 9;
    • getStrengthenPointDataMap

      Deprecated.
    • getStrengthenPointDataMapMap

      map<uint32, .StrengthenPointData> strengthen_point_data_map = 9;
    • getStrengthenPointDataMapOrDefault

      map<uint32, .StrengthenPointData> strengthen_point_data_map = 9;
    • getStrengthenPointDataMapOrThrow

      StrengthenPointDataOuterClass.StrengthenPointData getStrengthenPointDataMapOrThrow(int key)
      map<uint32, .StrengthenPointData> strengthen_point_data_map = 9;
    • getIsSuccess

      boolean getIsSuccess()
      bool is_success = 15;
      Returns:
      The isSuccess.
    • getResult

      int getResult()
      uint32 result = 12;
      Returns:
      The result.
    • hasTowerLevelEndNotify

      boolean hasTowerLevelEndNotify()
       Type Event
       
      .TowerLevelEndNotify tower_level_end_notify = 771;
      Returns:
      Whether the towerLevelEndNotify field is set.
    • getTowerLevelEndNotify

       Type Event
       
      .TowerLevelEndNotify tower_level_end_notify = 771;
      Returns:
      The towerLevelEndNotify.
    • getTowerLevelEndNotifyOrBuilder

       Type Event
       
      .TowerLevelEndNotify tower_level_end_notify = 771;
    • hasTrialAvatarFirstPassDungeonNotify

      boolean hasTrialAvatarFirstPassDungeonNotify()
      .TrialAvatarFirstPassDungeonNotify trial_avatar_first_pass_dungeon_notify = 626;
      Returns:
      Whether the trialAvatarFirstPassDungeonNotify field is set.
    • getTrialAvatarFirstPassDungeonNotify

      .TrialAvatarFirstPassDungeonNotify trial_avatar_first_pass_dungeon_notify = 626;
      Returns:
      The trialAvatarFirstPassDungeonNotify.
    • getTrialAvatarFirstPassDungeonNotifyOrBuilder

      .TrialAvatarFirstPassDungeonNotify trial_avatar_first_pass_dungeon_notify = 626;
    • getDetailCase