RadarrQueueRecord class

Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)

Constructors

RadarrQueueRecord({int? movieId, List<RadarrLanguage>? languages, RadarrMovieFileQuality? quality, List<RadarrCustomFormat>? customFormats, double? size, String? title, double? sizeLeft, String? timeLeft, DateTime? estimatedCompletionTime, RadarrQueueRecordStatus? status, RadarrTrackedDownloadStatus? trackedDownloadStatus, RadarrTrackedDownloadState? trackedDownloadState, List<RadarrQueueStatusMessage>? statusMessages, String? downloadId, RadarrProtocol? protocol, String? downloadClient, String? indexer, String? outputPath, int? id})
RadarrQueueRecord.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a RadarrQueueRecord object.
factory

Properties

customFormats List<RadarrCustomFormat>?
getter/setter pair
downloadClient String?
getter/setter pair
downloadId String?
getter/setter pair
estimatedCompletionTime DateTime?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
indexer String?
getter/setter pair
languages List<RadarrLanguage>?
getter/setter pair
movieId int?
getter/setter pair
outputPath String?
getter/setter pair
protocol RadarrProtocol?
getter/setter pair
quality RadarrMovieFileQuality?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double?
getter/setter pair
sizeLeft double?
getter/setter pair
status RadarrQueueRecordStatus?
getter/setter pair
statusMessages List<RadarrQueueStatusMessage>?
getter/setter pair
timeLeft String?
getter/setter pair
title String?
getter/setter pair
trackedDownloadState RadarrTrackedDownloadState?
getter/setter pair
trackedDownloadStatus RadarrTrackedDownloadStatus?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serialize a RadarrQueueRecord object to a JSON map.
toString() String
Returns a JSON-encoded string version of this object.
override

Operators

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