| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| SeriesId | Pointer to int32 | [optional] | |
| TvdbId | Pointer to int32 | [optional] | |
| EpisodeFileId | Pointer to int32 | [optional] | |
| SeasonNumber | Pointer to int32 | [optional] | |
| EpisodeNumber | Pointer to int32 | [optional] | |
| Title | Pointer to NullableString | [optional] | |
| AirDate | Pointer to NullableString | [optional] | |
| AirDateUtc | Pointer to NullableTime | [optional] | |
| LastSearchTime | Pointer to NullableTime | [optional] | |
| Runtime | Pointer to int32 | [optional] | |
| FinaleType | Pointer to NullableString | [optional] | |
| Overview | Pointer to NullableString | [optional] | |
| EpisodeFile | Pointer to EpisodeFileResource | [optional] | |
| HasFile | Pointer to bool | [optional] | |
| Monitored | Pointer to bool | [optional] | |
| AbsoluteEpisodeNumber | Pointer to NullableInt32 | [optional] | |
| SceneAbsoluteEpisodeNumber | Pointer to NullableInt32 | [optional] | |
| SceneEpisodeNumber | Pointer to NullableInt32 | [optional] | |
| SceneSeasonNumber | Pointer to NullableInt32 | [optional] | |
| UnverifiedSceneNumbering | Pointer to bool | [optional] | |
| EndTime | Pointer to NullableTime | [optional] | |
| GrabDate | Pointer to NullableTime | [optional] | |
| Series | Pointer to SeriesResource | [optional] | |
| Images | Pointer to []MediaCover | [optional] |
func NewEpisodeResource() *EpisodeResource
NewEpisodeResource instantiates a new EpisodeResource 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 NewEpisodeResourceWithDefaults() *EpisodeResource
NewEpisodeResourceWithDefaults instantiates a new EpisodeResource 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 *EpisodeResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *EpisodeResource) 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 *EpisodeResource) SetId(v int32)
SetId sets Id field to given value.
func (o *EpisodeResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *EpisodeResource) GetSeriesId() int32
GetSeriesId returns the SeriesId field if non-nil, zero value otherwise.
func (o *EpisodeResource) 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 *EpisodeResource) SetSeriesId(v int32)
SetSeriesId sets SeriesId field to given value.
func (o *EpisodeResource) HasSeriesId() bool
HasSeriesId returns a boolean if a field has been set.
func (o *EpisodeResource) GetTvdbId() int32
GetTvdbId returns the TvdbId field if non-nil, zero value otherwise.
func (o *EpisodeResource) 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.
func (o *EpisodeResource) SetTvdbId(v int32)
SetTvdbId sets TvdbId field to given value.
func (o *EpisodeResource) HasTvdbId() bool
HasTvdbId returns a boolean if a field has been set.
func (o *EpisodeResource) GetEpisodeFileId() int32
GetEpisodeFileId returns the EpisodeFileId field if non-nil, zero value otherwise.
func (o *EpisodeResource) GetEpisodeFileIdOk() (*int32, bool)
GetEpisodeFileIdOk returns a tuple with the EpisodeFileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EpisodeResource) SetEpisodeFileId(v int32)
SetEpisodeFileId sets EpisodeFileId field to given value.
func (o *EpisodeResource) HasEpisodeFileId() bool
HasEpisodeFileId returns a boolean if a field has been set.
func (o *EpisodeResource) GetSeasonNumber() int32
GetSeasonNumber returns the SeasonNumber field if non-nil, zero value otherwise.
func (o *EpisodeResource) 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 *EpisodeResource) SetSeasonNumber(v int32)
SetSeasonNumber sets SeasonNumber field to given value.
func (o *EpisodeResource) HasSeasonNumber() bool
HasSeasonNumber returns a boolean if a field has been set.
func (o *EpisodeResource) GetEpisodeNumber() int32
GetEpisodeNumber returns the EpisodeNumber field if non-nil, zero value otherwise.
func (o *EpisodeResource) GetEpisodeNumberOk() (*int32, bool)
GetEpisodeNumberOk returns a tuple with the EpisodeNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EpisodeResource) SetEpisodeNumber(v int32)
SetEpisodeNumber sets EpisodeNumber field to given value.
func (o *EpisodeResource) HasEpisodeNumber() bool
HasEpisodeNumber returns a boolean if a field has been set.
func (o *EpisodeResource) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *EpisodeResource) 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 *EpisodeResource) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *EpisodeResource) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *EpisodeResource) SetTitleNil(b bool)
SetTitleNil sets the value for Title to be an explicit nil
func (o *EpisodeResource) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
func (o *EpisodeResource) GetAirDate() string
GetAirDate returns the AirDate field if non-nil, zero value otherwise.
func (o *EpisodeResource) 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.
func (o *EpisodeResource) SetAirDate(v string)
SetAirDate sets AirDate field to given value.
func (o *EpisodeResource) HasAirDate() bool
HasAirDate returns a boolean if a field has been set.
func (o *EpisodeResource) SetAirDateNil(b bool)
SetAirDateNil sets the value for AirDate to be an explicit nil
func (o *EpisodeResource) UnsetAirDate()
UnsetAirDate ensures that no value is present for AirDate, not even an explicit nil
func (o *EpisodeResource) GetAirDateUtc() time.Time
GetAirDateUtc returns the AirDateUtc field if non-nil, zero value otherwise.
func (o *EpisodeResource) GetAirDateUtcOk() (*time.Time, bool)
GetAirDateUtcOk returns a tuple with the AirDateUtc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EpisodeResource) SetAirDateUtc(v time.Time)
SetAirDateUtc sets AirDateUtc field to given value.
func (o *EpisodeResource) HasAirDateUtc() bool
HasAirDateUtc returns a boolean if a field has been set.
func (o *EpisodeResource) SetAirDateUtcNil(b bool)
SetAirDateUtcNil sets the value for AirDateUtc to be an explicit nil
func (o *EpisodeResource) UnsetAirDateUtc()
UnsetAirDateUtc ensures that no value is present for AirDateUtc, not even an explicit nil
func (o *EpisodeResource) GetLastSearchTime() time.Time
GetLastSearchTime returns the LastSearchTime field if non-nil, zero value otherwise.
func (o *EpisodeResource) GetLastSearchTimeOk() (*time.Time, bool)
GetLastSearchTimeOk returns a tuple with the LastSearchTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EpisodeResource) SetLastSearchTime(v time.Time)
SetLastSearchTime sets LastSearchTime field to given value.
func (o *EpisodeResource) HasLastSearchTime() bool
HasLastSearchTime returns a boolean if a field has been set.
func (o *EpisodeResource) SetLastSearchTimeNil(b bool)
SetLastSearchTimeNil sets the value for LastSearchTime to be an explicit nil
func (o *EpisodeResource) UnsetLastSearchTime()
UnsetLastSearchTime ensures that no value is present for LastSearchTime, not even an explicit nil
func (o *EpisodeResource) GetRuntime() int32
GetRuntime returns the Runtime field if non-nil, zero value otherwise.
func (o *EpisodeResource) GetRuntimeOk() (*int32, bool)
GetRuntimeOk returns a tuple with the Runtime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EpisodeResource) SetRuntime(v int32)
SetRuntime sets Runtime field to given value.
func (o *EpisodeResource) HasRuntime() bool
HasRuntime returns a boolean if a field has been set.
func (o *EpisodeResource) GetFinaleType() string
GetFinaleType returns the FinaleType field if non-nil, zero value otherwise.
func (o *EpisodeResource) GetFinaleTypeOk() (*string, bool)
GetFinaleTypeOk returns a tuple with the FinaleType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EpisodeResource) SetFinaleType(v string)
SetFinaleType sets FinaleType field to given value.
func (o *EpisodeResource) HasFinaleType() bool
HasFinaleType returns a boolean if a field has been set.
func (o *EpisodeResource) SetFinaleTypeNil(b bool)
SetFinaleTypeNil sets the value for FinaleType to be an explicit nil
func (o *EpisodeResource) UnsetFinaleType()
UnsetFinaleType ensures that no value is present for FinaleType, not even an explicit nil
func (o *EpisodeResource) GetOverview() string
GetOverview returns the Overview field if non-nil, zero value otherwise.
func (o *EpisodeResource) GetOverviewOk() (*string, bool)
GetOverviewOk returns a tuple with the Overview field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EpisodeResource) SetOverview(v string)
SetOverview sets Overview field to given value.
func (o *EpisodeResource) HasOverview() bool
HasOverview returns a boolean if a field has been set.
func (o *EpisodeResource) SetOverviewNil(b bool)
SetOverviewNil sets the value for Overview to be an explicit nil
func (o *EpisodeResource) UnsetOverview()
UnsetOverview ensures that no value is present for Overview, not even an explicit nil
func (o *EpisodeResource) GetEpisodeFile() EpisodeFileResource
GetEpisodeFile returns the EpisodeFile field if non-nil, zero value otherwise.
func (o *EpisodeResource) GetEpisodeFileOk() (*EpisodeFileResource, bool)
GetEpisodeFileOk returns a tuple with the EpisodeFile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EpisodeResource) SetEpisodeFile(v EpisodeFileResource)
SetEpisodeFile sets EpisodeFile field to given value.
func (o *EpisodeResource) HasEpisodeFile() bool
HasEpisodeFile returns a boolean if a field has been set.
func (o *EpisodeResource) GetHasFile() bool
GetHasFile returns the HasFile field if non-nil, zero value otherwise.
func (o *EpisodeResource) GetHasFileOk() (*bool, bool)
GetHasFileOk returns a tuple with the HasFile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EpisodeResource) SetHasFile(v bool)
SetHasFile sets HasFile field to given value.
func (o *EpisodeResource) HasHasFile() bool
HasHasFile returns a boolean if a field has been set.
func (o *EpisodeResource) GetMonitored() bool
GetMonitored returns the Monitored field if non-nil, zero value otherwise.
func (o *EpisodeResource) GetMonitoredOk() (*bool, bool)
GetMonitoredOk returns a tuple with the Monitored field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EpisodeResource) SetMonitored(v bool)
SetMonitored sets Monitored field to given value.
func (o *EpisodeResource) HasMonitored() bool
HasMonitored returns a boolean if a field has been set.
func (o *EpisodeResource) GetAbsoluteEpisodeNumber() int32
GetAbsoluteEpisodeNumber returns the AbsoluteEpisodeNumber field if non-nil, zero value otherwise.
func (o *EpisodeResource) GetAbsoluteEpisodeNumberOk() (*int32, bool)
GetAbsoluteEpisodeNumberOk returns a tuple with the AbsoluteEpisodeNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EpisodeResource) SetAbsoluteEpisodeNumber(v int32)
SetAbsoluteEpisodeNumber sets AbsoluteEpisodeNumber field to given value.
func (o *EpisodeResource) HasAbsoluteEpisodeNumber() bool
HasAbsoluteEpisodeNumber returns a boolean if a field has been set.
func (o *EpisodeResource) SetAbsoluteEpisodeNumberNil(b bool)
SetAbsoluteEpisodeNumberNil sets the value for AbsoluteEpisodeNumber to be an explicit nil
func (o *EpisodeResource) UnsetAbsoluteEpisodeNumber()
UnsetAbsoluteEpisodeNumber ensures that no value is present for AbsoluteEpisodeNumber, not even an explicit nil
func (o *EpisodeResource) GetSceneAbsoluteEpisodeNumber() int32
GetSceneAbsoluteEpisodeNumber returns the SceneAbsoluteEpisodeNumber field if non-nil, zero value otherwise.
func (o *EpisodeResource) GetSceneAbsoluteEpisodeNumberOk() (*int32, bool)
GetSceneAbsoluteEpisodeNumberOk returns a tuple with the SceneAbsoluteEpisodeNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EpisodeResource) SetSceneAbsoluteEpisodeNumber(v int32)
SetSceneAbsoluteEpisodeNumber sets SceneAbsoluteEpisodeNumber field to given value.
func (o *EpisodeResource) HasSceneAbsoluteEpisodeNumber() bool
HasSceneAbsoluteEpisodeNumber returns a boolean if a field has been set.
func (o *EpisodeResource) SetSceneAbsoluteEpisodeNumberNil(b bool)
SetSceneAbsoluteEpisodeNumberNil sets the value for SceneAbsoluteEpisodeNumber to be an explicit nil
func (o *EpisodeResource) UnsetSceneAbsoluteEpisodeNumber()
UnsetSceneAbsoluteEpisodeNumber ensures that no value is present for SceneAbsoluteEpisodeNumber, not even an explicit nil
func (o *EpisodeResource) GetSceneEpisodeNumber() int32
GetSceneEpisodeNumber returns the SceneEpisodeNumber field if non-nil, zero value otherwise.
func (o *EpisodeResource) GetSceneEpisodeNumberOk() (*int32, bool)
GetSceneEpisodeNumberOk returns a tuple with the SceneEpisodeNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EpisodeResource) SetSceneEpisodeNumber(v int32)
SetSceneEpisodeNumber sets SceneEpisodeNumber field to given value.
func (o *EpisodeResource) HasSceneEpisodeNumber() bool
HasSceneEpisodeNumber returns a boolean if a field has been set.
func (o *EpisodeResource) SetSceneEpisodeNumberNil(b bool)
SetSceneEpisodeNumberNil sets the value for SceneEpisodeNumber to be an explicit nil
func (o *EpisodeResource) UnsetSceneEpisodeNumber()
UnsetSceneEpisodeNumber ensures that no value is present for SceneEpisodeNumber, not even an explicit nil
func (o *EpisodeResource) GetSceneSeasonNumber() int32
GetSceneSeasonNumber returns the SceneSeasonNumber field if non-nil, zero value otherwise.
func (o *EpisodeResource) GetSceneSeasonNumberOk() (*int32, bool)
GetSceneSeasonNumberOk returns a tuple with the SceneSeasonNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EpisodeResource) SetSceneSeasonNumber(v int32)
SetSceneSeasonNumber sets SceneSeasonNumber field to given value.
func (o *EpisodeResource) HasSceneSeasonNumber() bool
HasSceneSeasonNumber returns a boolean if a field has been set.
func (o *EpisodeResource) SetSceneSeasonNumberNil(b bool)
SetSceneSeasonNumberNil sets the value for SceneSeasonNumber to be an explicit nil
func (o *EpisodeResource) UnsetSceneSeasonNumber()
UnsetSceneSeasonNumber ensures that no value is present for SceneSeasonNumber, not even an explicit nil
func (o *EpisodeResource) GetUnverifiedSceneNumbering() bool
GetUnverifiedSceneNumbering returns the UnverifiedSceneNumbering field if non-nil, zero value otherwise.
func (o *EpisodeResource) GetUnverifiedSceneNumberingOk() (*bool, bool)
GetUnverifiedSceneNumberingOk returns a tuple with the UnverifiedSceneNumbering field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EpisodeResource) SetUnverifiedSceneNumbering(v bool)
SetUnverifiedSceneNumbering sets UnverifiedSceneNumbering field to given value.
func (o *EpisodeResource) HasUnverifiedSceneNumbering() bool
HasUnverifiedSceneNumbering returns a boolean if a field has been set.
func (o *EpisodeResource) GetEndTime() time.Time
GetEndTime returns the EndTime field if non-nil, zero value otherwise.
func (o *EpisodeResource) GetEndTimeOk() (*time.Time, bool)
GetEndTimeOk returns a tuple with the EndTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EpisodeResource) SetEndTime(v time.Time)
SetEndTime sets EndTime field to given value.
func (o *EpisodeResource) HasEndTime() bool
HasEndTime returns a boolean if a field has been set.
func (o *EpisodeResource) SetEndTimeNil(b bool)
SetEndTimeNil sets the value for EndTime to be an explicit nil
func (o *EpisodeResource) UnsetEndTime()
UnsetEndTime ensures that no value is present for EndTime, not even an explicit nil
func (o *EpisodeResource) GetGrabDate() time.Time
GetGrabDate returns the GrabDate field if non-nil, zero value otherwise.
func (o *EpisodeResource) GetGrabDateOk() (*time.Time, bool)
GetGrabDateOk returns a tuple with the GrabDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EpisodeResource) SetGrabDate(v time.Time)
SetGrabDate sets GrabDate field to given value.
func (o *EpisodeResource) HasGrabDate() bool
HasGrabDate returns a boolean if a field has been set.
func (o *EpisodeResource) SetGrabDateNil(b bool)
SetGrabDateNil sets the value for GrabDate to be an explicit nil
func (o *EpisodeResource) UnsetGrabDate()
UnsetGrabDate ensures that no value is present for GrabDate, not even an explicit nil
func (o *EpisodeResource) GetSeries() SeriesResource
GetSeries returns the Series field if non-nil, zero value otherwise.
func (o *EpisodeResource) 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.
func (o *EpisodeResource) SetSeries(v SeriesResource)
SetSeries sets Series field to given value.
func (o *EpisodeResource) HasSeries() bool
HasSeries returns a boolean if a field has been set.
func (o *EpisodeResource) GetImages() []MediaCover
GetImages returns the Images field if non-nil, zero value otherwise.
func (o *EpisodeResource) GetImagesOk() (*[]MediaCover, bool)
GetImagesOk returns a tuple with the Images field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EpisodeResource) SetImages(v []MediaCover)
SetImages sets Images field to given value.
func (o *EpisodeResource) HasImages() bool
HasImages returns a boolean if a field has been set.
func (o *EpisodeResource) SetImagesNil(b bool)
SetImagesNil sets the value for Images to be an explicit nil
func (o *EpisodeResource) UnsetImages()
UnsetImages ensures that no value is present for Images, not even an explicit nil