| java.lang.Object | |
| ↳ | chan.content.ChanPerformer.ReadThreadsResult |
Result holder for onReadThreads(ReadThreadsData).
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for | |||||||||||
Constructor for | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Stores board speed value (number of posts per hour) in this result. | |||||||||||
Stores | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Constructor for ChanPerformer.ReadThreadsResult.
| Parameters | |
|---|---|
threads |
Posts:
Array of Posts.
|
Constructor for ChanPerformer.ReadThreadsResult.
| Parameters | |
|---|---|
threads |
Collection:
Collection of Posts.
|
Stores board speed value (number of posts per hour) in this result.
| Parameters | |
|---|---|
boardSpeed |
int:
Number of posts per hour. |
| Returns | |
|---|---|
ChanPerformer.ReadThreadsResult |
This object. |
Stores validator in this result. By default client will call getValidator()
after the last request. This can be useful if you want to store validator from intermediate request.
| Parameters | |
|---|---|
validator |
HttpValidator:
HttpValidator instance. |
| Returns | |
|---|---|
ChanPerformer.ReadThreadsResult |
This object. |