Interface GetAllUnlockNameCardRspOuterClass.GetAllUnlockNameCardRspOrBuilder

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

public static interface GetAllUnlockNameCardRspOuterClass.GetAllUnlockNameCardRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getNameCardList(int index)
    repeated uint32 name_card_list = 13;
    int
    repeated uint32 name_card_list = 13;
    repeated uint32 name_card_list = 13;
    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

    • getRetcode

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

      List<Integer> getNameCardListList()
      repeated uint32 name_card_list = 13;
      Returns:
      A list containing the nameCardList.
    • getNameCardListCount

      int getNameCardListCount()
      repeated uint32 name_card_list = 13;
      Returns:
      The count of nameCardList.
    • getNameCardList

      int getNameCardList(int index)
      repeated uint32 name_card_list = 13;
      Parameters:
      index - The index of the element to return.
      Returns:
      The nameCardList at the given index.