Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 18.8 KB

File metadata and controls

34 lines (31 loc) · 18.8 KB

XArticleModel

Fields

Field Setter Type Getter Type Required Description
tweetId @Nullable String JsonNullable<String> The ID of the tweet
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
fullText @Nullable String JsonNullable<String> The full text of the article tweet
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
createdAt @Nullable String JsonNullable<String> The creation time
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
lang @Nullable String JsonNullable<String> The language
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
bookmarkCount @Nullable long JsonNullable<long> Bookmark count
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
favoriteCount @Nullable long JsonNullable<long> Favorite count
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
replyCount @Nullable long JsonNullable<long> Reply count
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
retweetCount @Nullable long JsonNullable<long> Retweet count
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
quoteCount @Nullable long JsonNullable<long> Quote count
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
viewCount @Nullable String JsonNullable<String> View count
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
viewCountState @Nullable String JsonNullable<String> View count state
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
conversationId @Nullable String JsonNullable<String> Conversation ID
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
authorUserId @Nullable String JsonNullable<String> Author user ID
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
authorScreenName @Nullable String JsonNullable<String> Author screen name
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
authorName @Nullable String JsonNullable<String> Author name
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
authorIsBlueVerified @Nullable boolean JsonNullable<boolean> Whether author is blue verified
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
authorVerified @Nullable boolean JsonNullable<boolean> Whether author is verified
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
authorIsVerifiedOrganizationAffiliate @Nullable boolean JsonNullable<boolean> Whether author is verified organization
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
articleId @Nullable String JsonNullable<String> Article ID
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
articleTitle @Nullable String JsonNullable<String> Article title
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
articlePreviewText @Nullable String JsonNullable<String> Article preview text
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
articleSummaryText @Nullable String JsonNullable<String> Article summary text
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
articleCoverImageUrl @Nullable String JsonNullable<String> Article cover image URL
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
articleBlocks @Nullable List<ArticleBlock> Optional<List<ArticleBlock>> Article formatting blocks
articlePlainText @Nullable String JsonNullable<String> Article plain text
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
articleMarkdown @Nullable String JsonNullable<String> Article markdown
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
articleMediaImageUrls @Nullable List<String> Optional<List<String>> Article media image URLs