Skip to content

Latest commit

 

History

History
1936 lines (1063 loc) · 53.4 KB

File metadata and controls

1936 lines (1063 loc) · 53.4 KB

ReleaseResource

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
Guid Pointer to NullableString [optional]
Quality Pointer to QualityModel [optional]
QualityWeight Pointer to int32 [optional]
Age Pointer to int32 [optional]
AgeHours Pointer to float64 [optional]
AgeMinutes Pointer to float64 [optional]
Size Pointer to int64 [optional]
IndexerId Pointer to int32 [optional]
Indexer Pointer to NullableString [optional]
ReleaseGroup Pointer to NullableString [optional]
SubGroup Pointer to NullableString [optional]
ReleaseHash Pointer to NullableString [optional]
Title Pointer to NullableString [optional]
FullSeason Pointer to bool [optional]
SceneSource Pointer to bool [optional]
SeasonNumber Pointer to int32 [optional]
Languages Pointer to []Language [optional]
LanguageWeight Pointer to int32 [optional]
AirDate Pointer to NullableString [optional]
SeriesTitle Pointer to NullableString [optional]
EpisodeNumbers Pointer to []int32 [optional]
AbsoluteEpisodeNumbers Pointer to []int32 [optional]
MappedSeasonNumber Pointer to NullableInt32 [optional]
MappedEpisodeNumbers Pointer to []int32 [optional]
MappedAbsoluteEpisodeNumbers Pointer to []int32 [optional]
MappedSeriesId Pointer to NullableInt32 [optional]
MappedEpisodeInfo Pointer to []ReleaseEpisodeResource [optional]
Approved Pointer to bool [optional]
TemporarilyRejected Pointer to bool [optional]
Rejected Pointer to bool [optional]
TvdbId Pointer to int32 [optional]
TvRageId Pointer to int32 [optional]
ImdbId Pointer to NullableString [optional]
Rejections Pointer to []string [optional]
PublishDate Pointer to time.Time [optional]
CommentUrl Pointer to NullableString [optional]
DownloadUrl Pointer to NullableString [optional]
InfoUrl Pointer to NullableString [optional]
EpisodeRequested Pointer to bool [optional]
DownloadAllowed Pointer to bool [optional]
ReleaseWeight Pointer to int32 [optional]
CustomFormats Pointer to []CustomFormatResource [optional]
CustomFormatScore Pointer to int32 [optional]
SceneMapping Pointer to AlternateTitleResource [optional]
MagnetUrl Pointer to NullableString [optional]
InfoHash Pointer to NullableString [optional]
Seeders Pointer to NullableInt32 [optional]
Leechers Pointer to NullableInt32 [optional]
Protocol Pointer to DownloadProtocol [optional]
IndexerFlags Pointer to int32 [optional]
IsDaily Pointer to bool [optional]
IsAbsoluteNumbering Pointer to bool [optional]
IsPossibleSpecialEpisode Pointer to bool [optional]
Special Pointer to bool [optional]
SeriesId Pointer to NullableInt32 [optional]
EpisodeId Pointer to NullableInt32 [optional]
EpisodeIds Pointer to []int32 [optional]
DownloadClientId Pointer to NullableInt32 [optional]
DownloadClient Pointer to NullableString [optional]
ShouldOverride Pointer to NullableBool [optional]

Methods

NewReleaseResource

func NewReleaseResource() *ReleaseResource

NewReleaseResource instantiates a new ReleaseResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewReleaseResourceWithDefaults

func NewReleaseResourceWithDefaults() *ReleaseResource

NewReleaseResourceWithDefaults instantiates a new ReleaseResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetId

func (o *ReleaseResource) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ReleaseResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *ReleaseResource) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *ReleaseResource) HasId() bool

HasId returns a boolean if a field has been set.

GetGuid

func (o *ReleaseResource) GetGuid() string

GetGuid returns the Guid field if non-nil, zero value otherwise.

GetGuidOk

func (o *ReleaseResource) GetGuidOk() (*string, bool)

GetGuidOk returns a tuple with the Guid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGuid

func (o *ReleaseResource) SetGuid(v string)

SetGuid sets Guid field to given value.

HasGuid

func (o *ReleaseResource) HasGuid() bool

HasGuid returns a boolean if a field has been set.

SetGuidNil

func (o *ReleaseResource) SetGuidNil(b bool)

SetGuidNil sets the value for Guid to be an explicit nil

UnsetGuid

func (o *ReleaseResource) UnsetGuid()

UnsetGuid ensures that no value is present for Guid, not even an explicit nil

GetQuality

func (o *ReleaseResource) GetQuality() QualityModel

GetQuality returns the Quality field if non-nil, zero value otherwise.

GetQualityOk

func (o *ReleaseResource) GetQualityOk() (*QualityModel, bool)

GetQualityOk returns a tuple with the Quality field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetQuality

func (o *ReleaseResource) SetQuality(v QualityModel)

SetQuality sets Quality field to given value.

HasQuality

func (o *ReleaseResource) HasQuality() bool

HasQuality returns a boolean if a field has been set.

GetQualityWeight

func (o *ReleaseResource) GetQualityWeight() int32

GetQualityWeight returns the QualityWeight field if non-nil, zero value otherwise.

GetQualityWeightOk

func (o *ReleaseResource) GetQualityWeightOk() (*int32, bool)

GetQualityWeightOk returns a tuple with the QualityWeight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetQualityWeight

func (o *ReleaseResource) SetQualityWeight(v int32)

SetQualityWeight sets QualityWeight field to given value.

HasQualityWeight

func (o *ReleaseResource) HasQualityWeight() bool

HasQualityWeight returns a boolean if a field has been set.

GetAge

func (o *ReleaseResource) GetAge() int32

GetAge returns the Age field if non-nil, zero value otherwise.

GetAgeOk

func (o *ReleaseResource) GetAgeOk() (*int32, bool)

GetAgeOk returns a tuple with the Age field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAge

func (o *ReleaseResource) SetAge(v int32)

SetAge sets Age field to given value.

HasAge

func (o *ReleaseResource) HasAge() bool

HasAge returns a boolean if a field has been set.

GetAgeHours

func (o *ReleaseResource) GetAgeHours() float64

GetAgeHours returns the AgeHours field if non-nil, zero value otherwise.

GetAgeHoursOk

func (o *ReleaseResource) GetAgeHoursOk() (*float64, bool)

GetAgeHoursOk returns a tuple with the AgeHours field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAgeHours

func (o *ReleaseResource) SetAgeHours(v float64)

SetAgeHours sets AgeHours field to given value.

HasAgeHours

func (o *ReleaseResource) HasAgeHours() bool

HasAgeHours returns a boolean if a field has been set.

GetAgeMinutes

func (o *ReleaseResource) GetAgeMinutes() float64

GetAgeMinutes returns the AgeMinutes field if non-nil, zero value otherwise.

GetAgeMinutesOk

func (o *ReleaseResource) GetAgeMinutesOk() (*float64, bool)

GetAgeMinutesOk returns a tuple with the AgeMinutes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAgeMinutes

func (o *ReleaseResource) SetAgeMinutes(v float64)

SetAgeMinutes sets AgeMinutes field to given value.

HasAgeMinutes

func (o *ReleaseResource) HasAgeMinutes() bool

HasAgeMinutes returns a boolean if a field has been set.

GetSize

func (o *ReleaseResource) GetSize() int64

GetSize returns the Size field if non-nil, zero value otherwise.

GetSizeOk

func (o *ReleaseResource) GetSizeOk() (*int64, bool)

GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSize

func (o *ReleaseResource) SetSize(v int64)

SetSize sets Size field to given value.

HasSize

func (o *ReleaseResource) HasSize() bool

HasSize returns a boolean if a field has been set.

GetIndexerId

func (o *ReleaseResource) GetIndexerId() int32

GetIndexerId returns the IndexerId field if non-nil, zero value otherwise.

GetIndexerIdOk

func (o *ReleaseResource) GetIndexerIdOk() (*int32, bool)

GetIndexerIdOk returns a tuple with the IndexerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIndexerId

func (o *ReleaseResource) SetIndexerId(v int32)

SetIndexerId sets IndexerId field to given value.

HasIndexerId

func (o *ReleaseResource) HasIndexerId() bool

HasIndexerId returns a boolean if a field has been set.

GetIndexer

func (o *ReleaseResource) GetIndexer() string

GetIndexer returns the Indexer field if non-nil, zero value otherwise.

GetIndexerOk

func (o *ReleaseResource) GetIndexerOk() (*string, bool)

GetIndexerOk returns a tuple with the Indexer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIndexer

func (o *ReleaseResource) SetIndexer(v string)

SetIndexer sets Indexer field to given value.

HasIndexer

func (o *ReleaseResource) HasIndexer() bool

HasIndexer returns a boolean if a field has been set.

SetIndexerNil

func (o *ReleaseResource) SetIndexerNil(b bool)

SetIndexerNil sets the value for Indexer to be an explicit nil

UnsetIndexer

func (o *ReleaseResource) UnsetIndexer()

UnsetIndexer ensures that no value is present for Indexer, not even an explicit nil

GetReleaseGroup

func (o *ReleaseResource) GetReleaseGroup() string

GetReleaseGroup returns the ReleaseGroup field if non-nil, zero value otherwise.

GetReleaseGroupOk

func (o *ReleaseResource) GetReleaseGroupOk() (*string, bool)

GetReleaseGroupOk returns a tuple with the ReleaseGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetReleaseGroup

func (o *ReleaseResource) SetReleaseGroup(v string)

SetReleaseGroup sets ReleaseGroup field to given value.

HasReleaseGroup

func (o *ReleaseResource) HasReleaseGroup() bool

HasReleaseGroup returns a boolean if a field has been set.

SetReleaseGroupNil

func (o *ReleaseResource) SetReleaseGroupNil(b bool)

SetReleaseGroupNil sets the value for ReleaseGroup to be an explicit nil

UnsetReleaseGroup

func (o *ReleaseResource) UnsetReleaseGroup()

UnsetReleaseGroup ensures that no value is present for ReleaseGroup, not even an explicit nil

GetSubGroup

func (o *ReleaseResource) GetSubGroup() string

GetSubGroup returns the SubGroup field if non-nil, zero value otherwise.

GetSubGroupOk

func (o *ReleaseResource) GetSubGroupOk() (*string, bool)

GetSubGroupOk returns a tuple with the SubGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSubGroup

func (o *ReleaseResource) SetSubGroup(v string)

SetSubGroup sets SubGroup field to given value.

HasSubGroup

func (o *ReleaseResource) HasSubGroup() bool

HasSubGroup returns a boolean if a field has been set.

SetSubGroupNil

func (o *ReleaseResource) SetSubGroupNil(b bool)

SetSubGroupNil sets the value for SubGroup to be an explicit nil

UnsetSubGroup

func (o *ReleaseResource) UnsetSubGroup()

UnsetSubGroup ensures that no value is present for SubGroup, not even an explicit nil

GetReleaseHash

func (o *ReleaseResource) GetReleaseHash() string

GetReleaseHash returns the ReleaseHash field if non-nil, zero value otherwise.

GetReleaseHashOk

func (o *ReleaseResource) GetReleaseHashOk() (*string, bool)

GetReleaseHashOk returns a tuple with the ReleaseHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetReleaseHash

func (o *ReleaseResource) SetReleaseHash(v string)

SetReleaseHash sets ReleaseHash field to given value.

HasReleaseHash

func (o *ReleaseResource) HasReleaseHash() bool

HasReleaseHash returns a boolean if a field has been set.

SetReleaseHashNil

func (o *ReleaseResource) SetReleaseHashNil(b bool)

SetReleaseHashNil sets the value for ReleaseHash to be an explicit nil

UnsetReleaseHash

func (o *ReleaseResource) UnsetReleaseHash()

UnsetReleaseHash ensures that no value is present for ReleaseHash, not even an explicit nil

GetTitle

func (o *ReleaseResource) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

func (o *ReleaseResource) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTitle

func (o *ReleaseResource) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *ReleaseResource) HasTitle() bool

HasTitle returns a boolean if a field has been set.

SetTitleNil

func (o *ReleaseResource) SetTitleNil(b bool)

SetTitleNil sets the value for Title to be an explicit nil

UnsetTitle

func (o *ReleaseResource) UnsetTitle()

UnsetTitle ensures that no value is present for Title, not even an explicit nil

GetFullSeason

func (o *ReleaseResource) GetFullSeason() bool

GetFullSeason returns the FullSeason field if non-nil, zero value otherwise.

GetFullSeasonOk

func (o *ReleaseResource) GetFullSeasonOk() (*bool, bool)

GetFullSeasonOk returns a tuple with the FullSeason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFullSeason

func (o *ReleaseResource) SetFullSeason(v bool)

SetFullSeason sets FullSeason field to given value.

HasFullSeason

func (o *ReleaseResource) HasFullSeason() bool

HasFullSeason returns a boolean if a field has been set.

GetSceneSource

func (o *ReleaseResource) GetSceneSource() bool

GetSceneSource returns the SceneSource field if non-nil, zero value otherwise.

GetSceneSourceOk

func (o *ReleaseResource) GetSceneSourceOk() (*bool, bool)

GetSceneSourceOk returns a tuple with the SceneSource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSceneSource

func (o *ReleaseResource) SetSceneSource(v bool)

SetSceneSource sets SceneSource field to given value.

HasSceneSource

func (o *ReleaseResource) HasSceneSource() bool

HasSceneSource returns a boolean if a field has been set.

GetSeasonNumber

func (o *ReleaseResource) GetSeasonNumber() int32

GetSeasonNumber returns the SeasonNumber field if non-nil, zero value otherwise.

GetSeasonNumberOk

func (o *ReleaseResource) GetSeasonNumberOk() (*int32, bool)

GetSeasonNumberOk returns a tuple with the SeasonNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSeasonNumber

func (o *ReleaseResource) SetSeasonNumber(v int32)

SetSeasonNumber sets SeasonNumber field to given value.

HasSeasonNumber

func (o *ReleaseResource) HasSeasonNumber() bool

HasSeasonNumber returns a boolean if a field has been set.

GetLanguages

func (o *ReleaseResource) GetLanguages() []Language

GetLanguages returns the Languages field if non-nil, zero value otherwise.

GetLanguagesOk

func (o *ReleaseResource) GetLanguagesOk() (*[]Language, bool)

GetLanguagesOk returns a tuple with the Languages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLanguages

func (o *ReleaseResource) SetLanguages(v []Language)

SetLanguages sets Languages field to given value.

HasLanguages

func (o *ReleaseResource) HasLanguages() bool

HasLanguages returns a boolean if a field has been set.

SetLanguagesNil

func (o *ReleaseResource) SetLanguagesNil(b bool)

SetLanguagesNil sets the value for Languages to be an explicit nil

UnsetLanguages

func (o *ReleaseResource) UnsetLanguages()

UnsetLanguages ensures that no value is present for Languages, not even an explicit nil

GetLanguageWeight

func (o *ReleaseResource) GetLanguageWeight() int32

GetLanguageWeight returns the LanguageWeight field if non-nil, zero value otherwise.

GetLanguageWeightOk

func (o *ReleaseResource) GetLanguageWeightOk() (*int32, bool)

GetLanguageWeightOk returns a tuple with the LanguageWeight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLanguageWeight

func (o *ReleaseResource) SetLanguageWeight(v int32)

SetLanguageWeight sets LanguageWeight field to given value.

HasLanguageWeight

func (o *ReleaseResource) HasLanguageWeight() bool

HasLanguageWeight returns a boolean if a field has been set.

GetAirDate

func (o *ReleaseResource) GetAirDate() string

GetAirDate returns the AirDate field if non-nil, zero value otherwise.

GetAirDateOk

func (o *ReleaseResource) GetAirDateOk() (*string, bool)

GetAirDateOk returns a tuple with the AirDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAirDate

func (o *ReleaseResource) SetAirDate(v string)

SetAirDate sets AirDate field to given value.

HasAirDate

func (o *ReleaseResource) HasAirDate() bool

HasAirDate returns a boolean if a field has been set.

SetAirDateNil

func (o *ReleaseResource) SetAirDateNil(b bool)

SetAirDateNil sets the value for AirDate to be an explicit nil

UnsetAirDate

func (o *ReleaseResource) UnsetAirDate()

UnsetAirDate ensures that no value is present for AirDate, not even an explicit nil

GetSeriesTitle

func (o *ReleaseResource) GetSeriesTitle() string

GetSeriesTitle returns the SeriesTitle field if non-nil, zero value otherwise.

GetSeriesTitleOk

func (o *ReleaseResource) GetSeriesTitleOk() (*string, bool)

GetSeriesTitleOk returns a tuple with the SeriesTitle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSeriesTitle

func (o *ReleaseResource) SetSeriesTitle(v string)

SetSeriesTitle sets SeriesTitle field to given value.

HasSeriesTitle

func (o *ReleaseResource) HasSeriesTitle() bool

HasSeriesTitle returns a boolean if a field has been set.

SetSeriesTitleNil

func (o *ReleaseResource) SetSeriesTitleNil(b bool)

SetSeriesTitleNil sets the value for SeriesTitle to be an explicit nil

UnsetSeriesTitle

func (o *ReleaseResource) UnsetSeriesTitle()

UnsetSeriesTitle ensures that no value is present for SeriesTitle, not even an explicit nil

GetEpisodeNumbers

func (o *ReleaseResource) GetEpisodeNumbers() []int32

GetEpisodeNumbers returns the EpisodeNumbers field if non-nil, zero value otherwise.

GetEpisodeNumbersOk

func (o *ReleaseResource) GetEpisodeNumbersOk() (*[]int32, bool)

GetEpisodeNumbersOk returns a tuple with the EpisodeNumbers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEpisodeNumbers

func (o *ReleaseResource) SetEpisodeNumbers(v []int32)

SetEpisodeNumbers sets EpisodeNumbers field to given value.

HasEpisodeNumbers

func (o *ReleaseResource) HasEpisodeNumbers() bool

HasEpisodeNumbers returns a boolean if a field has been set.

SetEpisodeNumbersNil

func (o *ReleaseResource) SetEpisodeNumbersNil(b bool)

SetEpisodeNumbersNil sets the value for EpisodeNumbers to be an explicit nil

UnsetEpisodeNumbers

func (o *ReleaseResource) UnsetEpisodeNumbers()

UnsetEpisodeNumbers ensures that no value is present for EpisodeNumbers, not even an explicit nil

GetAbsoluteEpisodeNumbers

func (o *ReleaseResource) GetAbsoluteEpisodeNumbers() []int32

GetAbsoluteEpisodeNumbers returns the AbsoluteEpisodeNumbers field if non-nil, zero value otherwise.

GetAbsoluteEpisodeNumbersOk

func (o *ReleaseResource) GetAbsoluteEpisodeNumbersOk() (*[]int32, bool)

GetAbsoluteEpisodeNumbersOk returns a tuple with the AbsoluteEpisodeNumbers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAbsoluteEpisodeNumbers

func (o *ReleaseResource) SetAbsoluteEpisodeNumbers(v []int32)

SetAbsoluteEpisodeNumbers sets AbsoluteEpisodeNumbers field to given value.

HasAbsoluteEpisodeNumbers

func (o *ReleaseResource) HasAbsoluteEpisodeNumbers() bool

HasAbsoluteEpisodeNumbers returns a boolean if a field has been set.

SetAbsoluteEpisodeNumbersNil

func (o *ReleaseResource) SetAbsoluteEpisodeNumbersNil(b bool)

SetAbsoluteEpisodeNumbersNil sets the value for AbsoluteEpisodeNumbers to be an explicit nil

UnsetAbsoluteEpisodeNumbers

func (o *ReleaseResource) UnsetAbsoluteEpisodeNumbers()

UnsetAbsoluteEpisodeNumbers ensures that no value is present for AbsoluteEpisodeNumbers, not even an explicit nil

GetMappedSeasonNumber

func (o *ReleaseResource) GetMappedSeasonNumber() int32

GetMappedSeasonNumber returns the MappedSeasonNumber field if non-nil, zero value otherwise.

GetMappedSeasonNumberOk

func (o *ReleaseResource) GetMappedSeasonNumberOk() (*int32, bool)

GetMappedSeasonNumberOk returns a tuple with the MappedSeasonNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMappedSeasonNumber

func (o *ReleaseResource) SetMappedSeasonNumber(v int32)

SetMappedSeasonNumber sets MappedSeasonNumber field to given value.

HasMappedSeasonNumber

func (o *ReleaseResource) HasMappedSeasonNumber() bool

HasMappedSeasonNumber returns a boolean if a field has been set.

SetMappedSeasonNumberNil

func (o *ReleaseResource) SetMappedSeasonNumberNil(b bool)

SetMappedSeasonNumberNil sets the value for MappedSeasonNumber to be an explicit nil

UnsetMappedSeasonNumber

func (o *ReleaseResource) UnsetMappedSeasonNumber()

UnsetMappedSeasonNumber ensures that no value is present for MappedSeasonNumber, not even an explicit nil

GetMappedEpisodeNumbers

func (o *ReleaseResource) GetMappedEpisodeNumbers() []int32

GetMappedEpisodeNumbers returns the MappedEpisodeNumbers field if non-nil, zero value otherwise.

GetMappedEpisodeNumbersOk

func (o *ReleaseResource) GetMappedEpisodeNumbersOk() (*[]int32, bool)

GetMappedEpisodeNumbersOk returns a tuple with the MappedEpisodeNumbers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMappedEpisodeNumbers

func (o *ReleaseResource) SetMappedEpisodeNumbers(v []int32)

SetMappedEpisodeNumbers sets MappedEpisodeNumbers field to given value.

HasMappedEpisodeNumbers

func (o *ReleaseResource) HasMappedEpisodeNumbers() bool

HasMappedEpisodeNumbers returns a boolean if a field has been set.

SetMappedEpisodeNumbersNil

func (o *ReleaseResource) SetMappedEpisodeNumbersNil(b bool)

SetMappedEpisodeNumbersNil sets the value for MappedEpisodeNumbers to be an explicit nil

UnsetMappedEpisodeNumbers

func (o *ReleaseResource) UnsetMappedEpisodeNumbers()

UnsetMappedEpisodeNumbers ensures that no value is present for MappedEpisodeNumbers, not even an explicit nil

GetMappedAbsoluteEpisodeNumbers

func (o *ReleaseResource) GetMappedAbsoluteEpisodeNumbers() []int32

GetMappedAbsoluteEpisodeNumbers returns the MappedAbsoluteEpisodeNumbers field if non-nil, zero value otherwise.

GetMappedAbsoluteEpisodeNumbersOk

func (o *ReleaseResource) GetMappedAbsoluteEpisodeNumbersOk() (*[]int32, bool)

GetMappedAbsoluteEpisodeNumbersOk returns a tuple with the MappedAbsoluteEpisodeNumbers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMappedAbsoluteEpisodeNumbers

func (o *ReleaseResource) SetMappedAbsoluteEpisodeNumbers(v []int32)

SetMappedAbsoluteEpisodeNumbers sets MappedAbsoluteEpisodeNumbers field to given value.

HasMappedAbsoluteEpisodeNumbers

func (o *ReleaseResource) HasMappedAbsoluteEpisodeNumbers() bool

HasMappedAbsoluteEpisodeNumbers returns a boolean if a field has been set.

SetMappedAbsoluteEpisodeNumbersNil

func (o *ReleaseResource) SetMappedAbsoluteEpisodeNumbersNil(b bool)

SetMappedAbsoluteEpisodeNumbersNil sets the value for MappedAbsoluteEpisodeNumbers to be an explicit nil

UnsetMappedAbsoluteEpisodeNumbers

func (o *ReleaseResource) UnsetMappedAbsoluteEpisodeNumbers()

UnsetMappedAbsoluteEpisodeNumbers ensures that no value is present for MappedAbsoluteEpisodeNumbers, not even an explicit nil

GetMappedSeriesId

func (o *ReleaseResource) GetMappedSeriesId() int32

GetMappedSeriesId returns the MappedSeriesId field if non-nil, zero value otherwise.

GetMappedSeriesIdOk

func (o *ReleaseResource) GetMappedSeriesIdOk() (*int32, bool)

GetMappedSeriesIdOk returns a tuple with the MappedSeriesId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMappedSeriesId

func (o *ReleaseResource) SetMappedSeriesId(v int32)

SetMappedSeriesId sets MappedSeriesId field to given value.

HasMappedSeriesId

func (o *ReleaseResource) HasMappedSeriesId() bool

HasMappedSeriesId returns a boolean if a field has been set.

SetMappedSeriesIdNil

func (o *ReleaseResource) SetMappedSeriesIdNil(b bool)

SetMappedSeriesIdNil sets the value for MappedSeriesId to be an explicit nil

UnsetMappedSeriesId

func (o *ReleaseResource) UnsetMappedSeriesId()

UnsetMappedSeriesId ensures that no value is present for MappedSeriesId, not even an explicit nil

GetMappedEpisodeInfo

func (o *ReleaseResource) GetMappedEpisodeInfo() []ReleaseEpisodeResource

GetMappedEpisodeInfo returns the MappedEpisodeInfo field if non-nil, zero value otherwise.

GetMappedEpisodeInfoOk

func (o *ReleaseResource) GetMappedEpisodeInfoOk() (*[]ReleaseEpisodeResource, bool)

GetMappedEpisodeInfoOk returns a tuple with the MappedEpisodeInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMappedEpisodeInfo

func (o *ReleaseResource) SetMappedEpisodeInfo(v []ReleaseEpisodeResource)

SetMappedEpisodeInfo sets MappedEpisodeInfo field to given value.

HasMappedEpisodeInfo

func (o *ReleaseResource) HasMappedEpisodeInfo() bool

HasMappedEpisodeInfo returns a boolean if a field has been set.

SetMappedEpisodeInfoNil

func (o *ReleaseResource) SetMappedEpisodeInfoNil(b bool)

SetMappedEpisodeInfoNil sets the value for MappedEpisodeInfo to be an explicit nil

UnsetMappedEpisodeInfo

func (o *ReleaseResource) UnsetMappedEpisodeInfo()

UnsetMappedEpisodeInfo ensures that no value is present for MappedEpisodeInfo, not even an explicit nil

GetApproved

func (o *ReleaseResource) GetApproved() bool

GetApproved returns the Approved field if non-nil, zero value otherwise.

GetApprovedOk

func (o *ReleaseResource) GetApprovedOk() (*bool, bool)

GetApprovedOk returns a tuple with the Approved field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetApproved

func (o *ReleaseResource) SetApproved(v bool)

SetApproved sets Approved field to given value.

HasApproved

func (o *ReleaseResource) HasApproved() bool

HasApproved returns a boolean if a field has been set.

GetTemporarilyRejected

func (o *ReleaseResource) GetTemporarilyRejected() bool

GetTemporarilyRejected returns the TemporarilyRejected field if non-nil, zero value otherwise.

GetTemporarilyRejectedOk

func (o *ReleaseResource) GetTemporarilyRejectedOk() (*bool, bool)

GetTemporarilyRejectedOk returns a tuple with the TemporarilyRejected field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTemporarilyRejected

func (o *ReleaseResource) SetTemporarilyRejected(v bool)

SetTemporarilyRejected sets TemporarilyRejected field to given value.

HasTemporarilyRejected

func (o *ReleaseResource) HasTemporarilyRejected() bool

HasTemporarilyRejected returns a boolean if a field has been set.

GetRejected

func (o *ReleaseResource) GetRejected() bool

GetRejected returns the Rejected field if non-nil, zero value otherwise.

GetRejectedOk

func (o *ReleaseResource) GetRejectedOk() (*bool, bool)

GetRejectedOk returns a tuple with the Rejected field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRejected

func (o *ReleaseResource) SetRejected(v bool)

SetRejected sets Rejected field to given value.

HasRejected

func (o *ReleaseResource) HasRejected() bool

HasRejected returns a boolean if a field has been set.

GetTvdbId

func (o *ReleaseResource) GetTvdbId() int32

GetTvdbId returns the TvdbId field if non-nil, zero value otherwise.

GetTvdbIdOk

func (o *ReleaseResource) GetTvdbIdOk() (*int32, bool)

GetTvdbIdOk returns a tuple with the TvdbId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTvdbId

func (o *ReleaseResource) SetTvdbId(v int32)

SetTvdbId sets TvdbId field to given value.

HasTvdbId

func (o *ReleaseResource) HasTvdbId() bool

HasTvdbId returns a boolean if a field has been set.

GetTvRageId

func (o *ReleaseResource) GetTvRageId() int32

GetTvRageId returns the TvRageId field if non-nil, zero value otherwise.

GetTvRageIdOk

func (o *ReleaseResource) GetTvRageIdOk() (*int32, bool)

GetTvRageIdOk returns a tuple with the TvRageId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTvRageId

func (o *ReleaseResource) SetTvRageId(v int32)

SetTvRageId sets TvRageId field to given value.

HasTvRageId

func (o *ReleaseResource) HasTvRageId() bool

HasTvRageId returns a boolean if a field has been set.

GetImdbId

func (o *ReleaseResource) GetImdbId() string

GetImdbId returns the ImdbId field if non-nil, zero value otherwise.

GetImdbIdOk

func (o *ReleaseResource) GetImdbIdOk() (*string, bool)

GetImdbIdOk returns a tuple with the ImdbId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetImdbId

func (o *ReleaseResource) SetImdbId(v string)

SetImdbId sets ImdbId field to given value.

HasImdbId

func (o *ReleaseResource) HasImdbId() bool

HasImdbId returns a boolean if a field has been set.

SetImdbIdNil

func (o *ReleaseResource) SetImdbIdNil(b bool)

SetImdbIdNil sets the value for ImdbId to be an explicit nil

UnsetImdbId

func (o *ReleaseResource) UnsetImdbId()

UnsetImdbId ensures that no value is present for ImdbId, not even an explicit nil

GetRejections

func (o *ReleaseResource) GetRejections() []string

GetRejections returns the Rejections field if non-nil, zero value otherwise.

GetRejectionsOk

func (o *ReleaseResource) GetRejectionsOk() (*[]string, bool)

GetRejectionsOk returns a tuple with the Rejections field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRejections

func (o *ReleaseResource) SetRejections(v []string)

SetRejections sets Rejections field to given value.

HasRejections

func (o *ReleaseResource) HasRejections() bool

HasRejections returns a boolean if a field has been set.

SetRejectionsNil

func (o *ReleaseResource) SetRejectionsNil(b bool)

SetRejectionsNil sets the value for Rejections to be an explicit nil

UnsetRejections

func (o *ReleaseResource) UnsetRejections()

UnsetRejections ensures that no value is present for Rejections, not even an explicit nil

GetPublishDate

func (o *ReleaseResource) GetPublishDate() time.Time

GetPublishDate returns the PublishDate field if non-nil, zero value otherwise.

GetPublishDateOk

func (o *ReleaseResource) GetPublishDateOk() (*time.Time, bool)

GetPublishDateOk returns a tuple with the PublishDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPublishDate

func (o *ReleaseResource) SetPublishDate(v time.Time)

SetPublishDate sets PublishDate field to given value.

HasPublishDate

func (o *ReleaseResource) HasPublishDate() bool

HasPublishDate returns a boolean if a field has been set.

GetCommentUrl

func (o *ReleaseResource) GetCommentUrl() string

GetCommentUrl returns the CommentUrl field if non-nil, zero value otherwise.

GetCommentUrlOk

func (o *ReleaseResource) GetCommentUrlOk() (*string, bool)

GetCommentUrlOk returns a tuple with the CommentUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCommentUrl

func (o *ReleaseResource) SetCommentUrl(v string)

SetCommentUrl sets CommentUrl field to given value.

HasCommentUrl

func (o *ReleaseResource) HasCommentUrl() bool

HasCommentUrl returns a boolean if a field has been set.

SetCommentUrlNil

func (o *ReleaseResource) SetCommentUrlNil(b bool)

SetCommentUrlNil sets the value for CommentUrl to be an explicit nil

UnsetCommentUrl

func (o *ReleaseResource) UnsetCommentUrl()

UnsetCommentUrl ensures that no value is present for CommentUrl, not even an explicit nil

GetDownloadUrl

func (o *ReleaseResource) GetDownloadUrl() string

GetDownloadUrl returns the DownloadUrl field if non-nil, zero value otherwise.

GetDownloadUrlOk

func (o *ReleaseResource) GetDownloadUrlOk() (*string, bool)

GetDownloadUrlOk returns a tuple with the DownloadUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDownloadUrl

func (o *ReleaseResource) SetDownloadUrl(v string)

SetDownloadUrl sets DownloadUrl field to given value.

HasDownloadUrl

func (o *ReleaseResource) HasDownloadUrl() bool

HasDownloadUrl returns a boolean if a field has been set.

SetDownloadUrlNil

func (o *ReleaseResource) SetDownloadUrlNil(b bool)

SetDownloadUrlNil sets the value for DownloadUrl to be an explicit nil

UnsetDownloadUrl

func (o *ReleaseResource) UnsetDownloadUrl()

UnsetDownloadUrl ensures that no value is present for DownloadUrl, not even an explicit nil

GetInfoUrl

func (o *ReleaseResource) GetInfoUrl() string

GetInfoUrl returns the InfoUrl field if non-nil, zero value otherwise.

GetInfoUrlOk

func (o *ReleaseResource) GetInfoUrlOk() (*string, bool)

GetInfoUrlOk returns a tuple with the InfoUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetInfoUrl

func (o *ReleaseResource) SetInfoUrl(v string)

SetInfoUrl sets InfoUrl field to given value.

HasInfoUrl

func (o *ReleaseResource) HasInfoUrl() bool

HasInfoUrl returns a boolean if a field has been set.

SetInfoUrlNil

func (o *ReleaseResource) SetInfoUrlNil(b bool)

SetInfoUrlNil sets the value for InfoUrl to be an explicit nil

UnsetInfoUrl

func (o *ReleaseResource) UnsetInfoUrl()

UnsetInfoUrl ensures that no value is present for InfoUrl, not even an explicit nil

GetEpisodeRequested

func (o *ReleaseResource) GetEpisodeRequested() bool

GetEpisodeRequested returns the EpisodeRequested field if non-nil, zero value otherwise.

GetEpisodeRequestedOk

func (o *ReleaseResource) GetEpisodeRequestedOk() (*bool, bool)

GetEpisodeRequestedOk returns a tuple with the EpisodeRequested field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEpisodeRequested

func (o *ReleaseResource) SetEpisodeRequested(v bool)

SetEpisodeRequested sets EpisodeRequested field to given value.

HasEpisodeRequested

func (o *ReleaseResource) HasEpisodeRequested() bool

HasEpisodeRequested returns a boolean if a field has been set.

GetDownloadAllowed

func (o *ReleaseResource) GetDownloadAllowed() bool

GetDownloadAllowed returns the DownloadAllowed field if non-nil, zero value otherwise.

GetDownloadAllowedOk

func (o *ReleaseResource) GetDownloadAllowedOk() (*bool, bool)

GetDownloadAllowedOk returns a tuple with the DownloadAllowed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDownloadAllowed

func (o *ReleaseResource) SetDownloadAllowed(v bool)

SetDownloadAllowed sets DownloadAllowed field to given value.

HasDownloadAllowed

func (o *ReleaseResource) HasDownloadAllowed() bool

HasDownloadAllowed returns a boolean if a field has been set.

GetReleaseWeight

func (o *ReleaseResource) GetReleaseWeight() int32

GetReleaseWeight returns the ReleaseWeight field if non-nil, zero value otherwise.

GetReleaseWeightOk

func (o *ReleaseResource) GetReleaseWeightOk() (*int32, bool)

GetReleaseWeightOk returns a tuple with the ReleaseWeight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetReleaseWeight

func (o *ReleaseResource) SetReleaseWeight(v int32)

SetReleaseWeight sets ReleaseWeight field to given value.

HasReleaseWeight

func (o *ReleaseResource) HasReleaseWeight() bool

HasReleaseWeight returns a boolean if a field has been set.

GetCustomFormats

func (o *ReleaseResource) GetCustomFormats() []CustomFormatResource

GetCustomFormats returns the CustomFormats field if non-nil, zero value otherwise.

GetCustomFormatsOk

func (o *ReleaseResource) GetCustomFormatsOk() (*[]CustomFormatResource, bool)

GetCustomFormatsOk returns a tuple with the CustomFormats field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCustomFormats

func (o *ReleaseResource) SetCustomFormats(v []CustomFormatResource)

SetCustomFormats sets CustomFormats field to given value.

HasCustomFormats

func (o *ReleaseResource) HasCustomFormats() bool

HasCustomFormats returns a boolean if a field has been set.

SetCustomFormatsNil

func (o *ReleaseResource) SetCustomFormatsNil(b bool)

SetCustomFormatsNil sets the value for CustomFormats to be an explicit nil

UnsetCustomFormats

func (o *ReleaseResource) UnsetCustomFormats()

UnsetCustomFormats ensures that no value is present for CustomFormats, not even an explicit nil

GetCustomFormatScore

func (o *ReleaseResource) GetCustomFormatScore() int32

GetCustomFormatScore returns the CustomFormatScore field if non-nil, zero value otherwise.

GetCustomFormatScoreOk

func (o *ReleaseResource) GetCustomFormatScoreOk() (*int32, bool)

GetCustomFormatScoreOk returns a tuple with the CustomFormatScore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCustomFormatScore

func (o *ReleaseResource) SetCustomFormatScore(v int32)

SetCustomFormatScore sets CustomFormatScore field to given value.

HasCustomFormatScore

func (o *ReleaseResource) HasCustomFormatScore() bool

HasCustomFormatScore returns a boolean if a field has been set.

GetSceneMapping

func (o *ReleaseResource) GetSceneMapping() AlternateTitleResource

GetSceneMapping returns the SceneMapping field if non-nil, zero value otherwise.

GetSceneMappingOk

func (o *ReleaseResource) GetSceneMappingOk() (*AlternateTitleResource, bool)

GetSceneMappingOk returns a tuple with the SceneMapping field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSceneMapping

func (o *ReleaseResource) SetSceneMapping(v AlternateTitleResource)

SetSceneMapping sets SceneMapping field to given value.

HasSceneMapping

func (o *ReleaseResource) HasSceneMapping() bool

HasSceneMapping returns a boolean if a field has been set.

GetMagnetUrl

func (o *ReleaseResource) GetMagnetUrl() string

GetMagnetUrl returns the MagnetUrl field if non-nil, zero value otherwise.

GetMagnetUrlOk

func (o *ReleaseResource) GetMagnetUrlOk() (*string, bool)

GetMagnetUrlOk returns a tuple with the MagnetUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMagnetUrl

func (o *ReleaseResource) SetMagnetUrl(v string)

SetMagnetUrl sets MagnetUrl field to given value.

HasMagnetUrl

func (o *ReleaseResource) HasMagnetUrl() bool

HasMagnetUrl returns a boolean if a field has been set.

SetMagnetUrlNil

func (o *ReleaseResource) SetMagnetUrlNil(b bool)

SetMagnetUrlNil sets the value for MagnetUrl to be an explicit nil

UnsetMagnetUrl

func (o *ReleaseResource) UnsetMagnetUrl()

UnsetMagnetUrl ensures that no value is present for MagnetUrl, not even an explicit nil

GetInfoHash

func (o *ReleaseResource) GetInfoHash() string

GetInfoHash returns the InfoHash field if non-nil, zero value otherwise.

GetInfoHashOk

func (o *ReleaseResource) GetInfoHashOk() (*string, bool)

GetInfoHashOk returns a tuple with the InfoHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetInfoHash

func (o *ReleaseResource) SetInfoHash(v string)

SetInfoHash sets InfoHash field to given value.

HasInfoHash

func (o *ReleaseResource) HasInfoHash() bool

HasInfoHash returns a boolean if a field has been set.

SetInfoHashNil

func (o *ReleaseResource) SetInfoHashNil(b bool)

SetInfoHashNil sets the value for InfoHash to be an explicit nil

UnsetInfoHash

func (o *ReleaseResource) UnsetInfoHash()

UnsetInfoHash ensures that no value is present for InfoHash, not even an explicit nil

GetSeeders

func (o *ReleaseResource) GetSeeders() int32

GetSeeders returns the Seeders field if non-nil, zero value otherwise.

GetSeedersOk

func (o *ReleaseResource) GetSeedersOk() (*int32, bool)

GetSeedersOk returns a tuple with the Seeders field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSeeders

func (o *ReleaseResource) SetSeeders(v int32)

SetSeeders sets Seeders field to given value.

HasSeeders

func (o *ReleaseResource) HasSeeders() bool

HasSeeders returns a boolean if a field has been set.

SetSeedersNil

func (o *ReleaseResource) SetSeedersNil(b bool)

SetSeedersNil sets the value for Seeders to be an explicit nil

UnsetSeeders

func (o *ReleaseResource) UnsetSeeders()

UnsetSeeders ensures that no value is present for Seeders, not even an explicit nil

GetLeechers

func (o *ReleaseResource) GetLeechers() int32

GetLeechers returns the Leechers field if non-nil, zero value otherwise.

GetLeechersOk

func (o *ReleaseResource) GetLeechersOk() (*int32, bool)

GetLeechersOk returns a tuple with the Leechers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLeechers

func (o *ReleaseResource) SetLeechers(v int32)

SetLeechers sets Leechers field to given value.

HasLeechers

func (o *ReleaseResource) HasLeechers() bool

HasLeechers returns a boolean if a field has been set.

SetLeechersNil

func (o *ReleaseResource) SetLeechersNil(b bool)

SetLeechersNil sets the value for Leechers to be an explicit nil

UnsetLeechers

func (o *ReleaseResource) UnsetLeechers()

UnsetLeechers ensures that no value is present for Leechers, not even an explicit nil

GetProtocol

func (o *ReleaseResource) GetProtocol() DownloadProtocol

GetProtocol returns the Protocol field if non-nil, zero value otherwise.

GetProtocolOk

func (o *ReleaseResource) GetProtocolOk() (*DownloadProtocol, bool)

GetProtocolOk returns a tuple with the Protocol field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProtocol

func (o *ReleaseResource) SetProtocol(v DownloadProtocol)

SetProtocol sets Protocol field to given value.

HasProtocol

func (o *ReleaseResource) HasProtocol() bool

HasProtocol returns a boolean if a field has been set.

GetIndexerFlags

func (o *ReleaseResource) GetIndexerFlags() int32

GetIndexerFlags returns the IndexerFlags field if non-nil, zero value otherwise.

GetIndexerFlagsOk

func (o *ReleaseResource) GetIndexerFlagsOk() (*int32, bool)

GetIndexerFlagsOk returns a tuple with the IndexerFlags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIndexerFlags

func (o *ReleaseResource) SetIndexerFlags(v int32)

SetIndexerFlags sets IndexerFlags field to given value.

HasIndexerFlags

func (o *ReleaseResource) HasIndexerFlags() bool

HasIndexerFlags returns a boolean if a field has been set.

GetIsDaily

func (o *ReleaseResource) GetIsDaily() bool

GetIsDaily returns the IsDaily field if non-nil, zero value otherwise.

GetIsDailyOk

func (o *ReleaseResource) GetIsDailyOk() (*bool, bool)

GetIsDailyOk returns a tuple with the IsDaily field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIsDaily

func (o *ReleaseResource) SetIsDaily(v bool)

SetIsDaily sets IsDaily field to given value.

HasIsDaily

func (o *ReleaseResource) HasIsDaily() bool

HasIsDaily returns a boolean if a field has been set.

GetIsAbsoluteNumbering

func (o *ReleaseResource) GetIsAbsoluteNumbering() bool

GetIsAbsoluteNumbering returns the IsAbsoluteNumbering field if non-nil, zero value otherwise.

GetIsAbsoluteNumberingOk

func (o *ReleaseResource) GetIsAbsoluteNumberingOk() (*bool, bool)

GetIsAbsoluteNumberingOk returns a tuple with the IsAbsoluteNumbering field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIsAbsoluteNumbering

func (o *ReleaseResource) SetIsAbsoluteNumbering(v bool)

SetIsAbsoluteNumbering sets IsAbsoluteNumbering field to given value.

HasIsAbsoluteNumbering

func (o *ReleaseResource) HasIsAbsoluteNumbering() bool

HasIsAbsoluteNumbering returns a boolean if a field has been set.

GetIsPossibleSpecialEpisode

func (o *ReleaseResource) GetIsPossibleSpecialEpisode() bool

GetIsPossibleSpecialEpisode returns the IsPossibleSpecialEpisode field if non-nil, zero value otherwise.

GetIsPossibleSpecialEpisodeOk

func (o *ReleaseResource) GetIsPossibleSpecialEpisodeOk() (*bool, bool)

GetIsPossibleSpecialEpisodeOk returns a tuple with the IsPossibleSpecialEpisode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIsPossibleSpecialEpisode

func (o *ReleaseResource) SetIsPossibleSpecialEpisode(v bool)

SetIsPossibleSpecialEpisode sets IsPossibleSpecialEpisode field to given value.

HasIsPossibleSpecialEpisode

func (o *ReleaseResource) HasIsPossibleSpecialEpisode() bool

HasIsPossibleSpecialEpisode returns a boolean if a field has been set.

GetSpecial

func (o *ReleaseResource) GetSpecial() bool

GetSpecial returns the Special field if non-nil, zero value otherwise.

GetSpecialOk

func (o *ReleaseResource) GetSpecialOk() (*bool, bool)

GetSpecialOk returns a tuple with the Special field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSpecial

func (o *ReleaseResource) SetSpecial(v bool)

SetSpecial sets Special field to given value.

HasSpecial

func (o *ReleaseResource) HasSpecial() bool

HasSpecial returns a boolean if a field has been set.

GetSeriesId

func (o *ReleaseResource) GetSeriesId() int32

GetSeriesId returns the SeriesId field if non-nil, zero value otherwise.

GetSeriesIdOk

func (o *ReleaseResource) GetSeriesIdOk() (*int32, bool)

GetSeriesIdOk returns a tuple with the SeriesId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSeriesId

func (o *ReleaseResource) SetSeriesId(v int32)

SetSeriesId sets SeriesId field to given value.

HasSeriesId

func (o *ReleaseResource) HasSeriesId() bool

HasSeriesId returns a boolean if a field has been set.

SetSeriesIdNil

func (o *ReleaseResource) SetSeriesIdNil(b bool)

SetSeriesIdNil sets the value for SeriesId to be an explicit nil

UnsetSeriesId

func (o *ReleaseResource) UnsetSeriesId()

UnsetSeriesId ensures that no value is present for SeriesId, not even an explicit nil

GetEpisodeId

func (o *ReleaseResource) GetEpisodeId() int32

GetEpisodeId returns the EpisodeId field if non-nil, zero value otherwise.

GetEpisodeIdOk

func (o *ReleaseResource) GetEpisodeIdOk() (*int32, bool)

GetEpisodeIdOk returns a tuple with the EpisodeId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEpisodeId

func (o *ReleaseResource) SetEpisodeId(v int32)

SetEpisodeId sets EpisodeId field to given value.

HasEpisodeId

func (o *ReleaseResource) HasEpisodeId() bool

HasEpisodeId returns a boolean if a field has been set.

SetEpisodeIdNil

func (o *ReleaseResource) SetEpisodeIdNil(b bool)

SetEpisodeIdNil sets the value for EpisodeId to be an explicit nil

UnsetEpisodeId

func (o *ReleaseResource) UnsetEpisodeId()

UnsetEpisodeId ensures that no value is present for EpisodeId, not even an explicit nil

GetEpisodeIds

func (o *ReleaseResource) GetEpisodeIds() []int32

GetEpisodeIds returns the EpisodeIds field if non-nil, zero value otherwise.

GetEpisodeIdsOk

func (o *ReleaseResource) GetEpisodeIdsOk() (*[]int32, bool)

GetEpisodeIdsOk returns a tuple with the EpisodeIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEpisodeIds

func (o *ReleaseResource) SetEpisodeIds(v []int32)

SetEpisodeIds sets EpisodeIds field to given value.

HasEpisodeIds

func (o *ReleaseResource) HasEpisodeIds() bool

HasEpisodeIds returns a boolean if a field has been set.

SetEpisodeIdsNil

func (o *ReleaseResource) SetEpisodeIdsNil(b bool)

SetEpisodeIdsNil sets the value for EpisodeIds to be an explicit nil

UnsetEpisodeIds

func (o *ReleaseResource) UnsetEpisodeIds()

UnsetEpisodeIds ensures that no value is present for EpisodeIds, not even an explicit nil

GetDownloadClientId

func (o *ReleaseResource) GetDownloadClientId() int32

GetDownloadClientId returns the DownloadClientId field if non-nil, zero value otherwise.

GetDownloadClientIdOk

func (o *ReleaseResource) GetDownloadClientIdOk() (*int32, bool)

GetDownloadClientIdOk returns a tuple with the DownloadClientId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDownloadClientId

func (o *ReleaseResource) SetDownloadClientId(v int32)

SetDownloadClientId sets DownloadClientId field to given value.

HasDownloadClientId

func (o *ReleaseResource) HasDownloadClientId() bool

HasDownloadClientId returns a boolean if a field has been set.

SetDownloadClientIdNil

func (o *ReleaseResource) SetDownloadClientIdNil(b bool)

SetDownloadClientIdNil sets the value for DownloadClientId to be an explicit nil

UnsetDownloadClientId

func (o *ReleaseResource) UnsetDownloadClientId()

UnsetDownloadClientId ensures that no value is present for DownloadClientId, not even an explicit nil

GetDownloadClient

func (o *ReleaseResource) GetDownloadClient() string

GetDownloadClient returns the DownloadClient field if non-nil, zero value otherwise.

GetDownloadClientOk

func (o *ReleaseResource) GetDownloadClientOk() (*string, bool)

GetDownloadClientOk returns a tuple with the DownloadClient field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDownloadClient

func (o *ReleaseResource) SetDownloadClient(v string)

SetDownloadClient sets DownloadClient field to given value.

HasDownloadClient

func (o *ReleaseResource) HasDownloadClient() bool

HasDownloadClient returns a boolean if a field has been set.

SetDownloadClientNil

func (o *ReleaseResource) SetDownloadClientNil(b bool)

SetDownloadClientNil sets the value for DownloadClient to be an explicit nil

UnsetDownloadClient

func (o *ReleaseResource) UnsetDownloadClient()

UnsetDownloadClient ensures that no value is present for DownloadClient, not even an explicit nil

GetShouldOverride

func (o *ReleaseResource) GetShouldOverride() bool

GetShouldOverride returns the ShouldOverride field if non-nil, zero value otherwise.

GetShouldOverrideOk

func (o *ReleaseResource) GetShouldOverrideOk() (*bool, bool)

GetShouldOverrideOk returns a tuple with the ShouldOverride field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetShouldOverride

func (o *ReleaseResource) SetShouldOverride(v bool)

SetShouldOverride sets ShouldOverride field to given value.

HasShouldOverride

func (o *ReleaseResource) HasShouldOverride() bool

HasShouldOverride returns a boolean if a field has been set.

SetShouldOverrideNil

func (o *ReleaseResource) SetShouldOverrideNil(b bool)

SetShouldOverrideNil sets the value for ShouldOverride to be an explicit nil

UnsetShouldOverride

func (o *ReleaseResource) UnsetShouldOverride()

UnsetShouldOverride ensures that no value is present for ShouldOverride, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]