Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
Guid | Pointer to NullableString | [optional] | |
Quality | Pointer to QualityModel | [optional] | |
CustomFormats | Pointer to []CustomFormatResource | [optional] | |
CustomFormatScore | Pointer to int32 | [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] | |
SceneSource | Pointer to bool | [optional] | |
MovieTitles | Pointer to []string | [optional] | |
Languages | Pointer to []Language | [optional] | |
MappedMovieId | Pointer to NullableInt32 | [optional] | |
Approved | Pointer to bool | [optional] | |
TemporarilyRejected | Pointer to bool | [optional] | |
Rejected | Pointer to bool | [optional] | |
TmdbId | Pointer to int32 | [optional] | |
ImdbId | Pointer to int32 | [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] | |
MovieRequested | Pointer to bool | [optional] | |
DownloadAllowed | Pointer to bool | [optional] | |
ReleaseWeight | Pointer to int32 | [optional] | |
Edition | Pointer to NullableString | [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 interface{} | [optional] | |
MovieId | Pointer to NullableInt32 | [optional] | |
DownloadClientId | Pointer to NullableInt32 | [optional] | |
DownloadClient | Pointer to NullableString | [optional] | |
ShouldOverride | Pointer to NullableBool | [optional] |
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
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
func (o *ReleaseResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetId(v int32)
SetId sets Id field to given value.
func (o *ReleaseResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ReleaseResource) GetGuid() string
GetGuid returns the Guid field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetGuid(v string)
SetGuid sets Guid field to given value.
func (o *ReleaseResource) HasGuid() bool
HasGuid returns a boolean if a field has been set.
func (o *ReleaseResource) SetGuidNil(b bool)
SetGuidNil sets the value for Guid to be an explicit nil
func (o *ReleaseResource) UnsetGuid()
UnsetGuid ensures that no value is present for Guid, not even an explicit nil
func (o *ReleaseResource) GetQuality() QualityModel
GetQuality returns the Quality field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetQuality(v QualityModel)
SetQuality sets Quality field to given value.
func (o *ReleaseResource) HasQuality() bool
HasQuality returns a boolean if a field has been set.
func (o *ReleaseResource) GetCustomFormats() []CustomFormatResource
GetCustomFormats returns the CustomFormats field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetCustomFormats(v []CustomFormatResource)
SetCustomFormats sets CustomFormats field to given value.
func (o *ReleaseResource) HasCustomFormats() bool
HasCustomFormats returns a boolean if a field has been set.
func (o *ReleaseResource) SetCustomFormatsNil(b bool)
SetCustomFormatsNil sets the value for CustomFormats to be an explicit nil
func (o *ReleaseResource) UnsetCustomFormats()
UnsetCustomFormats ensures that no value is present for CustomFormats, not even an explicit nil
func (o *ReleaseResource) GetCustomFormatScore() int32
GetCustomFormatScore returns the CustomFormatScore field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetCustomFormatScore(v int32)
SetCustomFormatScore sets CustomFormatScore field to given value.
func (o *ReleaseResource) HasCustomFormatScore() bool
HasCustomFormatScore returns a boolean if a field has been set.
func (o *ReleaseResource) GetQualityWeight() int32
GetQualityWeight returns the QualityWeight field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetQualityWeight(v int32)
SetQualityWeight sets QualityWeight field to given value.
func (o *ReleaseResource) HasQualityWeight() bool
HasQualityWeight returns a boolean if a field has been set.
func (o *ReleaseResource) GetAge() int32
GetAge returns the Age field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetAge(v int32)
SetAge sets Age field to given value.
func (o *ReleaseResource) HasAge() bool
HasAge returns a boolean if a field has been set.
func (o *ReleaseResource) GetAgeHours() float64
GetAgeHours returns the AgeHours field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetAgeHours(v float64)
SetAgeHours sets AgeHours field to given value.
func (o *ReleaseResource) HasAgeHours() bool
HasAgeHours returns a boolean if a field has been set.
func (o *ReleaseResource) GetAgeMinutes() float64
GetAgeMinutes returns the AgeMinutes field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetAgeMinutes(v float64)
SetAgeMinutes sets AgeMinutes field to given value.
func (o *ReleaseResource) HasAgeMinutes() bool
HasAgeMinutes returns a boolean if a field has been set.
func (o *ReleaseResource) GetSize() int64
GetSize returns the Size field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetSize(v int64)
SetSize sets Size field to given value.
func (o *ReleaseResource) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *ReleaseResource) GetIndexerId() int32
GetIndexerId returns the IndexerId field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetIndexerId(v int32)
SetIndexerId sets IndexerId field to given value.
func (o *ReleaseResource) HasIndexerId() bool
HasIndexerId returns a boolean if a field has been set.
func (o *ReleaseResource) GetIndexer() string
GetIndexer returns the Indexer field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetIndexer(v string)
SetIndexer sets Indexer field to given value.
func (o *ReleaseResource) HasIndexer() bool
HasIndexer returns a boolean if a field has been set.
func (o *ReleaseResource) SetIndexerNil(b bool)
SetIndexerNil sets the value for Indexer to be an explicit nil
func (o *ReleaseResource) UnsetIndexer()
UnsetIndexer ensures that no value is present for Indexer, not even an explicit nil
func (o *ReleaseResource) GetReleaseGroup() string
GetReleaseGroup returns the ReleaseGroup field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetReleaseGroup(v string)
SetReleaseGroup sets ReleaseGroup field to given value.
func (o *ReleaseResource) HasReleaseGroup() bool
HasReleaseGroup returns a boolean if a field has been set.
func (o *ReleaseResource) SetReleaseGroupNil(b bool)
SetReleaseGroupNil sets the value for ReleaseGroup to be an explicit nil
func (o *ReleaseResource) UnsetReleaseGroup()
UnsetReleaseGroup ensures that no value is present for ReleaseGroup, not even an explicit nil
func (o *ReleaseResource) GetSubGroup() string
GetSubGroup returns the SubGroup field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetSubGroup(v string)
SetSubGroup sets SubGroup field to given value.
func (o *ReleaseResource) HasSubGroup() bool
HasSubGroup returns a boolean if a field has been set.
func (o *ReleaseResource) SetSubGroupNil(b bool)
SetSubGroupNil sets the value for SubGroup to be an explicit nil
func (o *ReleaseResource) UnsetSubGroup()
UnsetSubGroup ensures that no value is present for SubGroup, not even an explicit nil
func (o *ReleaseResource) GetReleaseHash() string
GetReleaseHash returns the ReleaseHash field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetReleaseHash(v string)
SetReleaseHash sets ReleaseHash field to given value.
func (o *ReleaseResource) HasReleaseHash() bool
HasReleaseHash returns a boolean if a field has been set.
func (o *ReleaseResource) SetReleaseHashNil(b bool)
SetReleaseHashNil sets the value for ReleaseHash to be an explicit nil
func (o *ReleaseResource) UnsetReleaseHash()
UnsetReleaseHash ensures that no value is present for ReleaseHash, not even an explicit nil
func (o *ReleaseResource) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *ReleaseResource) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *ReleaseResource) SetTitleNil(b bool)
SetTitleNil sets the value for Title to be an explicit nil
func (o *ReleaseResource) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
func (o *ReleaseResource) GetSceneSource() bool
GetSceneSource returns the SceneSource field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetSceneSource(v bool)
SetSceneSource sets SceneSource field to given value.
func (o *ReleaseResource) HasSceneSource() bool
HasSceneSource returns a boolean if a field has been set.
func (o *ReleaseResource) GetMovieTitles() []string
GetMovieTitles returns the MovieTitles field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetMovieTitlesOk() (*[]string, bool)
GetMovieTitlesOk returns a tuple with the MovieTitles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetMovieTitles(v []string)
SetMovieTitles sets MovieTitles field to given value.
func (o *ReleaseResource) HasMovieTitles() bool
HasMovieTitles returns a boolean if a field has been set.
func (o *ReleaseResource) SetMovieTitlesNil(b bool)
SetMovieTitlesNil sets the value for MovieTitles to be an explicit nil
func (o *ReleaseResource) UnsetMovieTitles()
UnsetMovieTitles ensures that no value is present for MovieTitles, not even an explicit nil
func (o *ReleaseResource) GetLanguages() []Language
GetLanguages returns the Languages field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetLanguages(v []Language)
SetLanguages sets Languages field to given value.
func (o *ReleaseResource) HasLanguages() bool
HasLanguages returns a boolean if a field has been set.
func (o *ReleaseResource) SetLanguagesNil(b bool)
SetLanguagesNil sets the value for Languages to be an explicit nil
func (o *ReleaseResource) UnsetLanguages()
UnsetLanguages ensures that no value is present for Languages, not even an explicit nil
func (o *ReleaseResource) GetMappedMovieId() int32
GetMappedMovieId returns the MappedMovieId field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetMappedMovieIdOk() (*int32, bool)
GetMappedMovieIdOk returns a tuple with the MappedMovieId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetMappedMovieId(v int32)
SetMappedMovieId sets MappedMovieId field to given value.
func (o *ReleaseResource) HasMappedMovieId() bool
HasMappedMovieId returns a boolean if a field has been set.
func (o *ReleaseResource) SetMappedMovieIdNil(b bool)
SetMappedMovieIdNil sets the value for MappedMovieId to be an explicit nil
func (o *ReleaseResource) UnsetMappedMovieId()
UnsetMappedMovieId ensures that no value is present for MappedMovieId, not even an explicit nil
func (o *ReleaseResource) GetApproved() bool
GetApproved returns the Approved field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetApproved(v bool)
SetApproved sets Approved field to given value.
func (o *ReleaseResource) HasApproved() bool
HasApproved returns a boolean if a field has been set.
func (o *ReleaseResource) GetTemporarilyRejected() bool
GetTemporarilyRejected returns the TemporarilyRejected field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetTemporarilyRejected(v bool)
SetTemporarilyRejected sets TemporarilyRejected field to given value.
func (o *ReleaseResource) HasTemporarilyRejected() bool
HasTemporarilyRejected returns a boolean if a field has been set.
func (o *ReleaseResource) GetRejected() bool
GetRejected returns the Rejected field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetRejected(v bool)
SetRejected sets Rejected field to given value.
func (o *ReleaseResource) HasRejected() bool
HasRejected returns a boolean if a field has been set.
func (o *ReleaseResource) GetTmdbId() int32
GetTmdbId returns the TmdbId field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetTmdbIdOk() (*int32, bool)
GetTmdbIdOk returns a tuple with the TmdbId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetTmdbId(v int32)
SetTmdbId sets TmdbId field to given value.
func (o *ReleaseResource) HasTmdbId() bool
HasTmdbId returns a boolean if a field has been set.
func (o *ReleaseResource) GetImdbId() int32
GetImdbId returns the ImdbId field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetImdbIdOk() (*int32, 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.
func (o *ReleaseResource) SetImdbId(v int32)
SetImdbId sets ImdbId field to given value.
func (o *ReleaseResource) HasImdbId() bool
HasImdbId returns a boolean if a field has been set.
func (o *ReleaseResource) GetRejections() []string
GetRejections returns the Rejections field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetRejections(v []string)
SetRejections sets Rejections field to given value.
func (o *ReleaseResource) HasRejections() bool
HasRejections returns a boolean if a field has been set.
func (o *ReleaseResource) SetRejectionsNil(b bool)
SetRejectionsNil sets the value for Rejections to be an explicit nil
func (o *ReleaseResource) UnsetRejections()
UnsetRejections ensures that no value is present for Rejections, not even an explicit nil
func (o *ReleaseResource) GetPublishDate() time.Time
GetPublishDate returns the PublishDate field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetPublishDate(v time.Time)
SetPublishDate sets PublishDate field to given value.
func (o *ReleaseResource) HasPublishDate() bool
HasPublishDate returns a boolean if a field has been set.
func (o *ReleaseResource) GetCommentUrl() string
GetCommentUrl returns the CommentUrl field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetCommentUrl(v string)
SetCommentUrl sets CommentUrl field to given value.
func (o *ReleaseResource) HasCommentUrl() bool
HasCommentUrl returns a boolean if a field has been set.
func (o *ReleaseResource) SetCommentUrlNil(b bool)
SetCommentUrlNil sets the value for CommentUrl to be an explicit nil
func (o *ReleaseResource) UnsetCommentUrl()
UnsetCommentUrl ensures that no value is present for CommentUrl, not even an explicit nil
func (o *ReleaseResource) GetDownloadUrl() string
GetDownloadUrl returns the DownloadUrl field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetDownloadUrl(v string)
SetDownloadUrl sets DownloadUrl field to given value.
func (o *ReleaseResource) HasDownloadUrl() bool
HasDownloadUrl returns a boolean if a field has been set.
func (o *ReleaseResource) SetDownloadUrlNil(b bool)
SetDownloadUrlNil sets the value for DownloadUrl to be an explicit nil
func (o *ReleaseResource) UnsetDownloadUrl()
UnsetDownloadUrl ensures that no value is present for DownloadUrl, not even an explicit nil
func (o *ReleaseResource) GetInfoUrl() string
GetInfoUrl returns the InfoUrl field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetInfoUrl(v string)
SetInfoUrl sets InfoUrl field to given value.
func (o *ReleaseResource) HasInfoUrl() bool
HasInfoUrl returns a boolean if a field has been set.
func (o *ReleaseResource) SetInfoUrlNil(b bool)
SetInfoUrlNil sets the value for InfoUrl to be an explicit nil
func (o *ReleaseResource) UnsetInfoUrl()
UnsetInfoUrl ensures that no value is present for InfoUrl, not even an explicit nil
func (o *ReleaseResource) GetMovieRequested() bool
GetMovieRequested returns the MovieRequested field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetMovieRequestedOk() (*bool, bool)
GetMovieRequestedOk returns a tuple with the MovieRequested field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetMovieRequested(v bool)
SetMovieRequested sets MovieRequested field to given value.
func (o *ReleaseResource) HasMovieRequested() bool
HasMovieRequested returns a boolean if a field has been set.
func (o *ReleaseResource) GetDownloadAllowed() bool
GetDownloadAllowed returns the DownloadAllowed field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetDownloadAllowed(v bool)
SetDownloadAllowed sets DownloadAllowed field to given value.
func (o *ReleaseResource) HasDownloadAllowed() bool
HasDownloadAllowed returns a boolean if a field has been set.
func (o *ReleaseResource) GetReleaseWeight() int32
GetReleaseWeight returns the ReleaseWeight field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetReleaseWeight(v int32)
SetReleaseWeight sets ReleaseWeight field to given value.
func (o *ReleaseResource) HasReleaseWeight() bool
HasReleaseWeight returns a boolean if a field has been set.
func (o *ReleaseResource) GetEdition() string
GetEdition returns the Edition field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetEditionOk() (*string, bool)
GetEditionOk returns a tuple with the Edition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetEdition(v string)
SetEdition sets Edition field to given value.
func (o *ReleaseResource) HasEdition() bool
HasEdition returns a boolean if a field has been set.
func (o *ReleaseResource) SetEditionNil(b bool)
SetEditionNil sets the value for Edition to be an explicit nil
func (o *ReleaseResource) UnsetEdition()
UnsetEdition ensures that no value is present for Edition, not even an explicit nil
func (o *ReleaseResource) GetMagnetUrl() string
GetMagnetUrl returns the MagnetUrl field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetMagnetUrl(v string)
SetMagnetUrl sets MagnetUrl field to given value.
func (o *ReleaseResource) HasMagnetUrl() bool
HasMagnetUrl returns a boolean if a field has been set.
func (o *ReleaseResource) SetMagnetUrlNil(b bool)
SetMagnetUrlNil sets the value for MagnetUrl to be an explicit nil
func (o *ReleaseResource) UnsetMagnetUrl()
UnsetMagnetUrl ensures that no value is present for MagnetUrl, not even an explicit nil
func (o *ReleaseResource) GetInfoHash() string
GetInfoHash returns the InfoHash field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetInfoHash(v string)
SetInfoHash sets InfoHash field to given value.
func (o *ReleaseResource) HasInfoHash() bool
HasInfoHash returns a boolean if a field has been set.
func (o *ReleaseResource) SetInfoHashNil(b bool)
SetInfoHashNil sets the value for InfoHash to be an explicit nil
func (o *ReleaseResource) UnsetInfoHash()
UnsetInfoHash ensures that no value is present for InfoHash, not even an explicit nil
func (o *ReleaseResource) GetSeeders() int32
GetSeeders returns the Seeders field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetSeeders(v int32)
SetSeeders sets Seeders field to given value.
func (o *ReleaseResource) HasSeeders() bool
HasSeeders returns a boolean if a field has been set.
func (o *ReleaseResource) SetSeedersNil(b bool)
SetSeedersNil sets the value for Seeders to be an explicit nil
func (o *ReleaseResource) UnsetSeeders()
UnsetSeeders ensures that no value is present for Seeders, not even an explicit nil
func (o *ReleaseResource) GetLeechers() int32
GetLeechers returns the Leechers field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetLeechers(v int32)
SetLeechers sets Leechers field to given value.
func (o *ReleaseResource) HasLeechers() bool
HasLeechers returns a boolean if a field has been set.
func (o *ReleaseResource) SetLeechersNil(b bool)
SetLeechersNil sets the value for Leechers to be an explicit nil
func (o *ReleaseResource) UnsetLeechers()
UnsetLeechers ensures that no value is present for Leechers, not even an explicit nil
func (o *ReleaseResource) GetProtocol() DownloadProtocol
GetProtocol returns the Protocol field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetProtocol(v DownloadProtocol)
SetProtocol sets Protocol field to given value.
func (o *ReleaseResource) HasProtocol() bool
HasProtocol returns a boolean if a field has been set.
func (o *ReleaseResource) GetIndexerFlags() interface{}
GetIndexerFlags returns the IndexerFlags field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetIndexerFlagsOk() (*interface{}, 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.
func (o *ReleaseResource) SetIndexerFlags(v interface{})
SetIndexerFlags sets IndexerFlags field to given value.
func (o *ReleaseResource) HasIndexerFlags() bool
HasIndexerFlags returns a boolean if a field has been set.
func (o *ReleaseResource) SetIndexerFlagsNil(b bool)
SetIndexerFlagsNil sets the value for IndexerFlags to be an explicit nil
func (o *ReleaseResource) UnsetIndexerFlags()
UnsetIndexerFlags ensures that no value is present for IndexerFlags, not even an explicit nil
func (o *ReleaseResource) GetMovieId() int32
GetMovieId returns the MovieId field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetMovieIdOk() (*int32, bool)
GetMovieIdOk returns a tuple with the MovieId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetMovieId(v int32)
SetMovieId sets MovieId field to given value.
func (o *ReleaseResource) HasMovieId() bool
HasMovieId returns a boolean if a field has been set.
func (o *ReleaseResource) SetMovieIdNil(b bool)
SetMovieIdNil sets the value for MovieId to be an explicit nil
func (o *ReleaseResource) UnsetMovieId()
UnsetMovieId ensures that no value is present for MovieId, not even an explicit nil
func (o *ReleaseResource) GetDownloadClientId() int32
GetDownloadClientId returns the DownloadClientId field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetDownloadClientId(v int32)
SetDownloadClientId sets DownloadClientId field to given value.
func (o *ReleaseResource) HasDownloadClientId() bool
HasDownloadClientId returns a boolean if a field has been set.
func (o *ReleaseResource) SetDownloadClientIdNil(b bool)
SetDownloadClientIdNil sets the value for DownloadClientId to be an explicit nil
func (o *ReleaseResource) UnsetDownloadClientId()
UnsetDownloadClientId ensures that no value is present for DownloadClientId, not even an explicit nil
func (o *ReleaseResource) GetDownloadClient() string
GetDownloadClient returns the DownloadClient field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetDownloadClient(v string)
SetDownloadClient sets DownloadClient field to given value.
func (o *ReleaseResource) HasDownloadClient() bool
HasDownloadClient returns a boolean if a field has been set.
func (o *ReleaseResource) SetDownloadClientNil(b bool)
SetDownloadClientNil sets the value for DownloadClient to be an explicit nil
func (o *ReleaseResource) UnsetDownloadClient()
UnsetDownloadClient ensures that no value is present for DownloadClient, not even an explicit nil
func (o *ReleaseResource) GetShouldOverride() bool
GetShouldOverride returns the ShouldOverride field if non-nil, zero value otherwise.
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.
func (o *ReleaseResource) SetShouldOverride(v bool)
SetShouldOverride sets ShouldOverride field to given value.
func (o *ReleaseResource) HasShouldOverride() bool
HasShouldOverride returns a boolean if a field has been set.
func (o *ReleaseResource) SetShouldOverrideNil(b bool)
SetShouldOverrideNil sets the value for ShouldOverride to be an explicit nil
func (o *ReleaseResource) UnsetShouldOverride()
UnsetShouldOverride ensures that no value is present for ShouldOverride, not even an explicit nil