TsunamiForecastFirstHeight class
津波の到達予想時刻を表現します。 対象とする津波予報区が若干の海面変動の時には出現しません。
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- TsunamiForecastFirstHeight({required DateTime? arrivalTime, TsunamiForecastFirstHeightCondition? condition, TsunamiForecastFirstHeightRevise? revise})
-
TsunamiForecastFirstHeight.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arrivalTime → DateTime?
-
津波到達予想時刻、ISO8601の日本時間で記載する
まだ津波が到達していない場合、到達していないと推測される場合に出現する
final
- condition → TsunamiForecastFirstHeightCondition?
-
取りうる値は 津波到達中と推測、第1波の到達を確認、ただちに津波来襲と予測
すでに津波が到達している場合や、推測される場合、直ちに津波が来襲されると予想される場合に出現する
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- revise → TsunamiForecastFirstHeightRevise?
-
到達予想の更新フラグ 取りうる値は 追加 又は 更新
続報により新しく津波予報区が追加された場合や、予想時刻が更新された場合に出現する
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited