toggle menu
qwsdk
1.1.1
jvm
switch theme
search in API
qwsdk
/
com.qwsdk.vastgui.entity.tropical.forecast
/
StormForecast
Storm
Forecast
@
Serializable
data
class
StormForecast
(
val
code
:
String
,
val
forecast
:
List
<
StormForecast.Forecast
>
=
emptyList()
,
val
fxLink
:
String
?
=
null
,
val
refer
:
Refer
=
Refer()
,
val
updateTime
:
String
?
=
null
)
:
QWSdkResponse
(
source
)
台风预报
Members
Constructors
Storm
Forecast
Link copied to clipboard
constructor
(
code
:
String
,
forecast
:
List
<
StormForecast.Forecast
>
=
emptyList()
,
fxLink
:
String
?
=
null
,
refer
:
Refer
=
Refer()
,
updateTime
:
String
?
=
null
)
Types
Forecast
Link copied to clipboard
@
Serializable
data
class
Forecast
(
val
fxTime
:
String
,
val
lat
:
String
,
val
lon
:
String
,
val
move360
:
String
,
val
moveDir
:
String
,
val
moveSpeed
:
String
,
val
pressure
:
String
,
val
type
:
String
,
val
windSpeed
:
String
)
台风预报
Properties
code
Link copied to clipboard
open
override
val
code
:
String
请参考
状态码
。
forecast
Link copied to clipboard
val
forecast
:
List
<
StormForecast.Forecast
>
参考
Forecast
。
fx
Link
Link copied to clipboard
val
fxLink
:
String
?
=
null
当前数据的响应式页面,便于嵌入网站或应用。
refer
Link copied to clipboard
val
refer
:
Refer
参考
Refer
。
update
Time
Link copied to clipboard
val
updateTime
:
String
?
=
null
当前
API的最近更新时间
。