| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| Path | Pointer to NullableString | [optional] | |
| Size | Pointer to int64 | [optional] | |
| Modified | Pointer to time.Time | [optional] | |
| DateAdded | Pointer to time.Time | [optional] | |
| OriginalFilePath | Pointer to NullableString | [optional] | |
| SceneName | Pointer to NullableString | [optional] | |
| ReleaseGroup | Pointer to NullableString | [optional] | |
| Quality | Pointer to QualityModel | [optional] | |
| IndexerFlags | Pointer to IndexerFlags | [optional] | |
| MediaInfo | Pointer to MediaInfoModel | [optional] | |
| EditionId | Pointer to int32 | [optional] | |
| CalibreId | Pointer to int32 | [optional] | |
| Part | Pointer to int32 | [optional] | |
| Author | Pointer to AuthorLazyLoaded | [optional] | |
| Edition | Pointer to EditionLazyLoaded | [optional] | |
| PartCount | Pointer to int32 | [optional] |
func NewBookFile() *BookFile
NewBookFile instantiates a new BookFile 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 NewBookFileWithDefaults() *BookFile
NewBookFileWithDefaults instantiates a new BookFile 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 *BookFile) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *BookFile) 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 *BookFile) SetId(v int32)
SetId sets Id field to given value.
func (o *BookFile) HasId() bool
HasId returns a boolean if a field has been set.
func (o *BookFile) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *BookFile) 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 *BookFile) SetPath(v string)
SetPath sets Path field to given value.
func (o *BookFile) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *BookFile) SetPathNil(b bool)
SetPathNil sets the value for Path to be an explicit nil
func (o *BookFile) UnsetPath()
UnsetPath ensures that no value is present for Path, not even an explicit nil
func (o *BookFile) GetSize() int64
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *BookFile) 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 *BookFile) SetSize(v int64)
SetSize sets Size field to given value.
func (o *BookFile) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *BookFile) GetModified() time.Time
GetModified returns the Modified field if non-nil, zero value otherwise.
func (o *BookFile) GetModifiedOk() (*time.Time, bool)
GetModifiedOk returns a tuple with the Modified field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BookFile) SetModified(v time.Time)
SetModified sets Modified field to given value.
func (o *BookFile) HasModified() bool
HasModified returns a boolean if a field has been set.
func (o *BookFile) GetDateAdded() time.Time
GetDateAdded returns the DateAdded field if non-nil, zero value otherwise.
func (o *BookFile) 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 *BookFile) SetDateAdded(v time.Time)
SetDateAdded sets DateAdded field to given value.
func (o *BookFile) HasDateAdded() bool
HasDateAdded returns a boolean if a field has been set.
func (o *BookFile) GetOriginalFilePath() string
GetOriginalFilePath returns the OriginalFilePath field if non-nil, zero value otherwise.
func (o *BookFile) GetOriginalFilePathOk() (*string, bool)
GetOriginalFilePathOk returns a tuple with the OriginalFilePath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BookFile) SetOriginalFilePath(v string)
SetOriginalFilePath sets OriginalFilePath field to given value.
func (o *BookFile) HasOriginalFilePath() bool
HasOriginalFilePath returns a boolean if a field has been set.
func (o *BookFile) SetOriginalFilePathNil(b bool)
SetOriginalFilePathNil sets the value for OriginalFilePath to be an explicit nil
func (o *BookFile) UnsetOriginalFilePath()
UnsetOriginalFilePath ensures that no value is present for OriginalFilePath, not even an explicit nil
func (o *BookFile) GetSceneName() string
GetSceneName returns the SceneName field if non-nil, zero value otherwise.
func (o *BookFile) 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 *BookFile) SetSceneName(v string)
SetSceneName sets SceneName field to given value.
func (o *BookFile) HasSceneName() bool
HasSceneName returns a boolean if a field has been set.
func (o *BookFile) SetSceneNameNil(b bool)
SetSceneNameNil sets the value for SceneName to be an explicit nil
func (o *BookFile) UnsetSceneName()
UnsetSceneName ensures that no value is present for SceneName, not even an explicit nil
func (o *BookFile) GetReleaseGroup() string
GetReleaseGroup returns the ReleaseGroup field if non-nil, zero value otherwise.
func (o *BookFile) 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 *BookFile) SetReleaseGroup(v string)
SetReleaseGroup sets ReleaseGroup field to given value.
func (o *BookFile) HasReleaseGroup() bool
HasReleaseGroup returns a boolean if a field has been set.
func (o *BookFile) SetReleaseGroupNil(b bool)
SetReleaseGroupNil sets the value for ReleaseGroup to be an explicit nil
func (o *BookFile) UnsetReleaseGroup()
UnsetReleaseGroup ensures that no value is present for ReleaseGroup, not even an explicit nil
func (o *BookFile) GetQuality() QualityModel
GetQuality returns the Quality field if non-nil, zero value otherwise.
func (o *BookFile) 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 *BookFile) SetQuality(v QualityModel)
SetQuality sets Quality field to given value.
func (o *BookFile) HasQuality() bool
HasQuality returns a boolean if a field has been set.
func (o *BookFile) GetIndexerFlags() IndexerFlags
GetIndexerFlags returns the IndexerFlags field if non-nil, zero value otherwise.
func (o *BookFile) GetIndexerFlagsOk() (*IndexerFlags, 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 *BookFile) SetIndexerFlags(v IndexerFlags)
SetIndexerFlags sets IndexerFlags field to given value.
func (o *BookFile) HasIndexerFlags() bool
HasIndexerFlags returns a boolean if a field has been set.
func (o *BookFile) GetMediaInfo() MediaInfoModel
GetMediaInfo returns the MediaInfo field if non-nil, zero value otherwise.
func (o *BookFile) GetMediaInfoOk() (*MediaInfoModel, 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 *BookFile) SetMediaInfo(v MediaInfoModel)
SetMediaInfo sets MediaInfo field to given value.
func (o *BookFile) HasMediaInfo() bool
HasMediaInfo returns a boolean if a field has been set.
func (o *BookFile) GetEditionId() int32
GetEditionId returns the EditionId field if non-nil, zero value otherwise.
func (o *BookFile) GetEditionIdOk() (*int32, bool)
GetEditionIdOk returns a tuple with the EditionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BookFile) SetEditionId(v int32)
SetEditionId sets EditionId field to given value.
func (o *BookFile) HasEditionId() bool
HasEditionId returns a boolean if a field has been set.
func (o *BookFile) GetCalibreId() int32
GetCalibreId returns the CalibreId field if non-nil, zero value otherwise.
func (o *BookFile) GetCalibreIdOk() (*int32, bool)
GetCalibreIdOk returns a tuple with the CalibreId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BookFile) SetCalibreId(v int32)
SetCalibreId sets CalibreId field to given value.
func (o *BookFile) HasCalibreId() bool
HasCalibreId returns a boolean if a field has been set.
func (o *BookFile) GetPart() int32
GetPart returns the Part field if non-nil, zero value otherwise.
func (o *BookFile) GetPartOk() (*int32, bool)
GetPartOk returns a tuple with the Part field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BookFile) SetPart(v int32)
SetPart sets Part field to given value.
func (o *BookFile) HasPart() bool
HasPart returns a boolean if a field has been set.
func (o *BookFile) GetAuthor() AuthorLazyLoaded
GetAuthor returns the Author field if non-nil, zero value otherwise.
func (o *BookFile) GetAuthorOk() (*AuthorLazyLoaded, bool)
GetAuthorOk returns a tuple with the Author field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BookFile) SetAuthor(v AuthorLazyLoaded)
SetAuthor sets Author field to given value.
func (o *BookFile) HasAuthor() bool
HasAuthor returns a boolean if a field has been set.
func (o *BookFile) GetEdition() EditionLazyLoaded
GetEdition returns the Edition field if non-nil, zero value otherwise.
func (o *BookFile) GetEditionOk() (*EditionLazyLoaded, bool)
GetEditionOk returns a tuple with the Edition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BookFile) SetEdition(v EditionLazyLoaded)
SetEdition sets Edition field to given value.
func (o *BookFile) HasEdition() bool
HasEdition returns a boolean if a field has been set.
func (o *BookFile) GetPartCount() int32
GetPartCount returns the PartCount field if non-nil, zero value otherwise.
func (o *BookFile) GetPartCountOk() (*int32, bool)
GetPartCountOk returns a tuple with the PartCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BookFile) SetPartCount(v int32)
SetPartCount sets PartCount field to given value.
func (o *BookFile) HasPartCount() bool
HasPartCount returns a boolean if a field has been set.