vz-api
1.0.0
ps
/
com.keygenqt.ps.db.models
/
VideoEntity
Video
Entity
class
VideoEntity
(
id
:
EntityID
<
Int
>
)
:
IntEntity
Content copied to clipboard
Exposed entity
Types
Constructors
Properties
Extensions
Constructors
Video
Entity
Link copied to clipboard
fun
VideoEntity
(
id
:
EntityID
<
Int
>
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
:
IntSubQueryEntityClass
<
VideoEntity
>
Content copied to clipboard
Properties
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
image
Link copied to clipboard
var
image
:
String
Content copied to clipboard
is
Published
Link copied to clipboard
var
isPublished
:
Boolean
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
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
Extensions
to
Video
Link copied to clipboard
fun
VideoEntity
.
toVideo
(
)
:
Video
Content copied to clipboard
Convert to model