Package twitter4j.v1

Interface Trend

All Superinterfaces:
Serializable

public interface Trend extends Serializable
A data interface representing Trend.
Since:
Twitter4J 2.0.2
  • Method Details

    • getName

      String getName()
      Returns:
      name
    • getURL

      String getURL()
      Returns:
      url
    • getQuery

      String getQuery()
      Returns:
      query
    • getTweetVolume

      int getTweetVolume()
      The tweet volume for the last 24 hours if available, -1 otherwise.
      Returns:
      The tweet volume for the last 24 hours if available, -1 otherwise.