| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| BookId | Pointer to int32 | [optional] | |
| ForeignEditionId | Pointer to NullableString | [optional] | |
| TitleSlug | Pointer to NullableString | [optional] | |
| Isbn13 | Pointer to NullableString | [optional] | |
| Asin | Pointer to NullableString | [optional] | |
| Title | Pointer to NullableString | [optional] | |
| Language | Pointer to NullableString | [optional] | |
| Overview | Pointer to NullableString | [optional] | |
| Format | Pointer to NullableString | [optional] | |
| IsEbook | Pointer to bool | [optional] | |
| Disambiguation | Pointer to NullableString | [optional] | |
| Publisher | Pointer to NullableString | [optional] | |
| PageCount | Pointer to int32 | [optional] | |
| ReleaseDate | Pointer to NullableTime | [optional] | |
| Images | Pointer to []MediaCover | [optional] | |
| Links | Pointer to []Links | [optional] | |
| Ratings | Pointer to Ratings | [optional] | |
| Monitored | Pointer to bool | [optional] | |
| ManualAdd | Pointer to bool | [optional] | |
| Book | Pointer to BookLazyLoaded | [optional] | |
| BookFiles | Pointer to BookFileListLazyLoaded | [optional] |
func NewEdition() *Edition
NewEdition instantiates a new Edition 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 NewEditionWithDefaults() *Edition
NewEditionWithDefaults instantiates a new Edition 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 *Edition) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Edition) 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 *Edition) SetId(v int32)
SetId sets Id field to given value.
func (o *Edition) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Edition) GetBookId() int32
GetBookId returns the BookId field if non-nil, zero value otherwise.
func (o *Edition) GetBookIdOk() (*int32, bool)
GetBookIdOk returns a tuple with the BookId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Edition) SetBookId(v int32)
SetBookId sets BookId field to given value.
func (o *Edition) HasBookId() bool
HasBookId returns a boolean if a field has been set.
func (o *Edition) GetForeignEditionId() string
GetForeignEditionId returns the ForeignEditionId field if non-nil, zero value otherwise.
func (o *Edition) GetForeignEditionIdOk() (*string, bool)
GetForeignEditionIdOk returns a tuple with the ForeignEditionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Edition) SetForeignEditionId(v string)
SetForeignEditionId sets ForeignEditionId field to given value.
func (o *Edition) HasForeignEditionId() bool
HasForeignEditionId returns a boolean if a field has been set.
func (o *Edition) SetForeignEditionIdNil(b bool)
SetForeignEditionIdNil sets the value for ForeignEditionId to be an explicit nil
func (o *Edition) UnsetForeignEditionId()
UnsetForeignEditionId ensures that no value is present for ForeignEditionId, not even an explicit nil
func (o *Edition) GetTitleSlug() string
GetTitleSlug returns the TitleSlug field if non-nil, zero value otherwise.
func (o *Edition) GetTitleSlugOk() (*string, bool)
GetTitleSlugOk returns a tuple with the TitleSlug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Edition) SetTitleSlug(v string)
SetTitleSlug sets TitleSlug field to given value.
func (o *Edition) HasTitleSlug() bool
HasTitleSlug returns a boolean if a field has been set.
func (o *Edition) SetTitleSlugNil(b bool)
SetTitleSlugNil sets the value for TitleSlug to be an explicit nil
func (o *Edition) UnsetTitleSlug()
UnsetTitleSlug ensures that no value is present for TitleSlug, not even an explicit nil
func (o *Edition) GetIsbn13() string
GetIsbn13 returns the Isbn13 field if non-nil, zero value otherwise.
func (o *Edition) GetIsbn13Ok() (*string, bool)
GetIsbn13Ok returns a tuple with the Isbn13 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Edition) SetIsbn13(v string)
SetIsbn13 sets Isbn13 field to given value.
func (o *Edition) HasIsbn13() bool
HasIsbn13 returns a boolean if a field has been set.
func (o *Edition) SetIsbn13Nil(b bool)
SetIsbn13Nil sets the value for Isbn13 to be an explicit nil
func (o *Edition) UnsetIsbn13()
UnsetIsbn13 ensures that no value is present for Isbn13, not even an explicit nil
func (o *Edition) GetAsin() string
GetAsin returns the Asin field if non-nil, zero value otherwise.
func (o *Edition) GetAsinOk() (*string, bool)
GetAsinOk returns a tuple with the Asin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Edition) SetAsin(v string)
SetAsin sets Asin field to given value.
func (o *Edition) HasAsin() bool
HasAsin returns a boolean if a field has been set.
func (o *Edition) SetAsinNil(b bool)
SetAsinNil sets the value for Asin to be an explicit nil
func (o *Edition) UnsetAsin()
UnsetAsin ensures that no value is present for Asin, not even an explicit nil
func (o *Edition) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *Edition) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Edition) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *Edition) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *Edition) SetTitleNil(b bool)
SetTitleNil sets the value for Title to be an explicit nil
func (o *Edition) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
func (o *Edition) GetLanguage() string
GetLanguage returns the Language field if non-nil, zero value otherwise.
func (o *Edition) GetLanguageOk() (*string, bool)
GetLanguageOk returns a tuple with the Language field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Edition) SetLanguage(v string)
SetLanguage sets Language field to given value.
func (o *Edition) HasLanguage() bool
HasLanguage returns a boolean if a field has been set.
func (o *Edition) SetLanguageNil(b bool)
SetLanguageNil sets the value for Language to be an explicit nil
func (o *Edition) UnsetLanguage()
UnsetLanguage ensures that no value is present for Language, not even an explicit nil
func (o *Edition) GetOverview() string
GetOverview returns the Overview field if non-nil, zero value otherwise.
func (o *Edition) GetOverviewOk() (*string, bool)
GetOverviewOk returns a tuple with the Overview field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Edition) SetOverview(v string)
SetOverview sets Overview field to given value.
func (o *Edition) HasOverview() bool
HasOverview returns a boolean if a field has been set.
func (o *Edition) SetOverviewNil(b bool)
SetOverviewNil sets the value for Overview to be an explicit nil
func (o *Edition) UnsetOverview()
UnsetOverview ensures that no value is present for Overview, not even an explicit nil
func (o *Edition) GetFormat() string
GetFormat returns the Format field if non-nil, zero value otherwise.
func (o *Edition) GetFormatOk() (*string, bool)
GetFormatOk returns a tuple with the Format field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Edition) SetFormat(v string)
SetFormat sets Format field to given value.
func (o *Edition) HasFormat() bool
HasFormat returns a boolean if a field has been set.
func (o *Edition) SetFormatNil(b bool)
SetFormatNil sets the value for Format to be an explicit nil
func (o *Edition) UnsetFormat()
UnsetFormat ensures that no value is present for Format, not even an explicit nil
func (o *Edition) GetIsEbook() bool
GetIsEbook returns the IsEbook field if non-nil, zero value otherwise.
func (o *Edition) GetIsEbookOk() (*bool, bool)
GetIsEbookOk returns a tuple with the IsEbook field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Edition) SetIsEbook(v bool)
SetIsEbook sets IsEbook field to given value.
func (o *Edition) HasIsEbook() bool
HasIsEbook returns a boolean if a field has been set.
func (o *Edition) GetDisambiguation() string
GetDisambiguation returns the Disambiguation field if non-nil, zero value otherwise.
func (o *Edition) GetDisambiguationOk() (*string, bool)
GetDisambiguationOk returns a tuple with the Disambiguation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Edition) SetDisambiguation(v string)
SetDisambiguation sets Disambiguation field to given value.
func (o *Edition) HasDisambiguation() bool
HasDisambiguation returns a boolean if a field has been set.
func (o *Edition) SetDisambiguationNil(b bool)
SetDisambiguationNil sets the value for Disambiguation to be an explicit nil
func (o *Edition) UnsetDisambiguation()
UnsetDisambiguation ensures that no value is present for Disambiguation, not even an explicit nil
func (o *Edition) GetPublisher() string
GetPublisher returns the Publisher field if non-nil, zero value otherwise.
func (o *Edition) GetPublisherOk() (*string, bool)
GetPublisherOk returns a tuple with the Publisher field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Edition) SetPublisher(v string)
SetPublisher sets Publisher field to given value.
func (o *Edition) HasPublisher() bool
HasPublisher returns a boolean if a field has been set.
func (o *Edition) SetPublisherNil(b bool)
SetPublisherNil sets the value for Publisher to be an explicit nil
func (o *Edition) UnsetPublisher()
UnsetPublisher ensures that no value is present for Publisher, not even an explicit nil
func (o *Edition) GetPageCount() int32
GetPageCount returns the PageCount field if non-nil, zero value otherwise.
func (o *Edition) GetPageCountOk() (*int32, bool)
GetPageCountOk returns a tuple with the PageCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Edition) SetPageCount(v int32)
SetPageCount sets PageCount field to given value.
func (o *Edition) HasPageCount() bool
HasPageCount returns a boolean if a field has been set.
func (o *Edition) GetReleaseDate() time.Time
GetReleaseDate returns the ReleaseDate field if non-nil, zero value otherwise.
func (o *Edition) GetReleaseDateOk() (*time.Time, bool)
GetReleaseDateOk returns a tuple with the ReleaseDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Edition) SetReleaseDate(v time.Time)
SetReleaseDate sets ReleaseDate field to given value.
func (o *Edition) HasReleaseDate() bool
HasReleaseDate returns a boolean if a field has been set.
func (o *Edition) SetReleaseDateNil(b bool)
SetReleaseDateNil sets the value for ReleaseDate to be an explicit nil
func (o *Edition) UnsetReleaseDate()
UnsetReleaseDate ensures that no value is present for ReleaseDate, not even an explicit nil
func (o *Edition) GetImages() []MediaCover
GetImages returns the Images field if non-nil, zero value otherwise.
func (o *Edition) GetImagesOk() (*[]MediaCover, bool)
GetImagesOk returns a tuple with the Images field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Edition) SetImages(v []MediaCover)
SetImages sets Images field to given value.
func (o *Edition) HasImages() bool
HasImages returns a boolean if a field has been set.
func (o *Edition) SetImagesNil(b bool)
SetImagesNil sets the value for Images to be an explicit nil
func (o *Edition) UnsetImages()
UnsetImages ensures that no value is present for Images, not even an explicit nil
func (o *Edition) GetLinks() []Links
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *Edition) GetLinksOk() (*[]Links, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Edition) SetLinks(v []Links)
SetLinks sets Links field to given value.
func (o *Edition) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *Edition) SetLinksNil(b bool)
SetLinksNil sets the value for Links to be an explicit nil
func (o *Edition) UnsetLinks()
UnsetLinks ensures that no value is present for Links, not even an explicit nil
func (o *Edition) GetRatings() Ratings
GetRatings returns the Ratings field if non-nil, zero value otherwise.
func (o *Edition) GetRatingsOk() (*Ratings, bool)
GetRatingsOk returns a tuple with the Ratings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Edition) SetRatings(v Ratings)
SetRatings sets Ratings field to given value.
func (o *Edition) HasRatings() bool
HasRatings returns a boolean if a field has been set.
func (o *Edition) GetMonitored() bool
GetMonitored returns the Monitored field if non-nil, zero value otherwise.
func (o *Edition) GetMonitoredOk() (*bool, bool)
GetMonitoredOk returns a tuple with the Monitored field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Edition) SetMonitored(v bool)
SetMonitored sets Monitored field to given value.
func (o *Edition) HasMonitored() bool
HasMonitored returns a boolean if a field has been set.
func (o *Edition) GetManualAdd() bool
GetManualAdd returns the ManualAdd field if non-nil, zero value otherwise.
func (o *Edition) GetManualAddOk() (*bool, bool)
GetManualAddOk returns a tuple with the ManualAdd field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Edition) SetManualAdd(v bool)
SetManualAdd sets ManualAdd field to given value.
func (o *Edition) HasManualAdd() bool
HasManualAdd returns a boolean if a field has been set.
func (o *Edition) GetBook() BookLazyLoaded
GetBook returns the Book field if non-nil, zero value otherwise.
func (o *Edition) GetBookOk() (*BookLazyLoaded, bool)
GetBookOk returns a tuple with the Book field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Edition) SetBook(v BookLazyLoaded)
SetBook sets Book field to given value.
func (o *Edition) HasBook() bool
HasBook returns a boolean if a field has been set.
func (o *Edition) GetBookFiles() BookFileListLazyLoaded
GetBookFiles returns the BookFiles field if non-nil, zero value otherwise.
func (o *Edition) GetBookFilesOk() (*BookFileListLazyLoaded, bool)
GetBookFilesOk returns a tuple with the BookFiles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Edition) SetBookFiles(v BookFileListLazyLoaded)
SetBookFiles sets BookFiles field to given value.
func (o *Edition) HasBookFiles() bool
HasBookFiles returns a boolean if a field has been set.