twitter4j
Class Trends

java.lang.Object
  extended by twitter4j.TwitterResponse
      extended by twitter4j.Trends
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Trends>

public class Trends
extends TwitterResponse
implements java.lang.Comparable<Trends>

A data class representing Treands.

Since:
Twitter4J 2.0.2
Author:
Yusuke Yamamoto - yusuke at mac.com
See Also:
Serialized Form

Method Summary
 int compareTo(Trends that)
           
 java.util.Date getAsOf()
           
 java.util.Date getTrendAt()
           
 Trend[] getTrends()
           
 
Methods inherited from class twitter4j.TwitterResponse
ensureRootNodeNameIs, ensureRootNodeNameIs, ensureRootNodeNameIs, getBoolean, getChildBoolean, getChildDate, getChildDate, getChildInt, getChildLong, getChildText, getInt, getLong, getRateLimitLimit, getRateLimitRemaining, getRateLimitReset, getString, getTextContent, isRootNodeNilClasses, parseDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

compareTo

public int compareTo(Trends that)
Specified by:
compareTo in interface java.lang.Comparable<Trends>

getTrends

public Trend[] getTrends()

getAsOf

public java.util.Date getAsOf()

getTrendAt

public java.util.Date getTrendAt()


Copyright © 2009. All Rights Reserved.