java.lang.Object |
↳ |
chan.content.ChanPerformer.ReadPostsCountResult |
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
ChanPerformer.ReadPostsCountResult
(int postsCount)
Public Methods
Stores validator
in this cache. By default client will call getValidator()
after the last request. This can be useful if you want to store validator from intermediate request.