TsunamiObservationStationFirstHeight class
津波の第一波の到達時刻を表現します。
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- TsunamiObservationStationFirstHeight({DateTime? arrivalTime, TsunamiObservationStationFirstHeightInital? inital, String? condition, TsunamiObservationStationFirstHeightRevise? revise})
-
TsunamiObservationStationFirstHeight.fromJson(Map<
String, dynamic> json) -
factory
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