Interface CommonPlayerTipsNotifyOuterClass.CommonPlayerTipsNotifyOrBuilder

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

public static interface CommonPlayerTipsNotifyOuterClass.CommonPlayerTipsNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 notify_type = 15;
    getTextMapIdList(int index)
    repeated string text_map_id_list = 8;
    com.google.protobuf.ByteString
    repeated string text_map_id_list = 8;
    int
    repeated string text_map_id_list = 8;
    repeated string text_map_id_list = 8;

    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

    • getNotifyType

      int getNotifyType()
      uint32 notify_type = 15;
      Returns:
      The notifyType.
    • getTextMapIdListList

      List<String> getTextMapIdListList()
      repeated string text_map_id_list = 8;
      Returns:
      A list containing the textMapIdList.
    • getTextMapIdListCount

      int getTextMapIdListCount()
      repeated string text_map_id_list = 8;
      Returns:
      The count of textMapIdList.
    • getTextMapIdList

      String getTextMapIdList(int index)
      repeated string text_map_id_list = 8;
      Parameters:
      index - The index of the element to return.
      Returns:
      The textMapIdList at the given index.
    • getTextMapIdListBytes

      com.google.protobuf.ByteString getTextMapIdListBytes(int index)
      repeated string text_map_id_list = 8;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the textMapIdList at the given index.