Interface TweetUrlsOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDisplayUrl()
      string display_url = 2 [json_name = "displayUrl"];
      com.google.protobuf.ByteString getDisplayUrlBytes()
      string display_url = 2 [json_name = "displayUrl"];
      java.lang.String getExpandedUrl()
      string expanded_url = 3 [json_name = "expandedUrl"];
      com.google.protobuf.ByteString getExpandedUrlBytes()
      string expanded_url = 3 [json_name = "expandedUrl"];
      int getIndices​(int index)
      repeated int32 indices = 4 [json_name = "indices"];
      int getIndicesCount()
      repeated int32 indices = 4 [json_name = "indices"];
      java.util.List<java.lang.Integer> getIndicesList()
      repeated int32 indices = 4 [json_name = "indices"];
      java.lang.String getUrl()
      string url = 1 [json_name = "url"];
      com.google.protobuf.ByteString getUrlBytes()
      string url = 1 [json_name = "url"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getUrl

        java.lang.String getUrl()
        string url = 1 [json_name = "url"];
        Returns:
        The url.
      • getUrlBytes

        com.google.protobuf.ByteString getUrlBytes()
        string url = 1 [json_name = "url"];
        Returns:
        The bytes for url.
      • getDisplayUrl

        java.lang.String getDisplayUrl()
        string display_url = 2 [json_name = "displayUrl"];
        Returns:
        The displayUrl.
      • getDisplayUrlBytes

        com.google.protobuf.ByteString getDisplayUrlBytes()
        string display_url = 2 [json_name = "displayUrl"];
        Returns:
        The bytes for displayUrl.
      • getExpandedUrl

        java.lang.String getExpandedUrl()
        string expanded_url = 3 [json_name = "expandedUrl"];
        Returns:
        The expandedUrl.
      • getExpandedUrlBytes

        com.google.protobuf.ByteString getExpandedUrlBytes()
        string expanded_url = 3 [json_name = "expandedUrl"];
        Returns:
        The bytes for expandedUrl.
      • getIndicesList

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

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

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