models
Video
case class
Video
(
id:
UUID
,
translated_id:
UUID
,
version:
Long
=
0
,
title:
String
,
slug:
String
,
description:
String
,
long_description:
String
,
content_type:
String
=
"video"
,
primary_tag:
String
,
starred:
Integer
=
scala.this.Predef.int2Integer(9)
,
video_type:
String
,
video_url:
String
,
status:
Integer
=
scala.this.Predef.int2Integer(1)
,
createdAt:
Option
[
com.github.nscala_time.time.Imports.DateTime
] =
scala.None
,
updatedAt:
Option
[
com.github.nscala_time.time.Imports.DateTime
] =
scala.None
)
extends
Content
with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
Content
,
Model
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
Video
Serializable
Serializable
Product
Equals
Content
Model
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
Video
(
id:
UUID
,
translated_id:
UUID
,
version:
Long
=
0
,
title:
String
,
slug:
String
,
description:
String
,
long_description:
String
,
content_type:
String
=
"video"
,
primary_tag:
String
,
starred:
Integer
=
scala.this.Predef.int2Integer(9)
,
video_type:
String
,
video_url:
String
,
status:
Integer
=
scala.this.Predef.int2Integer(1)
,
createdAt:
Option
[
com.github.nscala_time.time.Imports.DateTime
] =
scala.None
,
updatedAt:
Option
[
com.github.nscala_time.time.Imports.DateTime
] =
scala.None
)
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
content_type
:
String
Definition Classes
Video
→
Content
val
createdAt
:
Option
[
com.github.nscala_time.time.Imports.DateTime
]
Definition Classes
Video
→
Model
val
description
:
String
Definition Classes
Video
→
Content
def
duplicate
()
:
Content
Definition Classes
Video
→
Content
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
id
:
UUID
Definition Classes
Video
→
Model
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
long_description
:
String
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
primary_tag
:
String
Definition Classes
Video
→
Content
val
slug
:
String
Definition Classes
Video
→
Content
val
starred
:
Integer
Definition Classes
Video
→
Content
val
status
:
Integer
Definition Classes
Video
→
Model
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
title
:
String
Definition Classes
Video
→
Content
val
translated_id
:
UUID
Definition Classes
Video
→
Content
val
updatedAt
:
Option
[
com.github.nscala_time.time.Imports.DateTime
]
Definition Classes
Video
→
Model
val
version
:
Long
Definition Classes
Video
→
Model
val
video_type
:
String
val
video_url
:
String
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
Content
Inherited from
Model
Inherited from
AnyRef
Inherited from
Any
Ungrouped