Interface TweetUserMentionsOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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 = 5 [json_name = "indices"];
      int getIndicesCount()
      repeated int32 indices = 5 [json_name = "indices"];
      java.util.List<java.lang.Integer> getIndicesList()
      repeated int32 indices = 5 [json_name = "indices"];
      java.lang.String getName()
      string name = 3 [json_name = "name"];
      com.google.protobuf.ByteString getNameBytes()
      string name = 3 [json_name = "name"];
      java.lang.String getScreenName()
      string screen_name = 4 [json_name = "screenName"];
      com.google.protobuf.ByteString getScreenNameBytes()
      string screen_name = 4 [json_name = "screenName"];
      • 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.
      • getName

        java.lang.String getName()
        string name = 3 [json_name = "name"];
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 3 [json_name = "name"];
        Returns:
        The bytes for name.
      • getScreenName

        java.lang.String getScreenName()
        string screen_name = 4 [json_name = "screenName"];
        Returns:
        The screenName.
      • getScreenNameBytes

        com.google.protobuf.ByteString getScreenNameBytes()
        string screen_name = 4 [json_name = "screenName"];
        Returns:
        The bytes for screenName.
      • getIndicesList

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

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

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