SocketStartV2Request class

Annotations
  • @JsonSerializable()

Constructors

SocketStartV2Request({required List<String> classifications, List<String>? types, String? test = 'no', String? appName, String? formatMode = 'raw'})
SocketStartV2Request.fromJson(Map<String, dynamic> json)
factory

Properties

appName String?
アプリケーション名を指定。最大24バイトまで
final
classifications List<String>
WebSocketで取得する配信区分を指定。 緊急地震(予報)区分: eew.forecast 緊急地震(警報)関連区分: eew.warning 地震・津波関連区分: telegram.earthquake 火山関連区分: telegram.volcano 気象警報・注意報関連区分: telegram.weather 定時関連区分: telegram.scheduled
final
formatMode String?
データフォーマットの指定。生電文: raw、JSON化データ: json
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
test String?
テスト電文を受け取るか指定。受け取る場合は including にする。 注意:XML電文以外のテスト配信は no 時も配信されます。本文中を参照するようにしてください。
final
types List<String>?
取得したいデータ種類コードを指定。最大30個まで指定可能
final

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