Name | Type | Description | Notes |
---|---|---|---|
SeasonCount | Pointer to int32 | [optional] | |
EpisodeFileCount | Pointer to int32 | [optional] | |
EpisodeCount | Pointer to int32 | [optional] | |
TotalEpisodeCount | Pointer to int32 | [optional] | |
SizeOnDisk | Pointer to int64 | [optional] | |
ReleaseGroups | Pointer to []string | [optional] | |
PercentOfEpisodes | Pointer to float64 | [optional] [readonly] |
func NewSeriesStatisticsResource() *SeriesStatisticsResource
NewSeriesStatisticsResource instantiates a new SeriesStatisticsResource 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 NewSeriesStatisticsResourceWithDefaults() *SeriesStatisticsResource
NewSeriesStatisticsResourceWithDefaults instantiates a new SeriesStatisticsResource 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 *SeriesStatisticsResource) GetSeasonCount() int32
GetSeasonCount returns the SeasonCount field if non-nil, zero value otherwise.
func (o *SeriesStatisticsResource) GetSeasonCountOk() (*int32, bool)
GetSeasonCountOk returns a tuple with the SeasonCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesStatisticsResource) SetSeasonCount(v int32)
SetSeasonCount sets SeasonCount field to given value.
func (o *SeriesStatisticsResource) HasSeasonCount() bool
HasSeasonCount returns a boolean if a field has been set.
func (o *SeriesStatisticsResource) GetEpisodeFileCount() int32
GetEpisodeFileCount returns the EpisodeFileCount field if non-nil, zero value otherwise.
func (o *SeriesStatisticsResource) GetEpisodeFileCountOk() (*int32, bool)
GetEpisodeFileCountOk returns a tuple with the EpisodeFileCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesStatisticsResource) SetEpisodeFileCount(v int32)
SetEpisodeFileCount sets EpisodeFileCount field to given value.
func (o *SeriesStatisticsResource) HasEpisodeFileCount() bool
HasEpisodeFileCount returns a boolean if a field has been set.
func (o *SeriesStatisticsResource) GetEpisodeCount() int32
GetEpisodeCount returns the EpisodeCount field if non-nil, zero value otherwise.
func (o *SeriesStatisticsResource) GetEpisodeCountOk() (*int32, bool)
GetEpisodeCountOk returns a tuple with the EpisodeCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesStatisticsResource) SetEpisodeCount(v int32)
SetEpisodeCount sets EpisodeCount field to given value.
func (o *SeriesStatisticsResource) HasEpisodeCount() bool
HasEpisodeCount returns a boolean if a field has been set.
func (o *SeriesStatisticsResource) GetTotalEpisodeCount() int32
GetTotalEpisodeCount returns the TotalEpisodeCount field if non-nil, zero value otherwise.
func (o *SeriesStatisticsResource) GetTotalEpisodeCountOk() (*int32, bool)
GetTotalEpisodeCountOk returns a tuple with the TotalEpisodeCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesStatisticsResource) SetTotalEpisodeCount(v int32)
SetTotalEpisodeCount sets TotalEpisodeCount field to given value.
func (o *SeriesStatisticsResource) HasTotalEpisodeCount() bool
HasTotalEpisodeCount returns a boolean if a field has been set.
func (o *SeriesStatisticsResource) GetSizeOnDisk() int64
GetSizeOnDisk returns the SizeOnDisk field if non-nil, zero value otherwise.
func (o *SeriesStatisticsResource) GetSizeOnDiskOk() (*int64, bool)
GetSizeOnDiskOk returns a tuple with the SizeOnDisk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesStatisticsResource) SetSizeOnDisk(v int64)
SetSizeOnDisk sets SizeOnDisk field to given value.
func (o *SeriesStatisticsResource) HasSizeOnDisk() bool
HasSizeOnDisk returns a boolean if a field has been set.
func (o *SeriesStatisticsResource) GetReleaseGroups() []string
GetReleaseGroups returns the ReleaseGroups field if non-nil, zero value otherwise.
func (o *SeriesStatisticsResource) GetReleaseGroupsOk() (*[]string, bool)
GetReleaseGroupsOk returns a tuple with the ReleaseGroups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesStatisticsResource) SetReleaseGroups(v []string)
SetReleaseGroups sets ReleaseGroups field to given value.
func (o *SeriesStatisticsResource) HasReleaseGroups() bool
HasReleaseGroups returns a boolean if a field has been set.
func (o *SeriesStatisticsResource) SetReleaseGroupsNil(b bool)
SetReleaseGroupsNil sets the value for ReleaseGroups to be an explicit nil
func (o *SeriesStatisticsResource) UnsetReleaseGroups()
UnsetReleaseGroups ensures that no value is present for ReleaseGroups, not even an explicit nil
func (o *SeriesStatisticsResource) GetPercentOfEpisodes() float64
GetPercentOfEpisodes returns the PercentOfEpisodes field if non-nil, zero value otherwise.
func (o *SeriesStatisticsResource) GetPercentOfEpisodesOk() (*float64, bool)
GetPercentOfEpisodesOk returns a tuple with the PercentOfEpisodes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesStatisticsResource) SetPercentOfEpisodes(v float64)
SetPercentOfEpisodes sets PercentOfEpisodes field to given value.
func (o *SeriesStatisticsResource) HasPercentOfEpisodes() bool
HasPercentOfEpisodes returns a boolean if a field has been set.