toggle menu
qwsdk
1.1.1
jvm
switch theme
search in API
qwsdk
/
com.qwsdk.vastgui.entity.tropical.list
/
StormList
Storm
List
@
Serializable
data
class
StormList
(
val
code
:
String
,
val
fxLink
:
String
?
=
null
,
val
refer
:
Refer
=
Refer()
,
val
storm
:
List
<
StormList.Storm
>
=
emptyList()
,
val
updateTime
:
String
?
=
null
)
:
QWSdkResponse
(
source
)
台风列表
Members
Constructors
Storm
List
Link copied to clipboard
constructor
(
code
:
String
,
fxLink
:
String
?
=
null
,
refer
:
Refer
=
Refer()
,
storm
:
List
<
StormList.Storm
>
=
emptyList()
,
updateTime
:
String
?
=
null
)
Types
Storm
Link copied to clipboard
@
Serializable
data
class
Storm
(
val
isActive
:
String
,
val
basin
:
String
,
val
id
:
String
,
val
name
:
String
,
val
year
:
String
)
台风列表
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
。
storm
Link copied to clipboard
val
storm
:
List
<
StormList.Storm
>
参考
Storm
。
update
Time
Link copied to clipboard
val
updateTime
:
String
?
=
null
当前
API的最近更新时间
。