TsunamiObservationStationFirstHeight class

津波の第一波の到達時刻を表現します。

Annotations
  • @JsonSerializable(explicitToJson: true)

Properties

arrivalTime DateTime?
津波の第一波の到達時刻、ISO8601の日本時間で記載する 識別不能時は出現しない
final
condition String?
取りうる値は第1波識別不能で固定 識別不能時に出現する
final
hashCode int
The hash code for this object.
no setterinherited
inital TsunamiObservationStationFirstHeightInital?
津波の第一波の極性を記載する 取りうる値は押し,引き 極性がない場合や識別不能時は出現しない
final
revise TsunamiObservationStationFirstHeightRevise?
第一波の到達の更新フラグ 取りうる値は追加,更新 続報により新しく追加された場合や、更新された場合に出現する
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