| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| AuthorMetadataId | Pointer to int32 | [optional] | |
| ForeignBookId | Pointer to NullableString | [optional] | |
| ForeignEditionId | Pointer to NullableString | [optional] | |
| TitleSlug | Pointer to NullableString | [optional] | |
| Title | Pointer to NullableString | [optional] | |
| ReleaseDate | Pointer to NullableTime | [optional] | |
| Links | Pointer to []Links | [optional] | |
| Genres | Pointer to []string | [optional] | |
| RelatedBooks | Pointer to []int32 | [optional] | |
| Ratings | Pointer to Ratings | [optional] | |
| LastSearchTime | Pointer to NullableTime | [optional] | |
| CleanTitle | Pointer to NullableString | [optional] | |
| Monitored | Pointer to bool | [optional] | |
| AnyEditionOk | Pointer to bool | [optional] | |
| LastInfoSync | Pointer to NullableTime | [optional] | |
| Added | Pointer to time.Time | [optional] | |
| AddOptions | Pointer to AddBookOptions | [optional] | |
| AuthorMetadata | Pointer to AuthorMetadataLazyLoaded | [optional] | |
| Author | Pointer to AuthorLazyLoaded | [optional] | |
| Editions | Pointer to EditionListLazyLoaded | [optional] | |
| BookFiles | Pointer to BookFileListLazyLoaded | [optional] | |
| SeriesLinks | Pointer to SeriesBookLinkListLazyLoaded | [optional] |
func NewBook() *Book
NewBook instantiates a new Book 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 NewBookWithDefaults() *Book
NewBookWithDefaults instantiates a new Book 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 *Book) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Book) 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 *Book) SetId(v int32)
SetId sets Id field to given value.
func (o *Book) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Book) GetAuthorMetadataId() int32
GetAuthorMetadataId returns the AuthorMetadataId field if non-nil, zero value otherwise.
func (o *Book) GetAuthorMetadataIdOk() (*int32, bool)
GetAuthorMetadataIdOk returns a tuple with the AuthorMetadataId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Book) SetAuthorMetadataId(v int32)
SetAuthorMetadataId sets AuthorMetadataId field to given value.
func (o *Book) HasAuthorMetadataId() bool
HasAuthorMetadataId returns a boolean if a field has been set.
func (o *Book) GetForeignBookId() string
GetForeignBookId returns the ForeignBookId field if non-nil, zero value otherwise.
func (o *Book) 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 *Book) SetForeignBookId(v string)
SetForeignBookId sets ForeignBookId field to given value.
func (o *Book) HasForeignBookId() bool
HasForeignBookId returns a boolean if a field has been set.
func (o *Book) SetForeignBookIdNil(b bool)
SetForeignBookIdNil sets the value for ForeignBookId to be an explicit nil
func (o *Book) UnsetForeignBookId()
UnsetForeignBookId ensures that no value is present for ForeignBookId, not even an explicit nil
func (o *Book) GetForeignEditionId() string
GetForeignEditionId returns the ForeignEditionId field if non-nil, zero value otherwise.
func (o *Book) 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 *Book) SetForeignEditionId(v string)
SetForeignEditionId sets ForeignEditionId field to given value.
func (o *Book) HasForeignEditionId() bool
HasForeignEditionId returns a boolean if a field has been set.
func (o *Book) SetForeignEditionIdNil(b bool)
SetForeignEditionIdNil sets the value for ForeignEditionId to be an explicit nil
func (o *Book) UnsetForeignEditionId()
UnsetForeignEditionId ensures that no value is present for ForeignEditionId, not even an explicit nil
func (o *Book) GetTitleSlug() string
GetTitleSlug returns the TitleSlug field if non-nil, zero value otherwise.
func (o *Book) 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 *Book) SetTitleSlug(v string)
SetTitleSlug sets TitleSlug field to given value.
func (o *Book) HasTitleSlug() bool
HasTitleSlug returns a boolean if a field has been set.
func (o *Book) SetTitleSlugNil(b bool)
SetTitleSlugNil sets the value for TitleSlug to be an explicit nil
func (o *Book) UnsetTitleSlug()
UnsetTitleSlug ensures that no value is present for TitleSlug, not even an explicit nil
func (o *Book) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *Book) 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 *Book) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *Book) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *Book) SetTitleNil(b bool)
SetTitleNil sets the value for Title to be an explicit nil
func (o *Book) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
func (o *Book) GetReleaseDate() time.Time
GetReleaseDate returns the ReleaseDate field if non-nil, zero value otherwise.
func (o *Book) 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 *Book) SetReleaseDate(v time.Time)
SetReleaseDate sets ReleaseDate field to given value.
func (o *Book) HasReleaseDate() bool
HasReleaseDate returns a boolean if a field has been set.
func (o *Book) SetReleaseDateNil(b bool)
SetReleaseDateNil sets the value for ReleaseDate to be an explicit nil
func (o *Book) UnsetReleaseDate()
UnsetReleaseDate ensures that no value is present for ReleaseDate, not even an explicit nil
func (o *Book) GetLinks() []Links
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *Book) 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 *Book) SetLinks(v []Links)
SetLinks sets Links field to given value.
func (o *Book) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *Book) SetLinksNil(b bool)
SetLinksNil sets the value for Links to be an explicit nil
func (o *Book) UnsetLinks()
UnsetLinks ensures that no value is present for Links, not even an explicit nil
func (o *Book) GetGenres() []string
GetGenres returns the Genres field if non-nil, zero value otherwise.
func (o *Book) 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 *Book) SetGenres(v []string)
SetGenres sets Genres field to given value.
func (o *Book) HasGenres() bool
HasGenres returns a boolean if a field has been set.
func (o *Book) SetGenresNil(b bool)
SetGenresNil sets the value for Genres to be an explicit nil
func (o *Book) UnsetGenres()
UnsetGenres ensures that no value is present for Genres, not even an explicit nil
func (o *Book) GetRelatedBooks() []int32
GetRelatedBooks returns the RelatedBooks field if non-nil, zero value otherwise.
func (o *Book) GetRelatedBooksOk() (*[]int32, bool)
GetRelatedBooksOk returns a tuple with the RelatedBooks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Book) SetRelatedBooks(v []int32)
SetRelatedBooks sets RelatedBooks field to given value.
func (o *Book) HasRelatedBooks() bool
HasRelatedBooks returns a boolean if a field has been set.
func (o *Book) SetRelatedBooksNil(b bool)
SetRelatedBooksNil sets the value for RelatedBooks to be an explicit nil
func (o *Book) UnsetRelatedBooks()
UnsetRelatedBooks ensures that no value is present for RelatedBooks, not even an explicit nil
func (o *Book) GetRatings() Ratings
GetRatings returns the Ratings field if non-nil, zero value otherwise.
func (o *Book) 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 *Book) SetRatings(v Ratings)
SetRatings sets Ratings field to given value.
func (o *Book) HasRatings() bool
HasRatings returns a boolean if a field has been set.
func (o *Book) GetLastSearchTime() time.Time
GetLastSearchTime returns the LastSearchTime field if non-nil, zero value otherwise.
func (o *Book) GetLastSearchTimeOk() (*time.Time, bool)
GetLastSearchTimeOk returns a tuple with the LastSearchTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Book) SetLastSearchTime(v time.Time)
SetLastSearchTime sets LastSearchTime field to given value.
func (o *Book) HasLastSearchTime() bool
HasLastSearchTime returns a boolean if a field has been set.
func (o *Book) SetLastSearchTimeNil(b bool)
SetLastSearchTimeNil sets the value for LastSearchTime to be an explicit nil
func (o *Book) UnsetLastSearchTime()
UnsetLastSearchTime ensures that no value is present for LastSearchTime, not even an explicit nil
func (o *Book) GetCleanTitle() string
GetCleanTitle returns the CleanTitle field if non-nil, zero value otherwise.
func (o *Book) GetCleanTitleOk() (*string, bool)
GetCleanTitleOk returns a tuple with the CleanTitle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Book) SetCleanTitle(v string)
SetCleanTitle sets CleanTitle field to given value.
func (o *Book) HasCleanTitle() bool
HasCleanTitle returns a boolean if a field has been set.
func (o *Book) SetCleanTitleNil(b bool)
SetCleanTitleNil sets the value for CleanTitle to be an explicit nil
func (o *Book) UnsetCleanTitle()
UnsetCleanTitle ensures that no value is present for CleanTitle, not even an explicit nil
func (o *Book) GetMonitored() bool
GetMonitored returns the Monitored field if non-nil, zero value otherwise.
func (o *Book) 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 *Book) SetMonitored(v bool)
SetMonitored sets Monitored field to given value.
func (o *Book) HasMonitored() bool
HasMonitored returns a boolean if a field has been set.
func (o *Book) GetAnyEditionOk() bool
GetAnyEditionOk returns the AnyEditionOk field if non-nil, zero value otherwise.
func (o *Book) 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 *Book) SetAnyEditionOk(v bool)
SetAnyEditionOk sets AnyEditionOk field to given value.
func (o *Book) HasAnyEditionOk() bool
HasAnyEditionOk returns a boolean if a field has been set.
func (o *Book) GetLastInfoSync() time.Time
GetLastInfoSync returns the LastInfoSync field if non-nil, zero value otherwise.
func (o *Book) GetLastInfoSyncOk() (*time.Time, bool)
GetLastInfoSyncOk returns a tuple with the LastInfoSync field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Book) SetLastInfoSync(v time.Time)
SetLastInfoSync sets LastInfoSync field to given value.
func (o *Book) HasLastInfoSync() bool
HasLastInfoSync returns a boolean if a field has been set.
func (o *Book) SetLastInfoSyncNil(b bool)
SetLastInfoSyncNil sets the value for LastInfoSync to be an explicit nil
func (o *Book) UnsetLastInfoSync()
UnsetLastInfoSync ensures that no value is present for LastInfoSync, not even an explicit nil
func (o *Book) GetAdded() time.Time
GetAdded returns the Added field if non-nil, zero value otherwise.
func (o *Book) 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 *Book) SetAdded(v time.Time)
SetAdded sets Added field to given value.
func (o *Book) HasAdded() bool
HasAdded returns a boolean if a field has been set.
func (o *Book) GetAddOptions() AddBookOptions
GetAddOptions returns the AddOptions field if non-nil, zero value otherwise.
func (o *Book) 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 *Book) SetAddOptions(v AddBookOptions)
SetAddOptions sets AddOptions field to given value.
func (o *Book) HasAddOptions() bool
HasAddOptions returns a boolean if a field has been set.
func (o *Book) GetAuthorMetadata() AuthorMetadataLazyLoaded
GetAuthorMetadata returns the AuthorMetadata field if non-nil, zero value otherwise.
func (o *Book) GetAuthorMetadataOk() (*AuthorMetadataLazyLoaded, bool)
GetAuthorMetadataOk returns a tuple with the AuthorMetadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Book) SetAuthorMetadata(v AuthorMetadataLazyLoaded)
SetAuthorMetadata sets AuthorMetadata field to given value.
func (o *Book) HasAuthorMetadata() bool
HasAuthorMetadata returns a boolean if a field has been set.
func (o *Book) GetAuthor() AuthorLazyLoaded
GetAuthor returns the Author field if non-nil, zero value otherwise.
func (o *Book) 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 *Book) SetAuthor(v AuthorLazyLoaded)
SetAuthor sets Author field to given value.
func (o *Book) HasAuthor() bool
HasAuthor returns a boolean if a field has been set.
func (o *Book) GetEditions() EditionListLazyLoaded
GetEditions returns the Editions field if non-nil, zero value otherwise.
func (o *Book) GetEditionsOk() (*EditionListLazyLoaded, 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 *Book) SetEditions(v EditionListLazyLoaded)
SetEditions sets Editions field to given value.
func (o *Book) HasEditions() bool
HasEditions returns a boolean if a field has been set.
func (o *Book) GetBookFiles() BookFileListLazyLoaded
GetBookFiles returns the BookFiles field if non-nil, zero value otherwise.
func (o *Book) 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 *Book) SetBookFiles(v BookFileListLazyLoaded)
SetBookFiles sets BookFiles field to given value.
func (o *Book) HasBookFiles() bool
HasBookFiles returns a boolean if a field has been set.
func (o *Book) GetSeriesLinks() SeriesBookLinkListLazyLoaded
GetSeriesLinks returns the SeriesLinks field if non-nil, zero value otherwise.
func (o *Book) GetSeriesLinksOk() (*SeriesBookLinkListLazyLoaded, bool)
GetSeriesLinksOk returns a tuple with the SeriesLinks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Book) SetSeriesLinks(v SeriesBookLinkListLazyLoaded)
SetSeriesLinks sets SeriesLinks field to given value.
func (o *Book) HasSeriesLinks() bool
HasSeriesLinks returns a boolean if a field has been set.