Skip to content

Latest commit

 

History

History
535 lines (288 loc) · 14.7 KB

File metadata and controls

535 lines (288 loc) · 14.7 KB

PersonResultKnownForInner

Properties

Name Type Description Notes
Id float32
MediaType string
Popularity Pointer to float32 [optional]
PosterPath Pointer to string [optional]
BackdropPath Pointer to string [optional]
VoteCount Pointer to float32 [optional]
VoteAverage Pointer to float32 [optional]
GenreIds Pointer to []float32 [optional]
Overview Pointer to string [optional]
OriginalLanguage Pointer to string [optional]
Title string
OriginalTitle Pointer to string [optional]
ReleaseDate Pointer to string [optional]
Adult Pointer to bool [optional]
Video Pointer to bool [optional]
MediaInfo Pointer to MediaInfo [optional]
Name Pointer to string [optional]
OriginalName Pointer to string [optional]
OriginCountry Pointer to []string [optional]
FirstAirDate Pointer to string [optional]

Methods

NewPersonResultKnownForInner

func NewPersonResultKnownForInner(id float32, mediaType string, title string, ) *PersonResultKnownForInner

NewPersonResultKnownForInner instantiates a new PersonResultKnownForInner 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

NewPersonResultKnownForInnerWithDefaults

func NewPersonResultKnownForInnerWithDefaults() *PersonResultKnownForInner

NewPersonResultKnownForInnerWithDefaults instantiates a new PersonResultKnownForInner 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

GetId

func (o *PersonResultKnownForInner) GetId() float32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *PersonResultKnownForInner) GetIdOk() (*float32, 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.

SetId

func (o *PersonResultKnownForInner) SetId(v float32)

SetId sets Id field to given value.

GetMediaType

func (o *PersonResultKnownForInner) GetMediaType() string

GetMediaType returns the MediaType field if non-nil, zero value otherwise.

GetMediaTypeOk

func (o *PersonResultKnownForInner) GetMediaTypeOk() (*string, bool)

GetMediaTypeOk returns a tuple with the MediaType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMediaType

func (o *PersonResultKnownForInner) SetMediaType(v string)

SetMediaType sets MediaType field to given value.

GetPopularity

func (o *PersonResultKnownForInner) GetPopularity() float32

GetPopularity returns the Popularity field if non-nil, zero value otherwise.

GetPopularityOk

func (o *PersonResultKnownForInner) GetPopularityOk() (*float32, bool)

GetPopularityOk returns a tuple with the Popularity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPopularity

func (o *PersonResultKnownForInner) SetPopularity(v float32)

SetPopularity sets Popularity field to given value.

HasPopularity

func (o *PersonResultKnownForInner) HasPopularity() bool

HasPopularity returns a boolean if a field has been set.

GetPosterPath

func (o *PersonResultKnownForInner) GetPosterPath() string

GetPosterPath returns the PosterPath field if non-nil, zero value otherwise.

GetPosterPathOk

func (o *PersonResultKnownForInner) GetPosterPathOk() (*string, bool)

GetPosterPathOk returns a tuple with the PosterPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPosterPath

func (o *PersonResultKnownForInner) SetPosterPath(v string)

SetPosterPath sets PosterPath field to given value.

HasPosterPath

func (o *PersonResultKnownForInner) HasPosterPath() bool

HasPosterPath returns a boolean if a field has been set.

GetBackdropPath

func (o *PersonResultKnownForInner) GetBackdropPath() string

GetBackdropPath returns the BackdropPath field if non-nil, zero value otherwise.

GetBackdropPathOk

func (o *PersonResultKnownForInner) GetBackdropPathOk() (*string, bool)

GetBackdropPathOk returns a tuple with the BackdropPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBackdropPath

func (o *PersonResultKnownForInner) SetBackdropPath(v string)

SetBackdropPath sets BackdropPath field to given value.

HasBackdropPath

func (o *PersonResultKnownForInner) HasBackdropPath() bool

HasBackdropPath returns a boolean if a field has been set.

GetVoteCount

func (o *PersonResultKnownForInner) GetVoteCount() float32

GetVoteCount returns the VoteCount field if non-nil, zero value otherwise.

GetVoteCountOk

func (o *PersonResultKnownForInner) GetVoteCountOk() (*float32, bool)

GetVoteCountOk returns a tuple with the VoteCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVoteCount

func (o *PersonResultKnownForInner) SetVoteCount(v float32)

SetVoteCount sets VoteCount field to given value.

HasVoteCount

func (o *PersonResultKnownForInner) HasVoteCount() bool

HasVoteCount returns a boolean if a field has been set.

GetVoteAverage

func (o *PersonResultKnownForInner) GetVoteAverage() float32

GetVoteAverage returns the VoteAverage field if non-nil, zero value otherwise.

GetVoteAverageOk

func (o *PersonResultKnownForInner) GetVoteAverageOk() (*float32, bool)

GetVoteAverageOk returns a tuple with the VoteAverage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVoteAverage

func (o *PersonResultKnownForInner) SetVoteAverage(v float32)

SetVoteAverage sets VoteAverage field to given value.

HasVoteAverage

func (o *PersonResultKnownForInner) HasVoteAverage() bool

HasVoteAverage returns a boolean if a field has been set.

GetGenreIds

func (o *PersonResultKnownForInner) GetGenreIds() []float32

GetGenreIds returns the GenreIds field if non-nil, zero value otherwise.

GetGenreIdsOk

func (o *PersonResultKnownForInner) GetGenreIdsOk() (*[]float32, bool)

GetGenreIdsOk returns a tuple with the GenreIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGenreIds

func (o *PersonResultKnownForInner) SetGenreIds(v []float32)

SetGenreIds sets GenreIds field to given value.

HasGenreIds

func (o *PersonResultKnownForInner) HasGenreIds() bool

HasGenreIds returns a boolean if a field has been set.

GetOverview

func (o *PersonResultKnownForInner) GetOverview() string

GetOverview returns the Overview field if non-nil, zero value otherwise.

GetOverviewOk

func (o *PersonResultKnownForInner) 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.

SetOverview

func (o *PersonResultKnownForInner) SetOverview(v string)

SetOverview sets Overview field to given value.

HasOverview

func (o *PersonResultKnownForInner) HasOverview() bool

HasOverview returns a boolean if a field has been set.

GetOriginalLanguage

func (o *PersonResultKnownForInner) GetOriginalLanguage() string

GetOriginalLanguage returns the OriginalLanguage field if non-nil, zero value otherwise.

GetOriginalLanguageOk

func (o *PersonResultKnownForInner) GetOriginalLanguageOk() (*string, bool)

GetOriginalLanguageOk returns a tuple with the OriginalLanguage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOriginalLanguage

func (o *PersonResultKnownForInner) SetOriginalLanguage(v string)

SetOriginalLanguage sets OriginalLanguage field to given value.

HasOriginalLanguage

func (o *PersonResultKnownForInner) HasOriginalLanguage() bool

HasOriginalLanguage returns a boolean if a field has been set.

GetTitle

func (o *PersonResultKnownForInner) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

func (o *PersonResultKnownForInner) 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.

SetTitle

func (o *PersonResultKnownForInner) SetTitle(v string)

SetTitle sets Title field to given value.

GetOriginalTitle

func (o *PersonResultKnownForInner) GetOriginalTitle() string

GetOriginalTitle returns the OriginalTitle field if non-nil, zero value otherwise.

GetOriginalTitleOk

func (o *PersonResultKnownForInner) GetOriginalTitleOk() (*string, bool)

GetOriginalTitleOk returns a tuple with the OriginalTitle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOriginalTitle

func (o *PersonResultKnownForInner) SetOriginalTitle(v string)

SetOriginalTitle sets OriginalTitle field to given value.

HasOriginalTitle

func (o *PersonResultKnownForInner) HasOriginalTitle() bool

HasOriginalTitle returns a boolean if a field has been set.

GetReleaseDate

func (o *PersonResultKnownForInner) GetReleaseDate() string

GetReleaseDate returns the ReleaseDate field if non-nil, zero value otherwise.

GetReleaseDateOk

func (o *PersonResultKnownForInner) GetReleaseDateOk() (*string, 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.

SetReleaseDate

func (o *PersonResultKnownForInner) SetReleaseDate(v string)

SetReleaseDate sets ReleaseDate field to given value.

HasReleaseDate

func (o *PersonResultKnownForInner) HasReleaseDate() bool

HasReleaseDate returns a boolean if a field has been set.

GetAdult

func (o *PersonResultKnownForInner) GetAdult() bool

GetAdult returns the Adult field if non-nil, zero value otherwise.

GetAdultOk

func (o *PersonResultKnownForInner) GetAdultOk() (*bool, bool)

GetAdultOk returns a tuple with the Adult field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAdult

func (o *PersonResultKnownForInner) SetAdult(v bool)

SetAdult sets Adult field to given value.

HasAdult

func (o *PersonResultKnownForInner) HasAdult() bool

HasAdult returns a boolean if a field has been set.

GetVideo

func (o *PersonResultKnownForInner) GetVideo() bool

GetVideo returns the Video field if non-nil, zero value otherwise.

GetVideoOk

func (o *PersonResultKnownForInner) GetVideoOk() (*bool, bool)

GetVideoOk returns a tuple with the Video field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVideo

func (o *PersonResultKnownForInner) SetVideo(v bool)

SetVideo sets Video field to given value.

HasVideo

func (o *PersonResultKnownForInner) HasVideo() bool

HasVideo returns a boolean if a field has been set.

GetMediaInfo

func (o *PersonResultKnownForInner) GetMediaInfo() MediaInfo

GetMediaInfo returns the MediaInfo field if non-nil, zero value otherwise.

GetMediaInfoOk

func (o *PersonResultKnownForInner) GetMediaInfoOk() (*MediaInfo, 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.

SetMediaInfo

func (o *PersonResultKnownForInner) SetMediaInfo(v MediaInfo)

SetMediaInfo sets MediaInfo field to given value.

HasMediaInfo

func (o *PersonResultKnownForInner) HasMediaInfo() bool

HasMediaInfo returns a boolean if a field has been set.

GetName

func (o *PersonResultKnownForInner) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *PersonResultKnownForInner) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *PersonResultKnownForInner) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *PersonResultKnownForInner) HasName() bool

HasName returns a boolean if a field has been set.

GetOriginalName

func (o *PersonResultKnownForInner) GetOriginalName() string

GetOriginalName returns the OriginalName field if non-nil, zero value otherwise.

GetOriginalNameOk

func (o *PersonResultKnownForInner) GetOriginalNameOk() (*string, bool)

GetOriginalNameOk returns a tuple with the OriginalName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOriginalName

func (o *PersonResultKnownForInner) SetOriginalName(v string)

SetOriginalName sets OriginalName field to given value.

HasOriginalName

func (o *PersonResultKnownForInner) HasOriginalName() bool

HasOriginalName returns a boolean if a field has been set.

GetOriginCountry

func (o *PersonResultKnownForInner) GetOriginCountry() []string

GetOriginCountry returns the OriginCountry field if non-nil, zero value otherwise.

GetOriginCountryOk

func (o *PersonResultKnownForInner) GetOriginCountryOk() (*[]string, bool)

GetOriginCountryOk returns a tuple with the OriginCountry field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOriginCountry

func (o *PersonResultKnownForInner) SetOriginCountry(v []string)

SetOriginCountry sets OriginCountry field to given value.

HasOriginCountry

func (o *PersonResultKnownForInner) HasOriginCountry() bool

HasOriginCountry returns a boolean if a field has been set.

GetFirstAirDate

func (o *PersonResultKnownForInner) GetFirstAirDate() string

GetFirstAirDate returns the FirstAirDate field if non-nil, zero value otherwise.

GetFirstAirDateOk

func (o *PersonResultKnownForInner) GetFirstAirDateOk() (*string, bool)

GetFirstAirDateOk returns a tuple with the FirstAirDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFirstAirDate

func (o *PersonResultKnownForInner) SetFirstAirDate(v string)

SetFirstAirDate sets FirstAirDate field to given value.

HasFirstAirDate

func (o *PersonResultKnownForInner) HasFirstAirDate() bool

HasFirstAirDate returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]