Interface ChannelerSlabLoopDungeonSelectConditionRspOuterClass.ChannelerSlabLoopDungeonSelectConditionRspOrBuilder

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

public static interface ChannelerSlabLoopDungeonSelectConditionRspOuterClass.ChannelerSlabLoopDungeonSelectConditionRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getConditionIdList(int index)
    repeated uint32 condition_id_list = 10;
    int
    repeated uint32 condition_id_list = 10;
    repeated uint32 condition_id_list = 10;
    int
    uint32 difficulty_id = 5;
    int
    uint32 dungeon_index = 1;
    int
    int32 retcode = 7;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getDungeonIndex

      int getDungeonIndex()
      uint32 dungeon_index = 1;
      Returns:
      The dungeonIndex.
    • getConditionIdListList

      List<Integer> getConditionIdListList()
      repeated uint32 condition_id_list = 10;
      Returns:
      A list containing the conditionIdList.
    • getConditionIdListCount

      int getConditionIdListCount()
      repeated uint32 condition_id_list = 10;
      Returns:
      The count of conditionIdList.
    • getConditionIdList

      int getConditionIdList(int index)
      repeated uint32 condition_id_list = 10;
      Parameters:
      index - The index of the element to return.
      Returns:
      The conditionIdList at the given index.
    • getDifficultyId

      int getDifficultyId()
      uint32 difficulty_id = 5;
      Returns:
      The difficultyId.
    • getRetcode

      int getRetcode()
      int32 retcode = 7;
      Returns:
      The retcode.