|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttwitter4j.TwitterResponseImpl
abstract class TwitterResponseImpl
Super interface of Twitter Response data interfaces which indicates that rate limit status is avaialble.
DirectMessage
,
Status
,
User
Field Summary | |
---|---|
private RateLimitStatus |
rateLimitStatus
|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
TwitterResponseImpl()
|
|
TwitterResponseImpl(twitter4j.internal.http.HttpResponse res)
|
Method Summary | |
---|---|
RateLimitStatus |
getRateLimitStatus()
Returns the current rate limit status if available. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private transient RateLimitStatus rateLimitStatus
private static final long serialVersionUID
Constructor Detail |
---|
public TwitterResponseImpl()
public TwitterResponseImpl(twitter4j.internal.http.HttpResponse res)
Method Detail |
---|
public RateLimitStatus getRateLimitStatus()
getRateLimitStatus
in interface TwitterResponse
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |