Interface TweetMediaOrBuilder

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

    public interface TweetMediaOrBuilder
    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 = 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 = 14 [json_name = "indices"];
      int getIndicesCount()
      repeated int32 indices = 14 [json_name = "indices"];
      java.util.List<java.lang.Integer> getIndicesList()
      repeated int32 indices = 14 [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 = 13 [json_name = "sizes"];
      long getSourceStatusId()
      int64 source_status_id = 11 [json_name = "sourceStatusId"];
      java.lang.String getSourceStatusIdStr()
      string source_status_id_str = 12 [json_name = "sourceStatusIdStr"];
      com.google.protobuf.ByteString getSourceStatusIdStrBytes()
      string source_status_id_str = 12 [json_name = "sourceStatusIdStr"];
      long getSourceUserId()
      int64 source_user_id = 9 [json_name = "sourceUserId"];
      java.lang.String getSourceUserIdStr()
      string source_user_id_str = 10 [json_name = "sourceUserIdStr"];
      com.google.protobuf.ByteString getSourceUserIdStrBytes()
      string source_user_id_str = 10 [json_name = "sourceUserIdStr"];
      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"];
      boolean hasSizes()
      .streamlayer.social.TweetMediaSizes sizes = 13 [json_name = "sizes"];
      • 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.
      • getSourceUserId

        long getSourceUserId()
        int64 source_user_id = 9 [json_name = "sourceUserId"];
        Returns:
        The sourceUserId.
      • getSourceUserIdStr

        java.lang.String getSourceUserIdStr()
        string source_user_id_str = 10 [json_name = "sourceUserIdStr"];
        Returns:
        The sourceUserIdStr.
      • getSourceUserIdStrBytes

        com.google.protobuf.ByteString getSourceUserIdStrBytes()
        string source_user_id_str = 10 [json_name = "sourceUserIdStr"];
        Returns:
        The bytes for sourceUserIdStr.
      • getSourceStatusId

        long getSourceStatusId()
        int64 source_status_id = 11 [json_name = "sourceStatusId"];
        Returns:
        The sourceStatusId.
      • getSourceStatusIdStr

        java.lang.String getSourceStatusIdStr()
        string source_status_id_str = 12 [json_name = "sourceStatusIdStr"];
        Returns:
        The sourceStatusIdStr.
      • getSourceStatusIdStrBytes

        com.google.protobuf.ByteString getSourceStatusIdStrBytes()
        string source_status_id_str = 12 [json_name = "sourceStatusIdStr"];
        Returns:
        The bytes for sourceStatusIdStr.
      • hasSizes

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

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

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

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

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