Skip to content

Latest commit

 

History

History
180 lines (99 loc) · 4.86 KB

RenameMovieResource.md

File metadata and controls

180 lines (99 loc) · 4.86 KB

RenameMovieResource

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
MovieId Pointer to int32 [optional]
MovieFileId Pointer to int32 [optional]
ExistingPath Pointer to NullableString [optional]
NewPath Pointer to NullableString [optional]

Methods

NewRenameMovieResource

func NewRenameMovieResource() *RenameMovieResource

NewRenameMovieResource instantiates a new RenameMovieResource 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

NewRenameMovieResourceWithDefaults

func NewRenameMovieResourceWithDefaults() *RenameMovieResource

NewRenameMovieResourceWithDefaults instantiates a new RenameMovieResource 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 *RenameMovieResource) GetId() int32

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

GetIdOk

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

SetId

func (o *RenameMovieResource) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *RenameMovieResource) HasId() bool

HasId returns a boolean if a field has been set.

GetMovieId

func (o *RenameMovieResource) GetMovieId() int32

GetMovieId returns the MovieId field if non-nil, zero value otherwise.

GetMovieIdOk

func (o *RenameMovieResource) GetMovieIdOk() (*int32, bool)

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

SetMovieId

func (o *RenameMovieResource) SetMovieId(v int32)

SetMovieId sets MovieId field to given value.

HasMovieId

func (o *RenameMovieResource) HasMovieId() bool

HasMovieId returns a boolean if a field has been set.

GetMovieFileId

func (o *RenameMovieResource) GetMovieFileId() int32

GetMovieFileId returns the MovieFileId field if non-nil, zero value otherwise.

GetMovieFileIdOk

func (o *RenameMovieResource) GetMovieFileIdOk() (*int32, bool)

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

SetMovieFileId

func (o *RenameMovieResource) SetMovieFileId(v int32)

SetMovieFileId sets MovieFileId field to given value.

HasMovieFileId

func (o *RenameMovieResource) HasMovieFileId() bool

HasMovieFileId returns a boolean if a field has been set.

GetExistingPath

func (o *RenameMovieResource) GetExistingPath() string

GetExistingPath returns the ExistingPath field if non-nil, zero value otherwise.

GetExistingPathOk

func (o *RenameMovieResource) GetExistingPathOk() (*string, bool)

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

SetExistingPath

func (o *RenameMovieResource) SetExistingPath(v string)

SetExistingPath sets ExistingPath field to given value.

HasExistingPath

func (o *RenameMovieResource) HasExistingPath() bool

HasExistingPath returns a boolean if a field has been set.

SetExistingPathNil

func (o *RenameMovieResource) SetExistingPathNil(b bool)

SetExistingPathNil sets the value for ExistingPath to be an explicit nil

UnsetExistingPath

func (o *RenameMovieResource) UnsetExistingPath()

UnsetExistingPath ensures that no value is present for ExistingPath, not even an explicit nil

GetNewPath

func (o *RenameMovieResource) GetNewPath() string

GetNewPath returns the NewPath field if non-nil, zero value otherwise.

GetNewPathOk

func (o *RenameMovieResource) GetNewPathOk() (*string, bool)

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

SetNewPath

func (o *RenameMovieResource) SetNewPath(v string)

SetNewPath sets NewPath field to given value.

HasNewPath

func (o *RenameMovieResource) HasNewPath() bool

HasNewPath returns a boolean if a field has been set.

SetNewPathNil

func (o *RenameMovieResource) SetNewPathNil(b bool)

SetNewPathNil sets the value for NewPath to be an explicit nil

UnsetNewPath

func (o *RenameMovieResource) UnsetNewPath()

UnsetNewPath ensures that no value is present for NewPath, not even an explicit nil

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