EewIntensityAppendix class

予測震度及び予測長周期地震動階級の付加要素を記載します。 震度予測及び長周期地震動階級予測をどちらも行っていないために、直前の緊急地震速報と今回の緊急地震速報の間で最大予測震度及び最大予測長周期地震動階級の比較ができない場合、本要素は出現しません。

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

EewIntensityAppendix({required EewIntensityMaxIntChange maxIntChange, required EewIntensityMaxLgIntChange? maxLgIntChange, required EewIntensityMaxIntChangeReason maxIntChangeReason})
EewIntensityAppendix.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
maxIntChange EewIntensityMaxIntChange
最大予測震度変化
final
maxIntChangeReason EewIntensityMaxIntChangeReason
最大予測値変化の理由
final
maxLgIntChange EewIntensityMaxLgIntChange?
最大予測長周期地震動階級変化 VXSE43、VXSE45時のみ
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