Interface GetFriendShowNameCardInfoRspOuterClass.GetFriendShowNameCardInfoRspOrBuilder

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

public static interface GetFriendShowNameCardInfoRspOuterClass.GetFriendShowNameCardInfoRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    int32 retcode = 2;
    int
    repeated uint32 show_name_card_id_list = 10;
    int
    repeated uint32 show_name_card_id_list = 10;
    repeated uint32 show_name_card_id_list = 10;
    int
    uint32 uid = 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

    • getShowNameCardIdListList

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

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

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

      int getUid()
      uint32 uid = 14;
      Returns:
      The uid.
    • getRetcode

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