| Field | Setter Type | Getter Type | Required | Description |
|---|---|---|---|---|
code |
@Nullable long | Optional<long> | ➖ | HTTP status code |
msg |
@Nullable String | Optional<String> | ➖ | Response message |
data |
List<UserTweetItem> | List<UserTweetItem> | ✔️ | All fetched tweets. |
totalFetchedCount |
long | long | ✔️ | Total number of tweets fetched across pages. |
pageCount |
long | long | ✔️ | Number of pages fetched. |