TsunamiObservationStationMaxHeight class
津波の最大波を観測した値を表現します
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- TsunamiObservationStationMaxHeight({DateTime? dateTime, TsunamiObservationStationHeight? height, TsunamiObservationStationMaxHeightCondition? condition, TsunamiObservationStationMaxHeightRevise? revise})
-
TsunamiObservationStationMaxHeight.fromJson(Map<
String, dynamic> json) -
factory
Properties
- condition → TsunamiObservationStationMaxHeightCondition?
-
取りうる値は
微弱
,観測中
,重要
津波が小さい場合や、津波警報以上でまだ津波の観測値が小さい場合、重要な場合に出現するfinal - dateTime → DateTime?
-
津波の最大波を観測した日時、ISO8601の日本時間で記載する
日時が明確である場合に出現
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → TsunamiObservationStationHeight?
-
津波の最大波を観測した値
津波が小さい場合や、津波警報以上でまだ津波の観測値が小さい場合は出現しない
final
- revise → TsunamiObservationStationMaxHeightRevise?
-
津波の高さの更新フラグ 取りうる値は
追加
,更新
続報により新しく追加された場合や、更新された場合に出現する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