Interface UpdatePlayerShowNameCardListReqOuterClass.UpdatePlayerShowNameCardListReqOrBuilder

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

public static interface UpdatePlayerShowNameCardListReqOuterClass.UpdatePlayerShowNameCardListReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    repeated uint32 show_name_card_id_list = 6;
    int
    repeated uint32 show_name_card_id_list = 6;
    repeated uint32 show_name_card_id_list = 6;

    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

    • getShowNameCardIdListList

      List<Integer> getShowNameCardIdListList()
      repeated uint32 show_name_card_id_list = 6;
      Returns:
      A list containing the showNameCardIdList.
    • getShowNameCardIdListCount

      int getShowNameCardIdListCount()
      repeated uint32 show_name_card_id_list = 6;
      Returns:
      The count of showNameCardIdList.
    • getShowNameCardIdList

      int getShowNameCardIdList(int index)
      repeated uint32 show_name_card_id_list = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The showNameCardIdList at the given index.