Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
SeriesId | Pointer to int32 | [optional] | |
SeasonNumber | Pointer to int32 | [optional] | |
RelativePath | Pointer to NullableString | [optional] | |
Path | Pointer to NullableString | [optional] | |
Size | Pointer to int64 | [optional] | |
DateAdded | Pointer to time.Time | [optional] | |
SceneName | Pointer to NullableString | [optional] | |
ReleaseGroup | Pointer to NullableString | [optional] | |
Languages | Pointer to []Language | [optional] | |
Quality | Pointer to QualityModel | [optional] | |
CustomFormats | Pointer to []CustomFormatResource | [optional] | |
CustomFormatScore | Pointer to int32 | [optional] | |
IndexerFlags | Pointer to NullableInt32 | [optional] | |
ReleaseType | Pointer to ReleaseType | [optional] | |
MediaInfo | Pointer to MediaInfoResource | [optional] | |
QualityCutoffNotMet | Pointer to bool | [optional] |
func NewEpisodeFileResource() *EpisodeFileResource
NewEpisodeFileResource instantiates a new EpisodeFileResource 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 NewEpisodeFileResourceWithDefaults() *EpisodeFileResource
NewEpisodeFileResourceWithDefaults instantiates a new EpisodeFileResource 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 *EpisodeFileResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *EpisodeFileResource) 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 *EpisodeFileResource) SetId(v int32)
SetId sets Id field to given value.
func (o *EpisodeFileResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *EpisodeFileResource) GetSeriesId() int32
GetSeriesId returns the SeriesId field if non-nil, zero value otherwise.
func (o *EpisodeFileResource) 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.
func (o *EpisodeFileResource) SetSeriesId(v int32)
SetSeriesId sets SeriesId field to given value.
func (o *EpisodeFileResource) HasSeriesId() bool
HasSeriesId returns a boolean if a field has been set.
func (o *EpisodeFileResource) GetSeasonNumber() int32
GetSeasonNumber returns the SeasonNumber field if non-nil, zero value otherwise.
func (o *EpisodeFileResource) 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.
func (o *EpisodeFileResource) SetSeasonNumber(v int32)
SetSeasonNumber sets SeasonNumber field to given value.
func (o *EpisodeFileResource) HasSeasonNumber() bool
HasSeasonNumber returns a boolean if a field has been set.
func (o *EpisodeFileResource) GetRelativePath() string
GetRelativePath returns the RelativePath field if non-nil, zero value otherwise.
func (o *EpisodeFileResource) GetRelativePathOk() (*string, bool)
GetRelativePathOk returns a tuple with the RelativePath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EpisodeFileResource) SetRelativePath(v string)
SetRelativePath sets RelativePath field to given value.
func (o *EpisodeFileResource) HasRelativePath() bool
HasRelativePath returns a boolean if a field has been set.
func (o *EpisodeFileResource) SetRelativePathNil(b bool)
SetRelativePathNil sets the value for RelativePath to be an explicit nil
func (o *EpisodeFileResource) UnsetRelativePath()
UnsetRelativePath ensures that no value is present for RelativePath, not even an explicit nil
func (o *EpisodeFileResource) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *EpisodeFileResource) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EpisodeFileResource) SetPath(v string)
SetPath sets Path field to given value.
func (o *EpisodeFileResource) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *EpisodeFileResource) SetPathNil(b bool)
SetPathNil sets the value for Path to be an explicit nil
func (o *EpisodeFileResource) UnsetPath()
UnsetPath ensures that no value is present for Path, not even an explicit nil
func (o *EpisodeFileResource) GetSize() int64
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *EpisodeFileResource) 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 *EpisodeFileResource) SetSize(v int64)
SetSize sets Size field to given value.
func (o *EpisodeFileResource) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *EpisodeFileResource) GetDateAdded() time.Time
GetDateAdded returns the DateAdded field if non-nil, zero value otherwise.
func (o *EpisodeFileResource) GetDateAddedOk() (*time.Time, bool)
GetDateAddedOk returns a tuple with the DateAdded field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EpisodeFileResource) SetDateAdded(v time.Time)
SetDateAdded sets DateAdded field to given value.
func (o *EpisodeFileResource) HasDateAdded() bool
HasDateAdded returns a boolean if a field has been set.
func (o *EpisodeFileResource) GetSceneName() string
GetSceneName returns the SceneName field if non-nil, zero value otherwise.
func (o *EpisodeFileResource) GetSceneNameOk() (*string, bool)
GetSceneNameOk returns a tuple with the SceneName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EpisodeFileResource) SetSceneName(v string)
SetSceneName sets SceneName field to given value.
func (o *EpisodeFileResource) HasSceneName() bool
HasSceneName returns a boolean if a field has been set.
func (o *EpisodeFileResource) SetSceneNameNil(b bool)
SetSceneNameNil sets the value for SceneName to be an explicit nil
func (o *EpisodeFileResource) UnsetSceneName()
UnsetSceneName ensures that no value is present for SceneName, not even an explicit nil
func (o *EpisodeFileResource) GetReleaseGroup() string
GetReleaseGroup returns the ReleaseGroup field if non-nil, zero value otherwise.
func (o *EpisodeFileResource) 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 *EpisodeFileResource) SetReleaseGroup(v string)
SetReleaseGroup sets ReleaseGroup field to given value.
func (o *EpisodeFileResource) HasReleaseGroup() bool
HasReleaseGroup returns a boolean if a field has been set.
func (o *EpisodeFileResource) SetReleaseGroupNil(b bool)
SetReleaseGroupNil sets the value for ReleaseGroup to be an explicit nil
func (o *EpisodeFileResource) UnsetReleaseGroup()
UnsetReleaseGroup ensures that no value is present for ReleaseGroup, not even an explicit nil
func (o *EpisodeFileResource) GetLanguages() []Language
GetLanguages returns the Languages field if non-nil, zero value otherwise.
func (o *EpisodeFileResource) 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 *EpisodeFileResource) SetLanguages(v []Language)
SetLanguages sets Languages field to given value.
func (o *EpisodeFileResource) HasLanguages() bool
HasLanguages returns a boolean if a field has been set.
func (o *EpisodeFileResource) SetLanguagesNil(b bool)
SetLanguagesNil sets the value for Languages to be an explicit nil
func (o *EpisodeFileResource) UnsetLanguages()
UnsetLanguages ensures that no value is present for Languages, not even an explicit nil
func (o *EpisodeFileResource) GetQuality() QualityModel
GetQuality returns the Quality field if non-nil, zero value otherwise.
func (o *EpisodeFileResource) 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 *EpisodeFileResource) SetQuality(v QualityModel)
SetQuality sets Quality field to given value.
func (o *EpisodeFileResource) HasQuality() bool
HasQuality returns a boolean if a field has been set.
func (o *EpisodeFileResource) GetCustomFormats() []CustomFormatResource
GetCustomFormats returns the CustomFormats field if non-nil, zero value otherwise.
func (o *EpisodeFileResource) 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 *EpisodeFileResource) SetCustomFormats(v []CustomFormatResource)
SetCustomFormats sets CustomFormats field to given value.
func (o *EpisodeFileResource) HasCustomFormats() bool
HasCustomFormats returns a boolean if a field has been set.
func (o *EpisodeFileResource) SetCustomFormatsNil(b bool)
SetCustomFormatsNil sets the value for CustomFormats to be an explicit nil
func (o *EpisodeFileResource) UnsetCustomFormats()
UnsetCustomFormats ensures that no value is present for CustomFormats, not even an explicit nil
func (o *EpisodeFileResource) GetCustomFormatScore() int32
GetCustomFormatScore returns the CustomFormatScore field if non-nil, zero value otherwise.
func (o *EpisodeFileResource) 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 *EpisodeFileResource) SetCustomFormatScore(v int32)
SetCustomFormatScore sets CustomFormatScore field to given value.
func (o *EpisodeFileResource) HasCustomFormatScore() bool
HasCustomFormatScore returns a boolean if a field has been set.
func (o *EpisodeFileResource) GetIndexerFlags() int32
GetIndexerFlags returns the IndexerFlags field if non-nil, zero value otherwise.
func (o *EpisodeFileResource) 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.
func (o *EpisodeFileResource) SetIndexerFlags(v int32)
SetIndexerFlags sets IndexerFlags field to given value.
func (o *EpisodeFileResource) HasIndexerFlags() bool
HasIndexerFlags returns a boolean if a field has been set.
func (o *EpisodeFileResource) SetIndexerFlagsNil(b bool)
SetIndexerFlagsNil sets the value for IndexerFlags to be an explicit nil
func (o *EpisodeFileResource) UnsetIndexerFlags()
UnsetIndexerFlags ensures that no value is present for IndexerFlags, not even an explicit nil
func (o *EpisodeFileResource) GetReleaseType() ReleaseType
GetReleaseType returns the ReleaseType field if non-nil, zero value otherwise.
func (o *EpisodeFileResource) GetReleaseTypeOk() (*ReleaseType, bool)
GetReleaseTypeOk returns a tuple with the ReleaseType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EpisodeFileResource) SetReleaseType(v ReleaseType)
SetReleaseType sets ReleaseType field to given value.
func (o *EpisodeFileResource) HasReleaseType() bool
HasReleaseType returns a boolean if a field has been set.
func (o *EpisodeFileResource) GetMediaInfo() MediaInfoResource
GetMediaInfo returns the MediaInfo field if non-nil, zero value otherwise.
func (o *EpisodeFileResource) GetMediaInfoOk() (*MediaInfoResource, bool)
GetMediaInfoOk returns a tuple with the MediaInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EpisodeFileResource) SetMediaInfo(v MediaInfoResource)
SetMediaInfo sets MediaInfo field to given value.
func (o *EpisodeFileResource) HasMediaInfo() bool
HasMediaInfo returns a boolean if a field has been set.
func (o *EpisodeFileResource) GetQualityCutoffNotMet() bool
GetQualityCutoffNotMet returns the QualityCutoffNotMet field if non-nil, zero value otherwise.
func (o *EpisodeFileResource) GetQualityCutoffNotMetOk() (*bool, bool)
GetQualityCutoffNotMetOk returns a tuple with the QualityCutoffNotMet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EpisodeFileResource) SetQualityCutoffNotMet(v bool)
SetQualityCutoffNotMet sets QualityCutoffNotMet field to given value.
func (o *EpisodeFileResource) HasQualityCutoffNotMet() bool
HasQualityCutoffNotMet returns a boolean if a field has been set.