| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| ArtistId | Pointer to int32 | [optional] | |
| AlbumId | Pointer to int32 | [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] | |
| Quality | Pointer to QualityModel | [optional] | |
| QualityWeight | Pointer to int32 | [optional] | |
| CustomFormats | Pointer to []CustomFormatResource | [optional] | |
| CustomFormatScore | Pointer to int32 | [optional] | |
| IndexerFlags | Pointer to NullableInt32 | [optional] | |
| MediaInfo | Pointer to MediaInfoResource | [optional] | |
| QualityCutoffNotMet | Pointer to bool | [optional] | |
| AudioTags | Pointer to ParsedTrackInfo | [optional] |
func NewTrackFileResource() *TrackFileResource
NewTrackFileResource instantiates a new TrackFileResource 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 NewTrackFileResourceWithDefaults() *TrackFileResource
NewTrackFileResourceWithDefaults instantiates a new TrackFileResource 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 *TrackFileResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *TrackFileResource) 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 *TrackFileResource) SetId(v int32)
SetId sets Id field to given value.
func (o *TrackFileResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *TrackFileResource) GetArtistId() int32
GetArtistId returns the ArtistId field if non-nil, zero value otherwise.
func (o *TrackFileResource) GetArtistIdOk() (*int32, bool)
GetArtistIdOk returns a tuple with the ArtistId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrackFileResource) SetArtistId(v int32)
SetArtistId sets ArtistId field to given value.
func (o *TrackFileResource) HasArtistId() bool
HasArtistId returns a boolean if a field has been set.
func (o *TrackFileResource) GetAlbumId() int32
GetAlbumId returns the AlbumId field if non-nil, zero value otherwise.
func (o *TrackFileResource) GetAlbumIdOk() (*int32, bool)
GetAlbumIdOk returns a tuple with the AlbumId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrackFileResource) SetAlbumId(v int32)
SetAlbumId sets AlbumId field to given value.
func (o *TrackFileResource) HasAlbumId() bool
HasAlbumId returns a boolean if a field has been set.
func (o *TrackFileResource) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *TrackFileResource) 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 *TrackFileResource) SetPath(v string)
SetPath sets Path field to given value.
func (o *TrackFileResource) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *TrackFileResource) SetPathNil(b bool)
SetPathNil sets the value for Path to be an explicit nil
func (o *TrackFileResource) UnsetPath()
UnsetPath ensures that no value is present for Path, not even an explicit nil
func (o *TrackFileResource) GetSize() int64
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *TrackFileResource) 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 *TrackFileResource) SetSize(v int64)
SetSize sets Size field to given value.
func (o *TrackFileResource) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *TrackFileResource) GetDateAdded() time.Time
GetDateAdded returns the DateAdded field if non-nil, zero value otherwise.
func (o *TrackFileResource) 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 *TrackFileResource) SetDateAdded(v time.Time)
SetDateAdded sets DateAdded field to given value.
func (o *TrackFileResource) HasDateAdded() bool
HasDateAdded returns a boolean if a field has been set.
func (o *TrackFileResource) GetSceneName() string
GetSceneName returns the SceneName field if non-nil, zero value otherwise.
func (o *TrackFileResource) 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 *TrackFileResource) SetSceneName(v string)
SetSceneName sets SceneName field to given value.
func (o *TrackFileResource) HasSceneName() bool
HasSceneName returns a boolean if a field has been set.
func (o *TrackFileResource) SetSceneNameNil(b bool)
SetSceneNameNil sets the value for SceneName to be an explicit nil
func (o *TrackFileResource) UnsetSceneName()
UnsetSceneName ensures that no value is present for SceneName, not even an explicit nil
func (o *TrackFileResource) GetReleaseGroup() string
GetReleaseGroup returns the ReleaseGroup field if non-nil, zero value otherwise.
func (o *TrackFileResource) 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 *TrackFileResource) SetReleaseGroup(v string)
SetReleaseGroup sets ReleaseGroup field to given value.
func (o *TrackFileResource) HasReleaseGroup() bool
HasReleaseGroup returns a boolean if a field has been set.
func (o *TrackFileResource) SetReleaseGroupNil(b bool)
SetReleaseGroupNil sets the value for ReleaseGroup to be an explicit nil
func (o *TrackFileResource) UnsetReleaseGroup()
UnsetReleaseGroup ensures that no value is present for ReleaseGroup, not even an explicit nil
func (o *TrackFileResource) GetQuality() QualityModel
GetQuality returns the Quality field if non-nil, zero value otherwise.
func (o *TrackFileResource) 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 *TrackFileResource) SetQuality(v QualityModel)
SetQuality sets Quality field to given value.
func (o *TrackFileResource) HasQuality() bool
HasQuality returns a boolean if a field has been set.
func (o *TrackFileResource) GetQualityWeight() int32
GetQualityWeight returns the QualityWeight field if non-nil, zero value otherwise.
func (o *TrackFileResource) 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 *TrackFileResource) SetQualityWeight(v int32)
SetQualityWeight sets QualityWeight field to given value.
func (o *TrackFileResource) HasQualityWeight() bool
HasQualityWeight returns a boolean if a field has been set.
func (o *TrackFileResource) GetCustomFormats() []CustomFormatResource
GetCustomFormats returns the CustomFormats field if non-nil, zero value otherwise.
func (o *TrackFileResource) 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 *TrackFileResource) SetCustomFormats(v []CustomFormatResource)
SetCustomFormats sets CustomFormats field to given value.
func (o *TrackFileResource) HasCustomFormats() bool
HasCustomFormats returns a boolean if a field has been set.
func (o *TrackFileResource) SetCustomFormatsNil(b bool)
SetCustomFormatsNil sets the value for CustomFormats to be an explicit nil
func (o *TrackFileResource) UnsetCustomFormats()
UnsetCustomFormats ensures that no value is present for CustomFormats, not even an explicit nil
func (o *TrackFileResource) GetCustomFormatScore() int32
GetCustomFormatScore returns the CustomFormatScore field if non-nil, zero value otherwise.
func (o *TrackFileResource) 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 *TrackFileResource) SetCustomFormatScore(v int32)
SetCustomFormatScore sets CustomFormatScore field to given value.
func (o *TrackFileResource) HasCustomFormatScore() bool
HasCustomFormatScore returns a boolean if a field has been set.
func (o *TrackFileResource) GetIndexerFlags() int32
GetIndexerFlags returns the IndexerFlags field if non-nil, zero value otherwise.
func (o *TrackFileResource) 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 *TrackFileResource) SetIndexerFlags(v int32)
SetIndexerFlags sets IndexerFlags field to given value.
func (o *TrackFileResource) HasIndexerFlags() bool
HasIndexerFlags returns a boolean if a field has been set.
func (o *TrackFileResource) SetIndexerFlagsNil(b bool)
SetIndexerFlagsNil sets the value for IndexerFlags to be an explicit nil
func (o *TrackFileResource) UnsetIndexerFlags()
UnsetIndexerFlags ensures that no value is present for IndexerFlags, not even an explicit nil
func (o *TrackFileResource) GetMediaInfo() MediaInfoResource
GetMediaInfo returns the MediaInfo field if non-nil, zero value otherwise.
func (o *TrackFileResource) 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 *TrackFileResource) SetMediaInfo(v MediaInfoResource)
SetMediaInfo sets MediaInfo field to given value.
func (o *TrackFileResource) HasMediaInfo() bool
HasMediaInfo returns a boolean if a field has been set.
func (o *TrackFileResource) GetQualityCutoffNotMet() bool
GetQualityCutoffNotMet returns the QualityCutoffNotMet field if non-nil, zero value otherwise.
func (o *TrackFileResource) 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 *TrackFileResource) SetQualityCutoffNotMet(v bool)
SetQualityCutoffNotMet sets QualityCutoffNotMet field to given value.
func (o *TrackFileResource) HasQualityCutoffNotMet() bool
HasQualityCutoffNotMet returns a boolean if a field has been set.
func (o *TrackFileResource) GetAudioTags() ParsedTrackInfo
GetAudioTags returns the AudioTags field if non-nil, zero value otherwise.
func (o *TrackFileResource) GetAudioTagsOk() (*ParsedTrackInfo, bool)
GetAudioTagsOk returns a tuple with the AudioTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrackFileResource) SetAudioTags(v ParsedTrackInfo)
SetAudioTags sets AudioTags field to given value.
func (o *TrackFileResource) HasAudioTags() bool
HasAudioTags returns a boolean if a field has been set.