| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| ForeignSeriesId | Pointer to NullableString | [optional] | |
| Title | Pointer to NullableString | [optional] | |
| Description | Pointer to NullableString | [optional] | |
| Numbered | Pointer to bool | [optional] | |
| WorkCount | Pointer to int32 | [optional] | |
| PrimaryWorkCount | Pointer to int32 | [optional] | |
| LinkItems | Pointer to SeriesBookLinkListLazyLoaded | [optional] | |
| Books | Pointer to BookListLazyLoaded | [optional] | |
| ForeignAuthorId | Pointer to NullableString | [optional] |
func NewSeries() *Series
NewSeries instantiates a new Series 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 NewSeriesWithDefaults() *Series
NewSeriesWithDefaults instantiates a new Series 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 *Series) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Series) 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 *Series) SetId(v int32)
SetId sets Id field to given value.
func (o *Series) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Series) GetForeignSeriesId() string
GetForeignSeriesId returns the ForeignSeriesId field if non-nil, zero value otherwise.
func (o *Series) GetForeignSeriesIdOk() (*string, bool)
GetForeignSeriesIdOk returns a tuple with the ForeignSeriesId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Series) SetForeignSeriesId(v string)
SetForeignSeriesId sets ForeignSeriesId field to given value.
func (o *Series) HasForeignSeriesId() bool
HasForeignSeriesId returns a boolean if a field has been set.
func (o *Series) SetForeignSeriesIdNil(b bool)
SetForeignSeriesIdNil sets the value for ForeignSeriesId to be an explicit nil
func (o *Series) UnsetForeignSeriesId()
UnsetForeignSeriesId ensures that no value is present for ForeignSeriesId, not even an explicit nil
func (o *Series) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *Series) 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 *Series) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *Series) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *Series) SetTitleNil(b bool)
SetTitleNil sets the value for Title to be an explicit nil
func (o *Series) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
func (o *Series) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *Series) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Series) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *Series) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *Series) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *Series) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *Series) GetNumbered() bool
GetNumbered returns the Numbered field if non-nil, zero value otherwise.
func (o *Series) GetNumberedOk() (*bool, bool)
GetNumberedOk returns a tuple with the Numbered field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Series) SetNumbered(v bool)
SetNumbered sets Numbered field to given value.
func (o *Series) HasNumbered() bool
HasNumbered returns a boolean if a field has been set.
func (o *Series) GetWorkCount() int32
GetWorkCount returns the WorkCount field if non-nil, zero value otherwise.
func (o *Series) GetWorkCountOk() (*int32, bool)
GetWorkCountOk returns a tuple with the WorkCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Series) SetWorkCount(v int32)
SetWorkCount sets WorkCount field to given value.
func (o *Series) HasWorkCount() bool
HasWorkCount returns a boolean if a field has been set.
func (o *Series) GetPrimaryWorkCount() int32
GetPrimaryWorkCount returns the PrimaryWorkCount field if non-nil, zero value otherwise.
func (o *Series) GetPrimaryWorkCountOk() (*int32, bool)
GetPrimaryWorkCountOk returns a tuple with the PrimaryWorkCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Series) SetPrimaryWorkCount(v int32)
SetPrimaryWorkCount sets PrimaryWorkCount field to given value.
func (o *Series) HasPrimaryWorkCount() bool
HasPrimaryWorkCount returns a boolean if a field has been set.
func (o *Series) GetLinkItems() SeriesBookLinkListLazyLoaded
GetLinkItems returns the LinkItems field if non-nil, zero value otherwise.
func (o *Series) GetLinkItemsOk() (*SeriesBookLinkListLazyLoaded, bool)
GetLinkItemsOk returns a tuple with the LinkItems field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Series) SetLinkItems(v SeriesBookLinkListLazyLoaded)
SetLinkItems sets LinkItems field to given value.
func (o *Series) HasLinkItems() bool
HasLinkItems returns a boolean if a field has been set.
func (o *Series) GetBooks() BookListLazyLoaded
GetBooks returns the Books field if non-nil, zero value otherwise.
func (o *Series) GetBooksOk() (*BookListLazyLoaded, bool)
GetBooksOk returns a tuple with the Books field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Series) SetBooks(v BookListLazyLoaded)
SetBooks sets Books field to given value.
func (o *Series) HasBooks() bool
HasBooks returns a boolean if a field has been set.
func (o *Series) GetForeignAuthorId() string
GetForeignAuthorId returns the ForeignAuthorId field if non-nil, zero value otherwise.
func (o *Series) GetForeignAuthorIdOk() (*string, bool)
GetForeignAuthorIdOk returns a tuple with the ForeignAuthorId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Series) SetForeignAuthorId(v string)
SetForeignAuthorId sets ForeignAuthorId field to given value.
func (o *Series) HasForeignAuthorId() bool
HasForeignAuthorId returns a boolean if a field has been set.
func (o *Series) SetForeignAuthorIdNil(b bool)
SetForeignAuthorIdNil sets the value for ForeignAuthorId to be an explicit nil
func (o *Series) UnsetForeignAuthorId()
UnsetForeignAuthorId ensures that no value is present for ForeignAuthorId, not even an explicit nil