Interface GetTweetResponse.GetTweetResponseDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Tweet getAttributes()
      tweet properties
      java.lang.String getId()
      tweet id
      com.google.protobuf.ByteString getIdBytes()
      tweet id
      java.lang.String getType()
      type is always "tweet"
      com.google.protobuf.ByteString getTypeBytes()
      type is always "tweet"
      boolean hasAttributes()
      tweet properties
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getId

        java.lang.String getId()
         tweet id
         
        string id = 1 [json_name = "id"];
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         tweet id
         
        string id = 1 [json_name = "id"];
        Returns:
        The bytes for id.
      • getType

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

        com.google.protobuf.ByteString getTypeBytes()
         type is always "tweet"
         
        string type = 2 [json_name = "type"];
        Returns:
        The bytes for type.
      • hasAttributes

        boolean hasAttributes()
         tweet properties
         
        .streamlayer.social.Tweet attributes = 3 [json_name = "attributes"];
        Returns:
        Whether the attributes field is set.
      • getAttributes

        Tweet getAttributes()
         tweet properties
         
        .streamlayer.social.Tweet attributes = 3 [json_name = "attributes"];
        Returns:
        The attributes.