Interface RefreshRoguelikeDungeonCardRspOuterClass.RefreshRoguelikeDungeonCardRspOrBuilder

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

public static interface RefreshRoguelikeDungeonCardRspOuterClass.RefreshRoguelikeDungeonCardRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getResCardList(int index)
    repeated uint32 res_card_list = 2;
    int
    repeated uint32 res_card_list = 2;
    repeated uint32 res_card_list = 2;
    int
    int32 retcode = 14;

    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

    • getRetcode

      int getRetcode()
      int32 retcode = 14;
      Returns:
      The retcode.
    • getResCardListList

      List<Integer> getResCardListList()
      repeated uint32 res_card_list = 2;
      Returns:
      A list containing the resCardList.
    • getResCardListCount

      int getResCardListCount()
      repeated uint32 res_card_list = 2;
      Returns:
      The count of resCardList.
    • getResCardList

      int getResCardList(int index)
      repeated uint32 res_card_list = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The resCardList at the given index.