Skip to content

Latest commit

 

History

History
318 lines (177 loc) · 8.33 KB

File metadata and controls

318 lines (177 loc) · 8.33 KB

ExternalIds

Properties

Name Type Description Notes
FacebookId Pointer to NullableString [optional]
FreebaseId Pointer to NullableString [optional]
FreebaseMid Pointer to NullableString [optional]
ImdbId Pointer to NullableString [optional]
InstagramId Pointer to NullableString [optional]
TvdbId Pointer to NullableFloat32 [optional]
TvrageId Pointer to NullableFloat32 [optional]
TwitterId Pointer to NullableString [optional]

Methods

NewExternalIds

func NewExternalIds() *ExternalIds

NewExternalIds instantiates a new ExternalIds 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

NewExternalIdsWithDefaults

func NewExternalIdsWithDefaults() *ExternalIds

NewExternalIdsWithDefaults instantiates a new ExternalIds 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

GetFacebookId

func (o *ExternalIds) GetFacebookId() string

GetFacebookId returns the FacebookId field if non-nil, zero value otherwise.

GetFacebookIdOk

func (o *ExternalIds) GetFacebookIdOk() (*string, bool)

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

SetFacebookId

func (o *ExternalIds) SetFacebookId(v string)

SetFacebookId sets FacebookId field to given value.

HasFacebookId

func (o *ExternalIds) HasFacebookId() bool

HasFacebookId returns a boolean if a field has been set.

SetFacebookIdNil

func (o *ExternalIds) SetFacebookIdNil(b bool)

SetFacebookIdNil sets the value for FacebookId to be an explicit nil

UnsetFacebookId

func (o *ExternalIds) UnsetFacebookId()

UnsetFacebookId ensures that no value is present for FacebookId, not even an explicit nil

GetFreebaseId

func (o *ExternalIds) GetFreebaseId() string

GetFreebaseId returns the FreebaseId field if non-nil, zero value otherwise.

GetFreebaseIdOk

func (o *ExternalIds) GetFreebaseIdOk() (*string, bool)

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

SetFreebaseId

func (o *ExternalIds) SetFreebaseId(v string)

SetFreebaseId sets FreebaseId field to given value.

HasFreebaseId

func (o *ExternalIds) HasFreebaseId() bool

HasFreebaseId returns a boolean if a field has been set.

SetFreebaseIdNil

func (o *ExternalIds) SetFreebaseIdNil(b bool)

SetFreebaseIdNil sets the value for FreebaseId to be an explicit nil

UnsetFreebaseId

func (o *ExternalIds) UnsetFreebaseId()

UnsetFreebaseId ensures that no value is present for FreebaseId, not even an explicit nil

GetFreebaseMid

func (o *ExternalIds) GetFreebaseMid() string

GetFreebaseMid returns the FreebaseMid field if non-nil, zero value otherwise.

GetFreebaseMidOk

func (o *ExternalIds) GetFreebaseMidOk() (*string, bool)

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

SetFreebaseMid

func (o *ExternalIds) SetFreebaseMid(v string)

SetFreebaseMid sets FreebaseMid field to given value.

HasFreebaseMid

func (o *ExternalIds) HasFreebaseMid() bool

HasFreebaseMid returns a boolean if a field has been set.

SetFreebaseMidNil

func (o *ExternalIds) SetFreebaseMidNil(b bool)

SetFreebaseMidNil sets the value for FreebaseMid to be an explicit nil

UnsetFreebaseMid

func (o *ExternalIds) UnsetFreebaseMid()

UnsetFreebaseMid ensures that no value is present for FreebaseMid, not even an explicit nil

GetImdbId

func (o *ExternalIds) GetImdbId() string

GetImdbId returns the ImdbId field if non-nil, zero value otherwise.

GetImdbIdOk

func (o *ExternalIds) GetImdbIdOk() (*string, bool)

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

SetImdbId

func (o *ExternalIds) SetImdbId(v string)

SetImdbId sets ImdbId field to given value.

HasImdbId

func (o *ExternalIds) HasImdbId() bool

HasImdbId returns a boolean if a field has been set.

SetImdbIdNil

func (o *ExternalIds) SetImdbIdNil(b bool)

SetImdbIdNil sets the value for ImdbId to be an explicit nil

UnsetImdbId

func (o *ExternalIds) UnsetImdbId()

UnsetImdbId ensures that no value is present for ImdbId, not even an explicit nil

GetInstagramId

func (o *ExternalIds) GetInstagramId() string

GetInstagramId returns the InstagramId field if non-nil, zero value otherwise.

GetInstagramIdOk

func (o *ExternalIds) GetInstagramIdOk() (*string, bool)

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

SetInstagramId

func (o *ExternalIds) SetInstagramId(v string)

SetInstagramId sets InstagramId field to given value.

HasInstagramId

func (o *ExternalIds) HasInstagramId() bool

HasInstagramId returns a boolean if a field has been set.

SetInstagramIdNil

func (o *ExternalIds) SetInstagramIdNil(b bool)

SetInstagramIdNil sets the value for InstagramId to be an explicit nil

UnsetInstagramId

func (o *ExternalIds) UnsetInstagramId()

UnsetInstagramId ensures that no value is present for InstagramId, not even an explicit nil

GetTvdbId

func (o *ExternalIds) GetTvdbId() float32

GetTvdbId returns the TvdbId field if non-nil, zero value otherwise.

GetTvdbIdOk

func (o *ExternalIds) GetTvdbIdOk() (*float32, bool)

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

SetTvdbId

func (o *ExternalIds) SetTvdbId(v float32)

SetTvdbId sets TvdbId field to given value.

HasTvdbId

func (o *ExternalIds) HasTvdbId() bool

HasTvdbId returns a boolean if a field has been set.

SetTvdbIdNil

func (o *ExternalIds) SetTvdbIdNil(b bool)

SetTvdbIdNil sets the value for TvdbId to be an explicit nil

UnsetTvdbId

func (o *ExternalIds) UnsetTvdbId()

UnsetTvdbId ensures that no value is present for TvdbId, not even an explicit nil

GetTvrageId

func (o *ExternalIds) GetTvrageId() float32

GetTvrageId returns the TvrageId field if non-nil, zero value otherwise.

GetTvrageIdOk

func (o *ExternalIds) GetTvrageIdOk() (*float32, bool)

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

SetTvrageId

func (o *ExternalIds) SetTvrageId(v float32)

SetTvrageId sets TvrageId field to given value.

HasTvrageId

func (o *ExternalIds) HasTvrageId() bool

HasTvrageId returns a boolean if a field has been set.

SetTvrageIdNil

func (o *ExternalIds) SetTvrageIdNil(b bool)

SetTvrageIdNil sets the value for TvrageId to be an explicit nil

UnsetTvrageId

func (o *ExternalIds) UnsetTvrageId()

UnsetTvrageId ensures that no value is present for TvrageId, not even an explicit nil

GetTwitterId

func (o *ExternalIds) GetTwitterId() string

GetTwitterId returns the TwitterId field if non-nil, zero value otherwise.

GetTwitterIdOk

func (o *ExternalIds) GetTwitterIdOk() (*string, bool)

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

SetTwitterId

func (o *ExternalIds) SetTwitterId(v string)

SetTwitterId sets TwitterId field to given value.

HasTwitterId

func (o *ExternalIds) HasTwitterId() bool

HasTwitterId returns a boolean if a field has been set.

SetTwitterIdNil

func (o *ExternalIds) SetTwitterIdNil(b bool)

SetTwitterIdNil sets the value for TwitterId to be an explicit nil

UnsetTwitterId

func (o *ExternalIds) UnsetTwitterId()

UnsetTwitterId ensures that no value is present for TwitterId, not even an explicit nil

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