| Field | Setter Type | Getter Type | Required | Description | Example |
|---|---|---|---|---|---|
code |
@Nullable long | Optional<long> | ➖ | HTTP status code | |
msg |
@Nullable String | Optional<String> | ➖ | Response message | |
data |
List<UserTweetItem> | List<UserTweetItem> | ✔️ | Current page tweet items. | |
hasNextPage |
boolean | boolean | ✔️ | Whether another page is available. | |
nextCursor |
@Nullable String | JsonNullable<String> | ➖ | Use this cursor to fetch the next page when has_next_page is true. Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null. |
DAAHCgABHFeD5h9__-cLAAIAAAATMjAzODIzMzA5NTM4ODY4MDU5NAgAAwAAAAIAAA |
requestedCount |
long | long | ✔️ | Original count requested by the client. | |
effectiveCount |
long | long | ✔️ | Count after credit throttling was applied. | |
parsedCount |
long | long | ✔️ | Number of tweets actually parsed from the response. |