GetRecordingSearchResultsResponse class

GetRecordingSearchResults acquires the results from a recording search session previously initiated by a FindRecordings operation. The response shall not include results already returned in previous requests for the same session. If MaxResults is specified, the response shall not contain more than MaxResults results. The number of results relates to the number of recordings. For viewing individual recorded data for a signal track use the FindEvents method.

GetRecordingSearchResults shall block until:

  • MaxResults results are available for the response if MaxResults is specified.
  • MinResults results are available for the response if MinResults is specified.
  • WaitTime has expired.
  • Search is completed or stopped. This operation is mandatory to support for a device implementing the recording search service.
Annotations
  • @JsonSerializable()

Constructors

GetRecordingSearchResultsResponse({required List<FindRecordingResult> findRecordingResults})
GetRecordingSearchResultsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

findRecordingResults List<FindRecordingResult>
final
hashCode int
The hash code for this object.
no setterinherited
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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited