Package kmtt.models.entry

Types

Link copied to clipboard
data class Entry(id: Long?, title: String?, webviewUrl: String?, entryContent: EntryContent?, date: Long?, dateRFC: String?, lastModificationDate: Long?, author: Author?, type: Int?, intro: String?, cover: Cover?, introInFeed: String?, similar: List<Similar>?, hitsCount: Long?, likes: Likes?, commentsPreview: List<Comment>?, commentsCount: Int?, favoritesCount: Int?, isFavorited: Boolean?, isEnabledLikes: Boolean?, isEnabledComments: Boolean?, isEditorial: Boolean?, isPinned: Boolean?, audioUrl: String?, badges: List<Badge>?, commentatorsAvatars: List<String>?, subsite: Subsite?, hotness: Double?, subscribedToTreads: Boolean?, blocks: List<EntryBlock>?, canEdit: Boolean?, dateFavorite: Long?, isRepost: Boolean?, isPromoted: Boolean?, repost: EntryRepost?, commentsSeenCount: EntryCommentsSeenCount?, etcControls: EtcControls?, isShowThanks: Boolean?, isStillUpdating: Boolean?, isFilledByEditors: Boolean?, coAuthor: Subsite?)
Link copied to clipboard
data class EntryBlock(type: String?, data: JsonObject?, cover: Boolean?, anchor: String?)
Link copied to clipboard
data class EntryCommentsSeenCount(count: Long?, date: Long?)
Link copied to clipboard
data class EntryComplaintError(message: String?, error: EntryComplaintErrorError?)
Link copied to clipboard
data class EntryComplaintErrorError(code: Int?, info: JsonObject?)
Link copied to clipboard
data class EntryContent(html: String?, version: String?)
Link copied to clipboard
data class EntryLayout(html: String?, version: String?)
Link copied to clipboard
data class EntryRepost(author: Subsite?)