Interface DoRoguelikeDungeonCardGachaRspOuterClass.DoRoguelikeDungeonCardGachaRspOrBuilder

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

public static interface DoRoguelikeDungeonCardGachaRspOuterClass.DoRoguelikeDungeonCardGachaRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getCardList(int index)
    repeated uint32 card_list = 15;
    int
    repeated uint32 card_list = 15;
    repeated uint32 card_list = 15;
    boolean
    bool is_can_refresh = 6;
    int
    int32 retcode = 11;

    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 = 11;
      Returns:
      The retcode.
    • getIsCanRefresh

      boolean getIsCanRefresh()
      bool is_can_refresh = 6;
      Returns:
      The isCanRefresh.
    • getCardListList

      List<Integer> getCardListList()
      repeated uint32 card_list = 15;
      Returns:
      A list containing the cardList.
    • getCardListCount

      int getCardListCount()
      repeated uint32 card_list = 15;
      Returns:
      The count of cardList.
    • getCardList

      int getCardList(int index)
      repeated uint32 card_list = 15;
      Parameters:
      index - The index of the element to return.
      Returns:
      The cardList at the given index.