SonarrAddedRelease class

Model for an episode release that was added to Sonarr.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

SonarrAddedRelease({String? guid, int? qualityWeight, int? age, double? ageHours, double? ageMinutes, int? size, int? indexerId, bool? fullSeason, int? seasonNumber, bool? approved, bool? temporarilyRejected, bool? rejected, int? tvdbId, int? tvRageId, DateTime? publishDate, bool? downloadAllowed, int? releaseWeight, String? protocol, bool? isDaily, bool? isAbsoluteNumbering, bool? isPossibleSpecialEpisode, bool? special})
SonarrAddedRelease.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a SonarrAddedRelease object.
factory

Properties

age int?
Release age (in days)
getter/setter pair
ageHours double?
Release age (in hours)
getter/setter pair
ageMinutes double?
Release age (in minutes)
getter/setter pair
approved bool?
Is this release approved?
getter/setter pair
downloadAllowed bool?
Is the download allowed?
getter/setter pair
fullSeason bool?
Is this the full season?
getter/setter pair
guid String?
GUID of the release
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
indexerId int?
Indexer identifier
getter/setter pair
isAbsoluteNumbering bool?
Is this release absolute numbered?
getter/setter pair
isDaily bool?
Is the release formatted as a daily episode?
getter/setter pair
isPossibleSpecialEpisode bool?
Is this possibly a special episode?
getter/setter pair
protocol String?
The protocol used to download the release
getter/setter pair
publishDate DateTime?
DateTime object for when the release was published
getter/setter pair
qualityWeight int?
Quality weight
getter/setter pair
rejected bool?
Is this release rejected?
getter/setter pair
releaseWeight int?
Weight of the release
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seasonNumber int?
Season of the release
getter/setter pair
size int?
File size
getter/setter pair
special bool?
Is this a specials episode?
getter/setter pair
temporarilyRejected bool?
Is this release temporarily rejected?
getter/setter pair
tvdbId int?
TVDB identifier
getter/setter pair
tvRageId int?
TVRage identifier
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serialize a SonarrAddedRelease 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