WebSocketV2StartResponse class

Annotations
  • @JsonSerializable()

Constructors

WebSocketV2StartResponse({required String responseId, required String responseTime, required String status, required String ticket, required WebSocketV2StartResponseWebSocket websocket, required List<String> classifications, required String test, required List<String>? types, required List<String> formats, required String? appName})
WebSocketV2StartResponse.fromJson(Map<String, dynamic> json)
factory

Properties

appName String?
リクエストで指定したアプリ名
final
classifications List<String>
WebSocketで受け取る配信区分
final
formats List<String>
WebSocketで受け取る情報フォーマット
final
hashCode int
The hash code for this object.
no setterinherited
responseId String
API処理ID
final
responseTime String
API処理時刻
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
成功時は ok、失敗時(エラー)は error
final
test String
including の時のみ、XML電文のテストをWebsocketで受け取る
final
ticket String
WebSocketに接続するためのticket
final
types List<String>?
WebSocketで受け取るデータ種類コードリスト。Null 時は受け取る配信区分の全部を受け取る
final
websocket WebSocketV2StartResponseWebSocket
WebSocketへの接続情報
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