Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
Path | Pointer to NullableString | [optional] | |
RelativePath | Pointer to NullableString | [optional] | |
FolderName | Pointer to NullableString | [optional] | |
Name | Pointer to NullableString | [optional] | |
Size | Pointer to int64 | [optional] | |
Movie | Pointer to MovieResource | [optional] | |
MovieFileId | Pointer to NullableInt32 | [optional] | |
ReleaseGroup | Pointer to NullableString | [optional] | |
Quality | Pointer to QualityModel | [optional] | |
Languages | Pointer to []Language | [optional] | |
QualityWeight | Pointer to int32 | [optional] | |
DownloadId | Pointer to NullableString | [optional] | |
CustomFormats | Pointer to []CustomFormatResource | [optional] | |
CustomFormatScore | Pointer to int32 | [optional] | |
IndexerFlags | Pointer to int32 | [optional] | |
Rejections | Pointer to []ImportRejectionResource | [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) GetRelativePath() string
GetRelativePath returns the RelativePath field if non-nil, zero value otherwise.
func (o *ManualImportResource) 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 *ManualImportResource) SetRelativePath(v string)
SetRelativePath sets RelativePath field to given value.
func (o *ManualImportResource) HasRelativePath() bool
HasRelativePath returns a boolean if a field has been set.
func (o *ManualImportResource) SetRelativePathNil(b bool)
SetRelativePathNil sets the value for RelativePath to be an explicit nil
func (o *ManualImportResource) UnsetRelativePath()
UnsetRelativePath ensures that no value is present for RelativePath, not even an explicit nil
func (o *ManualImportResource) GetFolderName() string
GetFolderName returns the FolderName field if non-nil, zero value otherwise.
func (o *ManualImportResource) GetFolderNameOk() (*string, bool)
GetFolderNameOk returns a tuple with the FolderName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManualImportResource) SetFolderName(v string)
SetFolderName sets FolderName field to given value.
func (o *ManualImportResource) HasFolderName() bool
HasFolderName returns a boolean if a field has been set.
func (o *ManualImportResource) SetFolderNameNil(b bool)
SetFolderNameNil sets the value for FolderName to be an explicit nil
func (o *ManualImportResource) UnsetFolderName()
UnsetFolderName ensures that no value is present for FolderName, 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) GetMovie() MovieResource
GetMovie returns the Movie field if non-nil, zero value otherwise.
func (o *ManualImportResource) GetMovieOk() (*MovieResource, bool)
GetMovieOk returns a tuple with the Movie field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManualImportResource) SetMovie(v MovieResource)
SetMovie sets Movie field to given value.
func (o *ManualImportResource) HasMovie() bool
HasMovie returns a boolean if a field has been set.
func (o *ManualImportResource) GetMovieFileId() int32
GetMovieFileId returns the MovieFileId field if non-nil, zero value otherwise.
func (o *ManualImportResource) GetMovieFileIdOk() (*int32, bool)
GetMovieFileIdOk returns a tuple with the MovieFileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManualImportResource) SetMovieFileId(v int32)
SetMovieFileId sets MovieFileId field to given value.
func (o *ManualImportResource) HasMovieFileId() bool
HasMovieFileId returns a boolean if a field has been set.
func (o *ManualImportResource) SetMovieFileIdNil(b bool)
SetMovieFileIdNil sets the value for MovieFileId to be an explicit nil
func (o *ManualImportResource) UnsetMovieFileId()
UnsetMovieFileId ensures that no value is present for MovieFileId, not even an explicit nil
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) 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) GetLanguages() []Language
GetLanguages returns the Languages field if non-nil, zero value otherwise.
func (o *ManualImportResource) 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 *ManualImportResource) SetLanguages(v []Language)
SetLanguages sets Languages field to given value.
func (o *ManualImportResource) HasLanguages() bool
HasLanguages returns a boolean if a field has been set.
func (o *ManualImportResource) SetLanguagesNil(b bool)
SetLanguagesNil sets the value for Languages to be an explicit nil
func (o *ManualImportResource) UnsetLanguages()
UnsetLanguages ensures that no value is present for Languages, 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) GetCustomFormats() []CustomFormatResource
GetCustomFormats returns the CustomFormats field if non-nil, zero value otherwise.
func (o *ManualImportResource) 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 *ManualImportResource) SetCustomFormats(v []CustomFormatResource)
SetCustomFormats sets CustomFormats field to given value.
func (o *ManualImportResource) HasCustomFormats() bool
HasCustomFormats returns a boolean if a field has been set.
func (o *ManualImportResource) SetCustomFormatsNil(b bool)
SetCustomFormatsNil sets the value for CustomFormats to be an explicit nil
func (o *ManualImportResource) UnsetCustomFormats()
UnsetCustomFormats ensures that no value is present for CustomFormats, not even an explicit nil
func (o *ManualImportResource) GetCustomFormatScore() int32
GetCustomFormatScore returns the CustomFormatScore field if non-nil, zero value otherwise.
func (o *ManualImportResource) 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 *ManualImportResource) SetCustomFormatScore(v int32)
SetCustomFormatScore sets CustomFormatScore field to given value.
func (o *ManualImportResource) HasCustomFormatScore() bool
HasCustomFormatScore returns a boolean if a field has been set.
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() []ImportRejectionResource
GetRejections returns the Rejections field if non-nil, zero value otherwise.
func (o *ManualImportResource) GetRejectionsOk() (*[]ImportRejectionResource, 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 []ImportRejectionResource)
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