nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.ext.mediaplayer
/
Song
Song
data
class
Song
(
val
category
:
String
,
val
theme
:
String
?
,
val
genre
:
Array
<
String
>
?
,
val
artist
:
Array
<
String
>
,
val
album
:
String
?
,
val
title
:
String
?
,
val
duration
:
String
?
,
val
issueDate
:
String
?
,
val
etc
:
JsonObject
?
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Song
Link copied to clipboard
fun
Song
(
category
:
String
,
theme
:
String
?
,
genre
:
Array
<
String
>
?
,
artist
:
Array
<
String
>
,
album
:
String
?
,
title
:
String
?
,
duration
:
String
?
,
issueDate
:
String
?
,
etc
:
JsonObject
?
)
Content copied to clipboard
Functions
to
Json
Link copied to clipboard
fun
toJson
(
)
:
JsonElement
Content copied to clipboard
Properties
album
Link copied to clipboard
@
SerializedName
(
value
=
"album"
)
val
album
:
String
?
Content copied to clipboard
artist
Link copied to clipboard
@
SerializedName
(
value
=
"artist"
)
val
artist
:
Array
<
String
>
Content copied to clipboard
category
Link copied to clipboard
@
SerializedName
(
value
=
"category"
)
val
category
:
String
Content copied to clipboard
duration
Link copied to clipboard
@
SerializedName
(
value
=
"duration"
)
val
duration
:
String
?
Content copied to clipboard
etc
Link copied to clipboard
@
SerializedName
(
value
=
"etc"
)
val
etc
:
JsonObject
?
Content copied to clipboard
genre
Link copied to clipboard
@
SerializedName
(
value
=
"genre"
)
val
genre
:
Array
<
String
>
?
Content copied to clipboard
issue
Date
Link copied to clipboard
@
SerializedName
(
value
=
"issueDate"
)
val
issueDate
:
String
?
Content copied to clipboard
theme
Link copied to clipboard
@
SerializedName
(
value
=
"theme"
)
val
theme
:
String
?
Content copied to clipboard
title
Link copied to clipboard
@
SerializedName
(
value
=
"title"
)
val
title
:
String
?
Content copied to clipboard