toggle menu
qwsdk
1.1.1
jvm
switch theme
search in API
qwsdk
/
com.qwsdk.vastgui.entity.astronomy
/
Sun
Sun
@
Serializable
data
class
Sun
(
val
code
:
String
,
val
fxLink
:
String
?
=
null
,
val
refer
:
Refer
=
Refer()
,
val
sunrise
:
String
?
=
null
,
val
sunset
:
String
?
=
null
,
val
updateTime
:
String
?
=
null
)
:
QWSdkResponse
(
source
)
日出日落
Members
Constructors
Sun
Link copied to clipboard
constructor
(
code
:
String
,
fxLink
:
String
?
=
null
,
refer
:
Refer
=
Refer()
,
sunrise
:
String
?
=
null
,
sunset
:
String
?
=
null
,
updateTime
:
String
?
=
null
)
Properties
code
Link copied to clipboard
open
override
val
code
:
String
请参考
状态码
。
fx
Link
Link copied to clipboard
val
fxLink
:
String
?
=
null
当前数据的响应式页面,便于嵌入网站或应用。
refer
Link copied to clipboard
val
refer
:
Refer
参考
Refer
。
sunrise
Link copied to clipboard
val
sunrise
:
String
?
=
null
日出时间
,在高纬度地区可能为空。
sunset
Link copied to clipboard
val
sunset
:
String
?
=
null
日落时间
,在高纬度地区可能为空。
update
Time
Link copied to clipboard
val
updateTime
:
String
?
=
null
当前
API的最近更新时间
。