| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| Title | Pointer to NullableString | [optional] | |
| AuthorTitle | Pointer to NullableString | [optional] | |
| SeriesTitle | Pointer to NullableString | [optional] | |
| Disambiguation | Pointer to NullableString | [optional] | |
| Overview | Pointer to NullableString | [optional] | |
| AuthorId | Pointer to int32 | [optional] | |
| ForeignBookId | Pointer to NullableString | [optional] | |
| ForeignEditionId | Pointer to NullableString | [optional] | |
| TitleSlug | Pointer to NullableString | [optional] | |
| Monitored | Pointer to bool | [optional] | |
| AnyEditionOk | Pointer to bool | [optional] | |
| Ratings | Pointer to Ratings | [optional] | |
| ReleaseDate | Pointer to NullableTime | [optional] | |
| PageCount | Pointer to int32 | [optional] | |
| Genres | Pointer to []string | [optional] | |
| Author | Pointer to AuthorResource | [optional] | |
| Images | Pointer to []MediaCover | [optional] | |
| Links | Pointer to []Links | [optional] | |
| Statistics | Pointer to BookStatisticsResource | [optional] | |
| Added | Pointer to NullableTime | [optional] | |
| AddOptions | Pointer to AddBookOptions | [optional] | |
| RemoteCover | Pointer to NullableString | [optional] | |
| Editions | Pointer to []EditionResource | [optional] |
func NewBookResource() *BookResource
NewBookResource instantiates a new BookResource 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 NewBookResourceWithDefaults() *BookResource
NewBookResourceWithDefaults instantiates a new BookResource 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 *BookResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *BookResource) 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 *BookResource) SetId(v int32)
SetId sets Id field to given value.
func (o *BookResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *BookResource) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *BookResource) 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 *BookResource) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *BookResource) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *BookResource) SetTitleNil(b bool)
SetTitleNil sets the value for Title to be an explicit nil
func (o *BookResource) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
func (o *BookResource) GetAuthorTitle() string
GetAuthorTitle returns the AuthorTitle field if non-nil, zero value otherwise.
func (o *BookResource) GetAuthorTitleOk() (*string, bool)
GetAuthorTitleOk returns a tuple with the AuthorTitle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BookResource) SetAuthorTitle(v string)
SetAuthorTitle sets AuthorTitle field to given value.
func (o *BookResource) HasAuthorTitle() bool
HasAuthorTitle returns a boolean if a field has been set.
func (o *BookResource) SetAuthorTitleNil(b bool)
SetAuthorTitleNil sets the value for AuthorTitle to be an explicit nil
func (o *BookResource) UnsetAuthorTitle()
UnsetAuthorTitle ensures that no value is present for AuthorTitle, not even an explicit nil
func (o *BookResource) GetSeriesTitle() string
GetSeriesTitle returns the SeriesTitle field if non-nil, zero value otherwise.
func (o *BookResource) GetSeriesTitleOk() (*string, bool)
GetSeriesTitleOk returns a tuple with the SeriesTitle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BookResource) SetSeriesTitle(v string)
SetSeriesTitle sets SeriesTitle field to given value.
func (o *BookResource) HasSeriesTitle() bool
HasSeriesTitle returns a boolean if a field has been set.
func (o *BookResource) SetSeriesTitleNil(b bool)
SetSeriesTitleNil sets the value for SeriesTitle to be an explicit nil
func (o *BookResource) UnsetSeriesTitle()
UnsetSeriesTitle ensures that no value is present for SeriesTitle, not even an explicit nil
func (o *BookResource) GetDisambiguation() string
GetDisambiguation returns the Disambiguation field if non-nil, zero value otherwise.
func (o *BookResource) 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 *BookResource) SetDisambiguation(v string)
SetDisambiguation sets Disambiguation field to given value.
func (o *BookResource) HasDisambiguation() bool
HasDisambiguation returns a boolean if a field has been set.
func (o *BookResource) SetDisambiguationNil(b bool)
SetDisambiguationNil sets the value for Disambiguation to be an explicit nil
func (o *BookResource) UnsetDisambiguation()
UnsetDisambiguation ensures that no value is present for Disambiguation, not even an explicit nil
func (o *BookResource) GetOverview() string
GetOverview returns the Overview field if non-nil, zero value otherwise.
func (o *BookResource) 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 *BookResource) SetOverview(v string)
SetOverview sets Overview field to given value.
func (o *BookResource) HasOverview() bool
HasOverview returns a boolean if a field has been set.
func (o *BookResource) SetOverviewNil(b bool)
SetOverviewNil sets the value for Overview to be an explicit nil
func (o *BookResource) UnsetOverview()
UnsetOverview ensures that no value is present for Overview, not even an explicit nil
func (o *BookResource) GetAuthorId() int32
GetAuthorId returns the AuthorId field if non-nil, zero value otherwise.
func (o *BookResource) GetAuthorIdOk() (*int32, bool)
GetAuthorIdOk returns a tuple with the AuthorId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BookResource) SetAuthorId(v int32)
SetAuthorId sets AuthorId field to given value.
func (o *BookResource) HasAuthorId() bool
HasAuthorId returns a boolean if a field has been set.
func (o *BookResource) GetForeignBookId() string
GetForeignBookId returns the ForeignBookId field if non-nil, zero value otherwise.
func (o *BookResource) GetForeignBookIdOk() (*string, bool)
GetForeignBookIdOk returns a tuple with the ForeignBookId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BookResource) SetForeignBookId(v string)
SetForeignBookId sets ForeignBookId field to given value.
func (o *BookResource) HasForeignBookId() bool
HasForeignBookId returns a boolean if a field has been set.
func (o *BookResource) SetForeignBookIdNil(b bool)
SetForeignBookIdNil sets the value for ForeignBookId to be an explicit nil
func (o *BookResource) UnsetForeignBookId()
UnsetForeignBookId ensures that no value is present for ForeignBookId, not even an explicit nil
func (o *BookResource) GetForeignEditionId() string
GetForeignEditionId returns the ForeignEditionId field if non-nil, zero value otherwise.
func (o *BookResource) 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 *BookResource) SetForeignEditionId(v string)
SetForeignEditionId sets ForeignEditionId field to given value.
func (o *BookResource) HasForeignEditionId() bool
HasForeignEditionId returns a boolean if a field has been set.
func (o *BookResource) SetForeignEditionIdNil(b bool)
SetForeignEditionIdNil sets the value for ForeignEditionId to be an explicit nil
func (o *BookResource) UnsetForeignEditionId()
UnsetForeignEditionId ensures that no value is present for ForeignEditionId, not even an explicit nil
func (o *BookResource) GetTitleSlug() string
GetTitleSlug returns the TitleSlug field if non-nil, zero value otherwise.
func (o *BookResource) 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 *BookResource) SetTitleSlug(v string)
SetTitleSlug sets TitleSlug field to given value.
func (o *BookResource) HasTitleSlug() bool
HasTitleSlug returns a boolean if a field has been set.
func (o *BookResource) SetTitleSlugNil(b bool)
SetTitleSlugNil sets the value for TitleSlug to be an explicit nil
func (o *BookResource) UnsetTitleSlug()
UnsetTitleSlug ensures that no value is present for TitleSlug, not even an explicit nil
func (o *BookResource) GetMonitored() bool
GetMonitored returns the Monitored field if non-nil, zero value otherwise.
func (o *BookResource) 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 *BookResource) SetMonitored(v bool)
SetMonitored sets Monitored field to given value.
func (o *BookResource) HasMonitored() bool
HasMonitored returns a boolean if a field has been set.
func (o *BookResource) GetAnyEditionOk() bool
GetAnyEditionOk returns the AnyEditionOk field if non-nil, zero value otherwise.
func (o *BookResource) GetAnyEditionOkOk() (*bool, bool)
GetAnyEditionOkOk returns a tuple with the AnyEditionOk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BookResource) SetAnyEditionOk(v bool)
SetAnyEditionOk sets AnyEditionOk field to given value.
func (o *BookResource) HasAnyEditionOk() bool
HasAnyEditionOk returns a boolean if a field has been set.
func (o *BookResource) GetRatings() Ratings
GetRatings returns the Ratings field if non-nil, zero value otherwise.
func (o *BookResource) 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 *BookResource) SetRatings(v Ratings)
SetRatings sets Ratings field to given value.
func (o *BookResource) HasRatings() bool
HasRatings returns a boolean if a field has been set.
func (o *BookResource) GetReleaseDate() time.Time
GetReleaseDate returns the ReleaseDate field if non-nil, zero value otherwise.
func (o *BookResource) 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 *BookResource) SetReleaseDate(v time.Time)
SetReleaseDate sets ReleaseDate field to given value.
func (o *BookResource) HasReleaseDate() bool
HasReleaseDate returns a boolean if a field has been set.
func (o *BookResource) SetReleaseDateNil(b bool)
SetReleaseDateNil sets the value for ReleaseDate to be an explicit nil
func (o *BookResource) UnsetReleaseDate()
UnsetReleaseDate ensures that no value is present for ReleaseDate, not even an explicit nil
func (o *BookResource) GetPageCount() int32
GetPageCount returns the PageCount field if non-nil, zero value otherwise.
func (o *BookResource) 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 *BookResource) SetPageCount(v int32)
SetPageCount sets PageCount field to given value.
func (o *BookResource) HasPageCount() bool
HasPageCount returns a boolean if a field has been set.
func (o *BookResource) GetGenres() []string
GetGenres returns the Genres field if non-nil, zero value otherwise.
func (o *BookResource) GetGenresOk() (*[]string, bool)
GetGenresOk returns a tuple with the Genres field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BookResource) SetGenres(v []string)
SetGenres sets Genres field to given value.
func (o *BookResource) HasGenres() bool
HasGenres returns a boolean if a field has been set.
func (o *BookResource) SetGenresNil(b bool)
SetGenresNil sets the value for Genres to be an explicit nil
func (o *BookResource) UnsetGenres()
UnsetGenres ensures that no value is present for Genres, not even an explicit nil
func (o *BookResource) GetAuthor() AuthorResource
GetAuthor returns the Author field if non-nil, zero value otherwise.
func (o *BookResource) GetAuthorOk() (*AuthorResource, 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 *BookResource) SetAuthor(v AuthorResource)
SetAuthor sets Author field to given value.
func (o *BookResource) HasAuthor() bool
HasAuthor returns a boolean if a field has been set.
func (o *BookResource) GetImages() []MediaCover
GetImages returns the Images field if non-nil, zero value otherwise.
func (o *BookResource) 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 *BookResource) SetImages(v []MediaCover)
SetImages sets Images field to given value.
func (o *BookResource) HasImages() bool
HasImages returns a boolean if a field has been set.
func (o *BookResource) SetImagesNil(b bool)
SetImagesNil sets the value for Images to be an explicit nil
func (o *BookResource) UnsetImages()
UnsetImages ensures that no value is present for Images, not even an explicit nil
func (o *BookResource) GetLinks() []Links
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *BookResource) 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 *BookResource) SetLinks(v []Links)
SetLinks sets Links field to given value.
func (o *BookResource) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *BookResource) SetLinksNil(b bool)
SetLinksNil sets the value for Links to be an explicit nil
func (o *BookResource) UnsetLinks()
UnsetLinks ensures that no value is present for Links, not even an explicit nil
func (o *BookResource) GetStatistics() BookStatisticsResource
GetStatistics returns the Statistics field if non-nil, zero value otherwise.
func (o *BookResource) GetStatisticsOk() (*BookStatisticsResource, bool)
GetStatisticsOk returns a tuple with the Statistics field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BookResource) SetStatistics(v BookStatisticsResource)
SetStatistics sets Statistics field to given value.
func (o *BookResource) HasStatistics() bool
HasStatistics returns a boolean if a field has been set.
func (o *BookResource) GetAdded() time.Time
GetAdded returns the Added field if non-nil, zero value otherwise.
func (o *BookResource) GetAddedOk() (*time.Time, bool)
GetAddedOk returns a tuple with the Added field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BookResource) SetAdded(v time.Time)
SetAdded sets Added field to given value.
func (o *BookResource) HasAdded() bool
HasAdded returns a boolean if a field has been set.
func (o *BookResource) SetAddedNil(b bool)
SetAddedNil sets the value for Added to be an explicit nil
func (o *BookResource) UnsetAdded()
UnsetAdded ensures that no value is present for Added, not even an explicit nil
func (o *BookResource) GetAddOptions() AddBookOptions
GetAddOptions returns the AddOptions field if non-nil, zero value otherwise.
func (o *BookResource) GetAddOptionsOk() (*AddBookOptions, bool)
GetAddOptionsOk returns a tuple with the AddOptions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BookResource) SetAddOptions(v AddBookOptions)
SetAddOptions sets AddOptions field to given value.
func (o *BookResource) HasAddOptions() bool
HasAddOptions returns a boolean if a field has been set.
func (o *BookResource) GetRemoteCover() string
GetRemoteCover returns the RemoteCover field if non-nil, zero value otherwise.
func (o *BookResource) GetRemoteCoverOk() (*string, bool)
GetRemoteCoverOk returns a tuple with the RemoteCover field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BookResource) SetRemoteCover(v string)
SetRemoteCover sets RemoteCover field to given value.
func (o *BookResource) HasRemoteCover() bool
HasRemoteCover returns a boolean if a field has been set.
func (o *BookResource) SetRemoteCoverNil(b bool)
SetRemoteCoverNil sets the value for RemoteCover to be an explicit nil
func (o *BookResource) UnsetRemoteCover()
UnsetRemoteCover ensures that no value is present for RemoteCover, not even an explicit nil
func (o *BookResource) GetEditions() []EditionResource
GetEditions returns the Editions field if non-nil, zero value otherwise.
func (o *BookResource) GetEditionsOk() (*[]EditionResource, bool)
GetEditionsOk returns a tuple with the Editions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BookResource) SetEditions(v []EditionResource)
SetEditions sets Editions field to given value.
func (o *BookResource) HasEditions() bool
HasEditions returns a boolean if a field has been set.
func (o *BookResource) SetEditionsNil(b bool)
SetEditionsNil sets the value for Editions to be an explicit nil
func (o *BookResource) UnsetEditions()
UnsetEditions ensures that no value is present for Editions, not even an explicit nil