Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
Path | Pointer to NullableString | [optional] | |
Name | Pointer to NullableString | [optional] | |
Size | Pointer to int64 | [optional] | |
Artist | Pointer to ArtistResource | [optional] | |
Album | Pointer to AlbumResource | [optional] | |
AlbumReleaseId | Pointer to int32 | [optional] | |
Tracks | Pointer to []TrackResource | [optional] | |
Quality | Pointer to QualityModel | [optional] | |
ReleaseGroup | Pointer to NullableString | [optional] | |
QualityWeight | Pointer to int32 | [optional] | |
DownloadId | Pointer to NullableString | [optional] | |
IndexerFlags | Pointer to int32 | [optional] | |
Rejections | Pointer to []Rejection | [optional] | |
AudioTags | Pointer to ParsedTrackInfo | [optional] | |
AdditionalFile | Pointer to bool | [optional] | |
ReplaceExistingFiles | Pointer to bool | [optional] | |
DisableReleaseSwitching | Pointer to bool | [optional] |
func NewManualImportResource() *ManualImportResource
NewManualImportResource instantiates a new ManualImportResource 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 NewManualImportResourceWithDefaults() *ManualImportResource
NewManualImportResourceWithDefaults instantiates a new ManualImportResource 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 *ManualImportResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ManualImportResource) 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 *ManualImportResource) SetId(v int32)
SetId sets Id field to given value.
func (o *ManualImportResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ManualImportResource) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *ManualImportResource) 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 *ManualImportResource) SetPath(v string)
SetPath sets Path field to given value.
func (o *ManualImportResource) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *ManualImportResource) SetPathNil(b bool)
SetPathNil sets the value for Path to be an explicit nil
func (o *ManualImportResource) UnsetPath()
UnsetPath ensures that no value is present for Path, not even an explicit nil
func (o *ManualImportResource) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ManualImportResource) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManualImportResource) SetName(v string)
SetName sets Name field to given value.
func (o *ManualImportResource) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ManualImportResource) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *ManualImportResource) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *ManualImportResource) GetSize() int64
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *ManualImportResource) 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 *ManualImportResource) SetSize(v int64)
SetSize sets Size field to given value.
func (o *ManualImportResource) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *ManualImportResource) GetArtist() ArtistResource
GetArtist returns the Artist field if non-nil, zero value otherwise.
func (o *ManualImportResource) GetArtistOk() (*ArtistResource, bool)
GetArtistOk returns a tuple with the Artist field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManualImportResource) SetArtist(v ArtistResource)
SetArtist sets Artist field to given value.
func (o *ManualImportResource) HasArtist() bool
HasArtist returns a boolean if a field has been set.
func (o *ManualImportResource) GetAlbum() AlbumResource
GetAlbum returns the Album field if non-nil, zero value otherwise.
func (o *ManualImportResource) GetAlbumOk() (*AlbumResource, bool)
GetAlbumOk returns a tuple with the Album field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManualImportResource) SetAlbum(v AlbumResource)
SetAlbum sets Album field to given value.
func (o *ManualImportResource) HasAlbum() bool
HasAlbum returns a boolean if a field has been set.
func (o *ManualImportResource) GetAlbumReleaseId() int32
GetAlbumReleaseId returns the AlbumReleaseId field if non-nil, zero value otherwise.
func (o *ManualImportResource) GetAlbumReleaseIdOk() (*int32, bool)
GetAlbumReleaseIdOk returns a tuple with the AlbumReleaseId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManualImportResource) SetAlbumReleaseId(v int32)
SetAlbumReleaseId sets AlbumReleaseId field to given value.
func (o *ManualImportResource) HasAlbumReleaseId() bool
HasAlbumReleaseId returns a boolean if a field has been set.
func (o *ManualImportResource) GetTracks() []TrackResource
GetTracks returns the Tracks field if non-nil, zero value otherwise.
func (o *ManualImportResource) GetTracksOk() (*[]TrackResource, bool)
GetTracksOk returns a tuple with the Tracks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManualImportResource) SetTracks(v []TrackResource)
SetTracks sets Tracks field to given value.
func (o *ManualImportResource) HasTracks() bool
HasTracks returns a boolean if a field has been set.
func (o *ManualImportResource) SetTracksNil(b bool)
SetTracksNil sets the value for Tracks to be an explicit nil
func (o *ManualImportResource) UnsetTracks()
UnsetTracks ensures that no value is present for Tracks, not even an explicit nil
func (o *ManualImportResource) GetQuality() QualityModel
GetQuality returns the Quality field if non-nil, zero value otherwise.
func (o *ManualImportResource) 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 *ManualImportResource) SetQuality(v QualityModel)
SetQuality sets Quality field to given value.
func (o *ManualImportResource) HasQuality() bool
HasQuality returns a boolean if a field has been set.
func (o *ManualImportResource) GetReleaseGroup() string
GetReleaseGroup returns the ReleaseGroup field if non-nil, zero value otherwise.
func (o *ManualImportResource) 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 *ManualImportResource) SetReleaseGroup(v string)
SetReleaseGroup sets ReleaseGroup field to given value.
func (o *ManualImportResource) HasReleaseGroup() bool
HasReleaseGroup returns a boolean if a field has been set.
func (o *ManualImportResource) SetReleaseGroupNil(b bool)
SetReleaseGroupNil sets the value for ReleaseGroup to be an explicit nil
func (o *ManualImportResource) UnsetReleaseGroup()
UnsetReleaseGroup ensures that no value is present for ReleaseGroup, not even an explicit nil
func (o *ManualImportResource) GetQualityWeight() int32
GetQualityWeight returns the QualityWeight field if non-nil, zero value otherwise.
func (o *ManualImportResource) 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 *ManualImportResource) SetQualityWeight(v int32)
SetQualityWeight sets QualityWeight field to given value.
func (o *ManualImportResource) HasQualityWeight() bool
HasQualityWeight returns a boolean if a field has been set.
func (o *ManualImportResource) GetDownloadId() string
GetDownloadId returns the DownloadId field if non-nil, zero value otherwise.
func (o *ManualImportResource) GetDownloadIdOk() (*string, bool)
GetDownloadIdOk returns a tuple with the DownloadId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManualImportResource) SetDownloadId(v string)
SetDownloadId sets DownloadId field to given value.
func (o *ManualImportResource) HasDownloadId() bool
HasDownloadId returns a boolean if a field has been set.
func (o *ManualImportResource) SetDownloadIdNil(b bool)
SetDownloadIdNil sets the value for DownloadId to be an explicit nil
func (o *ManualImportResource) UnsetDownloadId()
UnsetDownloadId ensures that no value is present for DownloadId, not even an explicit nil
func (o *ManualImportResource) GetIndexerFlags() int32
GetIndexerFlags returns the IndexerFlags field if non-nil, zero value otherwise.
func (o *ManualImportResource) 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 *ManualImportResource) SetIndexerFlags(v int32)
SetIndexerFlags sets IndexerFlags field to given value.
func (o *ManualImportResource) HasIndexerFlags() bool
HasIndexerFlags returns a boolean if a field has been set.
func (o *ManualImportResource) GetRejections() []Rejection
GetRejections returns the Rejections field if non-nil, zero value otherwise.
func (o *ManualImportResource) GetRejectionsOk() (*[]Rejection, bool)
GetRejectionsOk returns a tuple with the Rejections field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManualImportResource) SetRejections(v []Rejection)
SetRejections sets Rejections field to given value.
func (o *ManualImportResource) HasRejections() bool
HasRejections returns a boolean if a field has been set.
func (o *ManualImportResource) SetRejectionsNil(b bool)
SetRejectionsNil sets the value for Rejections to be an explicit nil
func (o *ManualImportResource) UnsetRejections()
UnsetRejections ensures that no value is present for Rejections, not even an explicit nil
func (o *ManualImportResource) GetAudioTags() ParsedTrackInfo
GetAudioTags returns the AudioTags field if non-nil, zero value otherwise.
func (o *ManualImportResource) 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 *ManualImportResource) SetAudioTags(v ParsedTrackInfo)
SetAudioTags sets AudioTags field to given value.
func (o *ManualImportResource) HasAudioTags() bool
HasAudioTags returns a boolean if a field has been set.
func (o *ManualImportResource) GetAdditionalFile() bool
GetAdditionalFile returns the AdditionalFile field if non-nil, zero value otherwise.
func (o *ManualImportResource) GetAdditionalFileOk() (*bool, bool)
GetAdditionalFileOk returns a tuple with the AdditionalFile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManualImportResource) SetAdditionalFile(v bool)
SetAdditionalFile sets AdditionalFile field to given value.
func (o *ManualImportResource) HasAdditionalFile() bool
HasAdditionalFile returns a boolean if a field has been set.
func (o *ManualImportResource) GetReplaceExistingFiles() bool
GetReplaceExistingFiles returns the ReplaceExistingFiles field if non-nil, zero value otherwise.
func (o *ManualImportResource) GetReplaceExistingFilesOk() (*bool, bool)
GetReplaceExistingFilesOk returns a tuple with the ReplaceExistingFiles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManualImportResource) SetReplaceExistingFiles(v bool)
SetReplaceExistingFiles sets ReplaceExistingFiles field to given value.
func (o *ManualImportResource) HasReplaceExistingFiles() bool
HasReplaceExistingFiles returns a boolean if a field has been set.
func (o *ManualImportResource) GetDisableReleaseSwitching() bool
GetDisableReleaseSwitching returns the DisableReleaseSwitching field if non-nil, zero value otherwise.
func (o *ManualImportResource) GetDisableReleaseSwitchingOk() (*bool, bool)
GetDisableReleaseSwitchingOk returns a tuple with the DisableReleaseSwitching field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManualImportResource) SetDisableReleaseSwitching(v bool)
SetDisableReleaseSwitching sets DisableReleaseSwitching field to given value.
func (o *ManualImportResource) HasDisableReleaseSwitching() bool
HasDisableReleaseSwitching returns a boolean if a field has been set.