Interface TweetHashtagsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    TweetHashtags, TweetHashtags.Builder

    public interface TweetHashtagsOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getIndices​(int index)
      repeated int32 indices = 2 [json_name = "indices"];
      int getIndicesCount()
      repeated int32 indices = 2 [json_name = "indices"];
      java.util.List<java.lang.Integer> getIndicesList()
      repeated int32 indices = 2 [json_name = "indices"];
      java.lang.String getText()
      string text = 1 [json_name = "text"];
      com.google.protobuf.ByteString getTextBytes()
      string text = 1 [json_name = "text"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getText

        java.lang.String getText()
        string text = 1 [json_name = "text"];
        Returns:
        The text.
      • getTextBytes

        com.google.protobuf.ByteString getTextBytes()
        string text = 1 [json_name = "text"];
        Returns:
        The bytes for text.
      • getIndicesList

        java.util.List<java.lang.Integer> getIndicesList()
        repeated int32 indices = 2 [json_name = "indices"];
        Returns:
        A list containing the indices.
      • getIndicesCount

        int getIndicesCount()
        repeated int32 indices = 2 [json_name = "indices"];
        Returns:
        The count of indices.
      • getIndices

        int getIndices​(int index)
        repeated int32 indices = 2 [json_name = "indices"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The indices at the given index.