Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
MovieId | Pointer to int32 | [optional] | |
SourceTitle | Pointer to NullableString | [optional] | |
Languages | Pointer to []Language | [optional] | |
Quality | Pointer to QualityModel | [optional] | |
CustomFormats | Pointer to []CustomFormatResource | [optional] | |
CustomFormatScore | Pointer to int32 | [optional] | |
QualityCutoffNotMet | Pointer to bool | [optional] | |
Date | Pointer to time.Time | [optional] | |
DownloadId | Pointer to NullableString | [optional] | |
EventType | Pointer to MovieHistoryEventType | [optional] | |
Data | Pointer to map[string]string | [optional] | |
Movie | Pointer to MovieResource | [optional] |
func NewHistoryResource() *HistoryResource
NewHistoryResource instantiates a new HistoryResource 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 NewHistoryResourceWithDefaults() *HistoryResource
NewHistoryResourceWithDefaults instantiates a new HistoryResource 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 *HistoryResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *HistoryResource) 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 *HistoryResource) SetId(v int32)
SetId sets Id field to given value.
func (o *HistoryResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *HistoryResource) GetMovieId() int32
GetMovieId returns the MovieId field if non-nil, zero value otherwise.
func (o *HistoryResource) GetMovieIdOk() (*int32, bool)
GetMovieIdOk returns a tuple with the MovieId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HistoryResource) SetMovieId(v int32)
SetMovieId sets MovieId field to given value.
func (o *HistoryResource) HasMovieId() bool
HasMovieId returns a boolean if a field has been set.
func (o *HistoryResource) GetSourceTitle() string
GetSourceTitle returns the SourceTitle field if non-nil, zero value otherwise.
func (o *HistoryResource) GetSourceTitleOk() (*string, bool)
GetSourceTitleOk returns a tuple with the SourceTitle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HistoryResource) SetSourceTitle(v string)
SetSourceTitle sets SourceTitle field to given value.
func (o *HistoryResource) HasSourceTitle() bool
HasSourceTitle returns a boolean if a field has been set.
func (o *HistoryResource) SetSourceTitleNil(b bool)
SetSourceTitleNil sets the value for SourceTitle to be an explicit nil
func (o *HistoryResource) UnsetSourceTitle()
UnsetSourceTitle ensures that no value is present for SourceTitle, not even an explicit nil
func (o *HistoryResource) GetLanguages() []Language
GetLanguages returns the Languages field if non-nil, zero value otherwise.
func (o *HistoryResource) 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 *HistoryResource) SetLanguages(v []Language)
SetLanguages sets Languages field to given value.
func (o *HistoryResource) HasLanguages() bool
HasLanguages returns a boolean if a field has been set.
func (o *HistoryResource) SetLanguagesNil(b bool)
SetLanguagesNil sets the value for Languages to be an explicit nil
func (o *HistoryResource) UnsetLanguages()
UnsetLanguages ensures that no value is present for Languages, not even an explicit nil
func (o *HistoryResource) GetQuality() QualityModel
GetQuality returns the Quality field if non-nil, zero value otherwise.
func (o *HistoryResource) 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 *HistoryResource) SetQuality(v QualityModel)
SetQuality sets Quality field to given value.
func (o *HistoryResource) HasQuality() bool
HasQuality returns a boolean if a field has been set.
func (o *HistoryResource) GetCustomFormats() []CustomFormatResource
GetCustomFormats returns the CustomFormats field if non-nil, zero value otherwise.
func (o *HistoryResource) 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 *HistoryResource) SetCustomFormats(v []CustomFormatResource)
SetCustomFormats sets CustomFormats field to given value.
func (o *HistoryResource) HasCustomFormats() bool
HasCustomFormats returns a boolean if a field has been set.
func (o *HistoryResource) SetCustomFormatsNil(b bool)
SetCustomFormatsNil sets the value for CustomFormats to be an explicit nil
func (o *HistoryResource) UnsetCustomFormats()
UnsetCustomFormats ensures that no value is present for CustomFormats, not even an explicit nil
func (o *HistoryResource) GetCustomFormatScore() int32
GetCustomFormatScore returns the CustomFormatScore field if non-nil, zero value otherwise.
func (o *HistoryResource) 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 *HistoryResource) SetCustomFormatScore(v int32)
SetCustomFormatScore sets CustomFormatScore field to given value.
func (o *HistoryResource) HasCustomFormatScore() bool
HasCustomFormatScore returns a boolean if a field has been set.
func (o *HistoryResource) GetQualityCutoffNotMet() bool
GetQualityCutoffNotMet returns the QualityCutoffNotMet field if non-nil, zero value otherwise.
func (o *HistoryResource) 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 *HistoryResource) SetQualityCutoffNotMet(v bool)
SetQualityCutoffNotMet sets QualityCutoffNotMet field to given value.
func (o *HistoryResource) HasQualityCutoffNotMet() bool
HasQualityCutoffNotMet returns a boolean if a field has been set.
func (o *HistoryResource) GetDate() time.Time
GetDate returns the Date field if non-nil, zero value otherwise.
func (o *HistoryResource) GetDateOk() (*time.Time, bool)
GetDateOk returns a tuple with the Date field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HistoryResource) SetDate(v time.Time)
SetDate sets Date field to given value.
func (o *HistoryResource) HasDate() bool
HasDate returns a boolean if a field has been set.
func (o *HistoryResource) GetDownloadId() string
GetDownloadId returns the DownloadId field if non-nil, zero value otherwise.
func (o *HistoryResource) 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 *HistoryResource) SetDownloadId(v string)
SetDownloadId sets DownloadId field to given value.
func (o *HistoryResource) HasDownloadId() bool
HasDownloadId returns a boolean if a field has been set.
func (o *HistoryResource) SetDownloadIdNil(b bool)
SetDownloadIdNil sets the value for DownloadId to be an explicit nil
func (o *HistoryResource) UnsetDownloadId()
UnsetDownloadId ensures that no value is present for DownloadId, not even an explicit nil
func (o *HistoryResource) GetEventType() MovieHistoryEventType
GetEventType returns the EventType field if non-nil, zero value otherwise.
func (o *HistoryResource) GetEventTypeOk() (*MovieHistoryEventType, bool)
GetEventTypeOk returns a tuple with the EventType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HistoryResource) SetEventType(v MovieHistoryEventType)
SetEventType sets EventType field to given value.
func (o *HistoryResource) HasEventType() bool
HasEventType returns a boolean if a field has been set.
func (o *HistoryResource) GetData() map[string]string
GetData returns the Data field if non-nil, zero value otherwise.
func (o *HistoryResource) GetDataOk() (*map[string]string, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HistoryResource) SetData(v map[string]string)
SetData sets Data field to given value.
func (o *HistoryResource) HasData() bool
HasData returns a boolean if a field has been set.
func (o *HistoryResource) SetDataNil(b bool)
SetDataNil sets the value for Data to be an explicit nil
func (o *HistoryResource) UnsetData()
UnsetData ensures that no value is present for Data, not even an explicit nil
func (o *HistoryResource) GetMovie() MovieResource
GetMovie returns the Movie field if non-nil, zero value otherwise.
func (o *HistoryResource) 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 *HistoryResource) SetMovie(v MovieResource)
SetMovie sets Movie field to given value.
func (o *HistoryResource) HasMovie() bool
HasMovie returns a boolean if a field has been set.