Skip to content

Latest commit

 

History

History
402 lines (221 loc) · 10.8 KB

BlocklistResource.md

File metadata and controls

402 lines (221 loc) · 10.8 KB

BlocklistResource

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
SeriesId Pointer to int32 [optional]
EpisodeIds Pointer to []int32 [optional]
SourceTitle Pointer to NullableString [optional]
Languages Pointer to []Language [optional]
Quality Pointer to QualityModel [optional]
CustomFormats Pointer to []CustomFormatResource [optional]
Date Pointer to time.Time [optional]
Protocol Pointer to DownloadProtocol [optional]
Indexer Pointer to NullableString [optional]
Message Pointer to NullableString [optional]
Series Pointer to SeriesResource [optional]

Methods

NewBlocklistResource

func NewBlocklistResource() *BlocklistResource

NewBlocklistResource instantiates a new BlocklistResource 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

NewBlocklistResourceWithDefaults

func NewBlocklistResourceWithDefaults() *BlocklistResource

NewBlocklistResourceWithDefaults instantiates a new BlocklistResource 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 *BlocklistResource) GetId() int32

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

GetIdOk

func (o *BlocklistResource) 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 *BlocklistResource) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *BlocklistResource) HasId() bool

HasId returns a boolean if a field has been set.

GetSeriesId

func (o *BlocklistResource) GetSeriesId() int32

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

GetSeriesIdOk

func (o *BlocklistResource) 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 *BlocklistResource) SetSeriesId(v int32)

SetSeriesId sets SeriesId field to given value.

HasSeriesId

func (o *BlocklistResource) HasSeriesId() bool

HasSeriesId returns a boolean if a field has been set.

GetEpisodeIds

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

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

GetEpisodeIdsOk

func (o *BlocklistResource) 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 *BlocklistResource) SetEpisodeIds(v []int32)

SetEpisodeIds sets EpisodeIds field to given value.

HasEpisodeIds

func (o *BlocklistResource) HasEpisodeIds() bool

HasEpisodeIds returns a boolean if a field has been set.

SetEpisodeIdsNil

func (o *BlocklistResource) SetEpisodeIdsNil(b bool)

SetEpisodeIdsNil sets the value for EpisodeIds to be an explicit nil

UnsetEpisodeIds

func (o *BlocklistResource) UnsetEpisodeIds()

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

GetSourceTitle

func (o *BlocklistResource) GetSourceTitle() string

GetSourceTitle returns the SourceTitle field if non-nil, zero value otherwise.

GetSourceTitleOk

func (o *BlocklistResource) GetSourceTitleOk() (*string, bool)

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

SetSourceTitle

func (o *BlocklistResource) SetSourceTitle(v string)

SetSourceTitle sets SourceTitle field to given value.

HasSourceTitle

func (o *BlocklistResource) HasSourceTitle() bool

HasSourceTitle returns a boolean if a field has been set.

SetSourceTitleNil

func (o *BlocklistResource) SetSourceTitleNil(b bool)

SetSourceTitleNil sets the value for SourceTitle to be an explicit nil

UnsetSourceTitle

func (o *BlocklistResource) UnsetSourceTitle()

UnsetSourceTitle ensures that no value is present for SourceTitle, not even an explicit nil

GetLanguages

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

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

GetLanguagesOk

func (o *BlocklistResource) 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 *BlocklistResource) SetLanguages(v []Language)

SetLanguages sets Languages field to given value.

HasLanguages

func (o *BlocklistResource) HasLanguages() bool

HasLanguages returns a boolean if a field has been set.

SetLanguagesNil

func (o *BlocklistResource) SetLanguagesNil(b bool)

SetLanguagesNil sets the value for Languages to be an explicit nil

UnsetLanguages

func (o *BlocklistResource) UnsetLanguages()

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

GetQuality

func (o *BlocklistResource) GetQuality() QualityModel

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

GetQualityOk

func (o *BlocklistResource) 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 *BlocklistResource) SetQuality(v QualityModel)

SetQuality sets Quality field to given value.

HasQuality

func (o *BlocklistResource) HasQuality() bool

HasQuality returns a boolean if a field has been set.

GetCustomFormats

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

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

GetCustomFormatsOk

func (o *BlocklistResource) 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 *BlocklistResource) SetCustomFormats(v []CustomFormatResource)

SetCustomFormats sets CustomFormats field to given value.

HasCustomFormats

func (o *BlocklistResource) HasCustomFormats() bool

HasCustomFormats returns a boolean if a field has been set.

SetCustomFormatsNil

func (o *BlocklistResource) SetCustomFormatsNil(b bool)

SetCustomFormatsNil sets the value for CustomFormats to be an explicit nil

UnsetCustomFormats

func (o *BlocklistResource) UnsetCustomFormats()

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

GetDate

func (o *BlocklistResource) GetDate() time.Time

GetDate returns the Date field if non-nil, zero value otherwise.

GetDateOk

func (o *BlocklistResource) GetDateOk() (*time.Time, bool)

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

SetDate

func (o *BlocklistResource) SetDate(v time.Time)

SetDate sets Date field to given value.

HasDate

func (o *BlocklistResource) HasDate() bool

HasDate returns a boolean if a field has been set.

GetProtocol

func (o *BlocklistResource) GetProtocol() DownloadProtocol

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

GetProtocolOk

func (o *BlocklistResource) 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 *BlocklistResource) SetProtocol(v DownloadProtocol)

SetProtocol sets Protocol field to given value.

HasProtocol

func (o *BlocklistResource) HasProtocol() bool

HasProtocol returns a boolean if a field has been set.

GetIndexer

func (o *BlocklistResource) GetIndexer() string

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

GetIndexerOk

func (o *BlocklistResource) 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 *BlocklistResource) SetIndexer(v string)

SetIndexer sets Indexer field to given value.

HasIndexer

func (o *BlocklistResource) HasIndexer() bool

HasIndexer returns a boolean if a field has been set.

SetIndexerNil

func (o *BlocklistResource) SetIndexerNil(b bool)

SetIndexerNil sets the value for Indexer to be an explicit nil

UnsetIndexer

func (o *BlocklistResource) UnsetIndexer()

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

GetMessage

func (o *BlocklistResource) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *BlocklistResource) GetMessageOk() (*string, bool)

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

SetMessage

func (o *BlocklistResource) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *BlocklistResource) HasMessage() bool

HasMessage returns a boolean if a field has been set.

SetMessageNil

func (o *BlocklistResource) SetMessageNil(b bool)

SetMessageNil sets the value for Message to be an explicit nil

UnsetMessage

func (o *BlocklistResource) UnsetMessage()

UnsetMessage ensures that no value is present for Message, not even an explicit nil

GetSeries

func (o *BlocklistResource) GetSeries() SeriesResource

GetSeries returns the Series field if non-nil, zero value otherwise.

GetSeriesOk

func (o *BlocklistResource) GetSeriesOk() (*SeriesResource, bool)

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

SetSeries

func (o *BlocklistResource) SetSeries(v SeriesResource)

SetSeries sets Series field to given value.

HasSeries

func (o *BlocklistResource) HasSeries() bool

HasSeries returns a boolean if a field has been set.

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