Interface TweetExtendedMediaOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      TweetExtendedMedia.TweetAdditionalMediaInfo getAdditionalMediaInfo()
      .streamlayer.social.TweetExtendedMedia.TweetAdditionalMediaInfo additional_media_info = 12 [json_name = "additionalMediaInfo"];
      java.lang.String getDisplayUrl()
      string display_url = 6 [json_name = "displayUrl"];
      com.google.protobuf.ByteString getDisplayUrlBytes()
      string display_url = 6 [json_name = "displayUrl"];
      java.lang.String getExpandedUrl()
      string expanded_url = 7 [json_name = "expandedUrl"];
      com.google.protobuf.ByteString getExpandedUrlBytes()
      string expanded_url = 7 [json_name = "expandedUrl"];
      long getId()
      int64 id = 1 [json_name = "id"];
      java.lang.String getIdStr()
      string id_str = 2 [json_name = "idStr"];
      com.google.protobuf.ByteString getIdStrBytes()
      string id_str = 2 [json_name = "idStr"];
      int getIndices​(int index)
      repeated int32 indices = 10 [json_name = "indices"];
      int getIndicesCount()
      repeated int32 indices = 10 [json_name = "indices"];
      java.util.List<java.lang.Integer> getIndicesList()
      repeated int32 indices = 10 [json_name = "indices"];
      java.lang.String getMediaUrl()
      string media_url = 5 [json_name = "mediaUrl"];
      com.google.protobuf.ByteString getMediaUrlBytes()
      string media_url = 5 [json_name = "mediaUrl"];
      java.lang.String getMediaUrlHttps()
      string media_url_https = 8 [json_name = "mediaUrlHttps"];
      com.google.protobuf.ByteString getMediaUrlHttpsBytes()
      string media_url_https = 8 [json_name = "mediaUrlHttps"];
      TweetMediaSizes getSizes()
      .streamlayer.social.TweetMediaSizes sizes = 9 [json_name = "sizes"];
      java.lang.String getType()
      string type = 3 [json_name = "type"];
      com.google.protobuf.ByteString getTypeBytes()
      string type = 3 [json_name = "type"];
      java.lang.String getUrl()
      string url = 4 [json_name = "url"];
      com.google.protobuf.ByteString getUrlBytes()
      string url = 4 [json_name = "url"];
      TweetMediaVideoInfo getVideoInfo()
      .streamlayer.social.TweetMediaVideoInfo video_info = 11 [json_name = "videoInfo"];
      boolean hasAdditionalMediaInfo()
      .streamlayer.social.TweetExtendedMedia.TweetAdditionalMediaInfo additional_media_info = 12 [json_name = "additionalMediaInfo"];
      boolean hasSizes()
      .streamlayer.social.TweetMediaSizes sizes = 9 [json_name = "sizes"];
      boolean hasVideoInfo()
      .streamlayer.social.TweetMediaVideoInfo video_info = 11 [json_name = "videoInfo"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getId

        long getId()
        int64 id = 1 [json_name = "id"];
        Returns:
        The id.
      • getIdStr

        java.lang.String getIdStr()
        string id_str = 2 [json_name = "idStr"];
        Returns:
        The idStr.
      • getIdStrBytes

        com.google.protobuf.ByteString getIdStrBytes()
        string id_str = 2 [json_name = "idStr"];
        Returns:
        The bytes for idStr.
      • getType

        java.lang.String getType()
        string type = 3 [json_name = "type"];
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        string type = 3 [json_name = "type"];
        Returns:
        The bytes for type.
      • getUrl

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

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

        java.lang.String getMediaUrl()
        string media_url = 5 [json_name = "mediaUrl"];
        Returns:
        The mediaUrl.
      • getMediaUrlBytes

        com.google.protobuf.ByteString getMediaUrlBytes()
        string media_url = 5 [json_name = "mediaUrl"];
        Returns:
        The bytes for mediaUrl.
      • getDisplayUrl

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

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

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

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

        java.lang.String getMediaUrlHttps()
        string media_url_https = 8 [json_name = "mediaUrlHttps"];
        Returns:
        The mediaUrlHttps.
      • getMediaUrlHttpsBytes

        com.google.protobuf.ByteString getMediaUrlHttpsBytes()
        string media_url_https = 8 [json_name = "mediaUrlHttps"];
        Returns:
        The bytes for mediaUrlHttps.
      • hasSizes

        boolean hasSizes()
        .streamlayer.social.TweetMediaSizes sizes = 9 [json_name = "sizes"];
        Returns:
        Whether the sizes field is set.
      • getSizes

        TweetMediaSizes getSizes()
        .streamlayer.social.TweetMediaSizes sizes = 9 [json_name = "sizes"];
        Returns:
        The sizes.
      • getIndicesList

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

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

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

        boolean hasVideoInfo()
        .streamlayer.social.TweetMediaVideoInfo video_info = 11 [json_name = "videoInfo"];
        Returns:
        Whether the videoInfo field is set.
      • getVideoInfo

        TweetMediaVideoInfo getVideoInfo()
        .streamlayer.social.TweetMediaVideoInfo video_info = 11 [json_name = "videoInfo"];
        Returns:
        The videoInfo.
      • hasAdditionalMediaInfo

        boolean hasAdditionalMediaInfo()
        .streamlayer.social.TweetExtendedMedia.TweetAdditionalMediaInfo additional_media_info = 12 [json_name = "additionalMediaInfo"];
        Returns:
        Whether the additionalMediaInfo field is set.
      • getAdditionalMediaInfo

        TweetExtendedMedia.TweetAdditionalMediaInfo getAdditionalMediaInfo()
        .streamlayer.social.TweetExtendedMedia.TweetAdditionalMediaInfo additional_media_info = 12 [json_name = "additionalMediaInfo"];
        Returns:
        The additionalMediaInfo.