Interface ChatEmojiCollectionDataOuterClass.ChatEmojiCollectionDataOrBuilder

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

public static interface ChatEmojiCollectionDataOuterClass.ChatEmojiCollectionDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getEmojiIdList(int index)
    repeated uint32 emoji_id_list = 1;
    int
    repeated uint32 emoji_id_list = 1;
    repeated uint32 emoji_id_list = 1;

    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

    • getEmojiIdListList

      List<Integer> getEmojiIdListList()
      repeated uint32 emoji_id_list = 1;
      Returns:
      A list containing the emojiIdList.
    • getEmojiIdListCount

      int getEmojiIdListCount()
      repeated uint32 emoji_id_list = 1;
      Returns:
      The count of emojiIdList.
    • getEmojiIdList

      int getEmojiIdList(int index)
      repeated uint32 emoji_id_list = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The emojiIdList at the given index.