vz-api
1.0.0
ps
/
com.keygenqt.ps.db.models
/
ArticleEntity
Article
Entity
class
ArticleEntity
(
id
:
EntityID
<
Int
>
)
:
IntEntity
Content copied to clipboard
Exposed entity
Types
Constructors
Properties
Extensions
Constructors
Article
Entity
Link copied to clipboard
fun
ArticleEntity
(
id
:
EntityID
<
Int
>
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
:
IntSubQueryEntityClass
<
ArticleEntity
>
Content copied to clipboard
Properties
category
Link copied to clipboard
var
category
:
ArticleCategory
Content copied to clipboard
content
Link copied to clipboard
var
content
:
String
Content copied to clipboard
content
Ru
Link copied to clipboard
var
contentRu
:
String
?
Content copied to clipboard
create
At
Link copied to clipboard
var
createAt
:
Long
Content copied to clipboard
description
Link copied to clipboard
var
description
:
String
Content copied to clipboard
description
Ru
Link copied to clipboard
var
descriptionRu
:
String
?
Content copied to clipboard
is
Like
Link copied to clipboard
val
isLike
:
Boolean
Content copied to clipboard
is
Published
Link copied to clipboard
var
isPublished
:
Boolean
Content copied to clipboard
list
Image
Link copied to clipboard
var
listImage
:
String
Content copied to clipboard
title
Link copied to clipboard
var
title
:
String
Content copied to clipboard
title
Ru
Link copied to clipboard
var
titleRu
:
String
?
Content copied to clipboard
type
Link copied to clipboard
var
type
:
ArticleType
Content copied to clipboard
update
At
Link copied to clipboard
var
updateAt
:
Long
Content copied to clipboard
uploads
Link copied to clipboard
var
uploads
:
SizedIterable
<
UploadEntity
>
Content copied to clipboard
url
Link copied to clipboard
var
url
:
String
Content copied to clipboard
view
Image
Link copied to clipboard
var
viewImage
:
String
Content copied to clipboard
Extensions
to
Article
Link copied to clipboard
fun
ArticleEntity
.
toArticle
(
)
:
Article
Content copied to clipboard
Convert to model