camera_quality_retention_profiles

package
v0.0.0-...-b7c797c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for camera quality retention profiles API

func (*Client) CreateNetworkCameraQualityRetentionProfile

CreateNetworkCameraQualityRetentionProfile creates network camera quality retention profile

Creates new quality retention profile for this network.

func (*Client) DeleteNetworkCameraQualityRetentionProfile

DeleteNetworkCameraQualityRetentionProfile deletes network camera quality retention profile

Delete an existing quality retention profile for this network.

func (*Client) GetNetworkCameraQualityRetentionProfile

GetNetworkCameraQualityRetentionProfile gets network camera quality retention profile

Retrieve a single quality retention profile

func (*Client) GetNetworkCameraQualityRetentionProfiles

GetNetworkCameraQualityRetentionProfiles gets network camera quality retention profiles

List the quality retention profiles for this network

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) UpdateNetworkCameraQualityRetentionProfile

UpdateNetworkCameraQualityRetentionProfile updates network camera quality retention profile

Update an existing quality retention profile for this network.

type ClientService

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new camera quality retention profiles API client.

type CreateNetworkCameraQualityRetentionProfileOK

type CreateNetworkCameraQualityRetentionProfileOK struct {
	Payload interface{}
}

CreateNetworkCameraQualityRetentionProfileOK handles this case with default header values.

Successful operation

func NewCreateNetworkCameraQualityRetentionProfileOK

func NewCreateNetworkCameraQualityRetentionProfileOK() *CreateNetworkCameraQualityRetentionProfileOK

NewCreateNetworkCameraQualityRetentionProfileOK creates a CreateNetworkCameraQualityRetentionProfileOK with default headers values

func (*CreateNetworkCameraQualityRetentionProfileOK) Error

func (*CreateNetworkCameraQualityRetentionProfileOK) GetPayload

func (o *CreateNetworkCameraQualityRetentionProfileOK) GetPayload() interface{}

type CreateNetworkCameraQualityRetentionProfileParams

type CreateNetworkCameraQualityRetentionProfileParams struct {

	/*CreateNetworkCameraQualityRetentionProfile*/
	CreateNetworkCameraQualityRetentionProfile *models.CreateNetworkCameraQualityRetentionProfile
	/*NetworkID*/
	NetworkID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateNetworkCameraQualityRetentionProfileParams contains all the parameters to send to the API endpoint for the create network camera quality retention profile operation typically these are written to a http.Request

func NewCreateNetworkCameraQualityRetentionProfileParams

func NewCreateNetworkCameraQualityRetentionProfileParams() *CreateNetworkCameraQualityRetentionProfileParams

NewCreateNetworkCameraQualityRetentionProfileParams creates a new CreateNetworkCameraQualityRetentionProfileParams object with the default values initialized.

func NewCreateNetworkCameraQualityRetentionProfileParamsWithContext

func NewCreateNetworkCameraQualityRetentionProfileParamsWithContext(ctx context.Context) *CreateNetworkCameraQualityRetentionProfileParams

NewCreateNetworkCameraQualityRetentionProfileParamsWithContext creates a new CreateNetworkCameraQualityRetentionProfileParams object with the default values initialized, and the ability to set a context for a request

func NewCreateNetworkCameraQualityRetentionProfileParamsWithHTTPClient

func NewCreateNetworkCameraQualityRetentionProfileParamsWithHTTPClient(client *http.Client) *CreateNetworkCameraQualityRetentionProfileParams

NewCreateNetworkCameraQualityRetentionProfileParamsWithHTTPClient creates a new CreateNetworkCameraQualityRetentionProfileParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateNetworkCameraQualityRetentionProfileParamsWithTimeout

func NewCreateNetworkCameraQualityRetentionProfileParamsWithTimeout(timeout time.Duration) *CreateNetworkCameraQualityRetentionProfileParams

NewCreateNetworkCameraQualityRetentionProfileParamsWithTimeout creates a new CreateNetworkCameraQualityRetentionProfileParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateNetworkCameraQualityRetentionProfileParams) SetContext

SetContext adds the context to the create network camera quality retention profile params

func (*CreateNetworkCameraQualityRetentionProfileParams) SetCreateNetworkCameraQualityRetentionProfile

func (o *CreateNetworkCameraQualityRetentionProfileParams) SetCreateNetworkCameraQualityRetentionProfile(createNetworkCameraQualityRetentionProfile *models.CreateNetworkCameraQualityRetentionProfile)

SetCreateNetworkCameraQualityRetentionProfile adds the createNetworkCameraQualityRetentionProfile to the create network camera quality retention profile params

func (*CreateNetworkCameraQualityRetentionProfileParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the create network camera quality retention profile params

func (*CreateNetworkCameraQualityRetentionProfileParams) SetNetworkID

func (o *CreateNetworkCameraQualityRetentionProfileParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the create network camera quality retention profile params

func (*CreateNetworkCameraQualityRetentionProfileParams) SetTimeout

SetTimeout adds the timeout to the create network camera quality retention profile params

func (*CreateNetworkCameraQualityRetentionProfileParams) WithContext

WithContext adds the context to the create network camera quality retention profile params

func (*CreateNetworkCameraQualityRetentionProfileParams) WithCreateNetworkCameraQualityRetentionProfile

func (o *CreateNetworkCameraQualityRetentionProfileParams) WithCreateNetworkCameraQualityRetentionProfile(createNetworkCameraQualityRetentionProfile *models.CreateNetworkCameraQualityRetentionProfile) *CreateNetworkCameraQualityRetentionProfileParams

WithCreateNetworkCameraQualityRetentionProfile adds the createNetworkCameraQualityRetentionProfile to the create network camera quality retention profile params

func (*CreateNetworkCameraQualityRetentionProfileParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create network camera quality retention profile params

func (*CreateNetworkCameraQualityRetentionProfileParams) WithNetworkID

WithNetworkID adds the networkID to the create network camera quality retention profile params

func (*CreateNetworkCameraQualityRetentionProfileParams) WithTimeout

WithTimeout adds the timeout to the create network camera quality retention profile params

func (*CreateNetworkCameraQualityRetentionProfileParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateNetworkCameraQualityRetentionProfileReader

type CreateNetworkCameraQualityRetentionProfileReader struct {
	// contains filtered or unexported fields
}

CreateNetworkCameraQualityRetentionProfileReader is a Reader for the CreateNetworkCameraQualityRetentionProfile structure.

func (*CreateNetworkCameraQualityRetentionProfileReader) ReadResponse

func (o *CreateNetworkCameraQualityRetentionProfileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteNetworkCameraQualityRetentionProfileNoContent

type DeleteNetworkCameraQualityRetentionProfileNoContent struct {
}

DeleteNetworkCameraQualityRetentionProfileNoContent handles this case with default header values.

Successful operation

func NewDeleteNetworkCameraQualityRetentionProfileNoContent

func NewDeleteNetworkCameraQualityRetentionProfileNoContent() *DeleteNetworkCameraQualityRetentionProfileNoContent

NewDeleteNetworkCameraQualityRetentionProfileNoContent creates a DeleteNetworkCameraQualityRetentionProfileNoContent with default headers values

func (*DeleteNetworkCameraQualityRetentionProfileNoContent) Error

type DeleteNetworkCameraQualityRetentionProfileParams

type DeleteNetworkCameraQualityRetentionProfileParams struct {

	/*NetworkID*/
	NetworkID string
	/*QualityRetentionProfileID*/
	QualityRetentionProfileID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteNetworkCameraQualityRetentionProfileParams contains all the parameters to send to the API endpoint for the delete network camera quality retention profile operation typically these are written to a http.Request

func NewDeleteNetworkCameraQualityRetentionProfileParams

func NewDeleteNetworkCameraQualityRetentionProfileParams() *DeleteNetworkCameraQualityRetentionProfileParams

NewDeleteNetworkCameraQualityRetentionProfileParams creates a new DeleteNetworkCameraQualityRetentionProfileParams object with the default values initialized.

func NewDeleteNetworkCameraQualityRetentionProfileParamsWithContext

func NewDeleteNetworkCameraQualityRetentionProfileParamsWithContext(ctx context.Context) *DeleteNetworkCameraQualityRetentionProfileParams

NewDeleteNetworkCameraQualityRetentionProfileParamsWithContext creates a new DeleteNetworkCameraQualityRetentionProfileParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteNetworkCameraQualityRetentionProfileParamsWithHTTPClient

func NewDeleteNetworkCameraQualityRetentionProfileParamsWithHTTPClient(client *http.Client) *DeleteNetworkCameraQualityRetentionProfileParams

NewDeleteNetworkCameraQualityRetentionProfileParamsWithHTTPClient creates a new DeleteNetworkCameraQualityRetentionProfileParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteNetworkCameraQualityRetentionProfileParamsWithTimeout

func NewDeleteNetworkCameraQualityRetentionProfileParamsWithTimeout(timeout time.Duration) *DeleteNetworkCameraQualityRetentionProfileParams

NewDeleteNetworkCameraQualityRetentionProfileParamsWithTimeout creates a new DeleteNetworkCameraQualityRetentionProfileParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteNetworkCameraQualityRetentionProfileParams) SetContext

SetContext adds the context to the delete network camera quality retention profile params

func (*DeleteNetworkCameraQualityRetentionProfileParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete network camera quality retention profile params

func (*DeleteNetworkCameraQualityRetentionProfileParams) SetNetworkID

func (o *DeleteNetworkCameraQualityRetentionProfileParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the delete network camera quality retention profile params

func (*DeleteNetworkCameraQualityRetentionProfileParams) SetQualityRetentionProfileID

func (o *DeleteNetworkCameraQualityRetentionProfileParams) SetQualityRetentionProfileID(qualityRetentionProfileID string)

SetQualityRetentionProfileID adds the qualityRetentionProfileId to the delete network camera quality retention profile params

func (*DeleteNetworkCameraQualityRetentionProfileParams) SetTimeout

SetTimeout adds the timeout to the delete network camera quality retention profile params

func (*DeleteNetworkCameraQualityRetentionProfileParams) WithContext

WithContext adds the context to the delete network camera quality retention profile params

func (*DeleteNetworkCameraQualityRetentionProfileParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete network camera quality retention profile params

func (*DeleteNetworkCameraQualityRetentionProfileParams) WithNetworkID

WithNetworkID adds the networkID to the delete network camera quality retention profile params

func (*DeleteNetworkCameraQualityRetentionProfileParams) WithQualityRetentionProfileID

func (o *DeleteNetworkCameraQualityRetentionProfileParams) WithQualityRetentionProfileID(qualityRetentionProfileID string) *DeleteNetworkCameraQualityRetentionProfileParams

WithQualityRetentionProfileID adds the qualityRetentionProfileID to the delete network camera quality retention profile params

func (*DeleteNetworkCameraQualityRetentionProfileParams) WithTimeout

WithTimeout adds the timeout to the delete network camera quality retention profile params

func (*DeleteNetworkCameraQualityRetentionProfileParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteNetworkCameraQualityRetentionProfileReader

type DeleteNetworkCameraQualityRetentionProfileReader struct {
	// contains filtered or unexported fields
}

DeleteNetworkCameraQualityRetentionProfileReader is a Reader for the DeleteNetworkCameraQualityRetentionProfile structure.

func (*DeleteNetworkCameraQualityRetentionProfileReader) ReadResponse

func (o *DeleteNetworkCameraQualityRetentionProfileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetNetworkCameraQualityRetentionProfileOK

type GetNetworkCameraQualityRetentionProfileOK struct {
	Payload interface{}
}

GetNetworkCameraQualityRetentionProfileOK handles this case with default header values.

Successful operation

func NewGetNetworkCameraQualityRetentionProfileOK

func NewGetNetworkCameraQualityRetentionProfileOK() *GetNetworkCameraQualityRetentionProfileOK

NewGetNetworkCameraQualityRetentionProfileOK creates a GetNetworkCameraQualityRetentionProfileOK with default headers values

func (*GetNetworkCameraQualityRetentionProfileOK) Error

func (*GetNetworkCameraQualityRetentionProfileOK) GetPayload

func (o *GetNetworkCameraQualityRetentionProfileOK) GetPayload() interface{}

type GetNetworkCameraQualityRetentionProfileParams

type GetNetworkCameraQualityRetentionProfileParams struct {

	/*NetworkID*/
	NetworkID string
	/*QualityRetentionProfileID*/
	QualityRetentionProfileID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNetworkCameraQualityRetentionProfileParams contains all the parameters to send to the API endpoint for the get network camera quality retention profile operation typically these are written to a http.Request

func NewGetNetworkCameraQualityRetentionProfileParams

func NewGetNetworkCameraQualityRetentionProfileParams() *GetNetworkCameraQualityRetentionProfileParams

NewGetNetworkCameraQualityRetentionProfileParams creates a new GetNetworkCameraQualityRetentionProfileParams object with the default values initialized.

func NewGetNetworkCameraQualityRetentionProfileParamsWithContext

func NewGetNetworkCameraQualityRetentionProfileParamsWithContext(ctx context.Context) *GetNetworkCameraQualityRetentionProfileParams

NewGetNetworkCameraQualityRetentionProfileParamsWithContext creates a new GetNetworkCameraQualityRetentionProfileParams object with the default values initialized, and the ability to set a context for a request

func NewGetNetworkCameraQualityRetentionProfileParamsWithHTTPClient

func NewGetNetworkCameraQualityRetentionProfileParamsWithHTTPClient(client *http.Client) *GetNetworkCameraQualityRetentionProfileParams

NewGetNetworkCameraQualityRetentionProfileParamsWithHTTPClient creates a new GetNetworkCameraQualityRetentionProfileParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetNetworkCameraQualityRetentionProfileParamsWithTimeout

func NewGetNetworkCameraQualityRetentionProfileParamsWithTimeout(timeout time.Duration) *GetNetworkCameraQualityRetentionProfileParams

NewGetNetworkCameraQualityRetentionProfileParamsWithTimeout creates a new GetNetworkCameraQualityRetentionProfileParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetNetworkCameraQualityRetentionProfileParams) SetContext

SetContext adds the context to the get network camera quality retention profile params

func (*GetNetworkCameraQualityRetentionProfileParams) SetHTTPClient

func (o *GetNetworkCameraQualityRetentionProfileParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get network camera quality retention profile params

func (*GetNetworkCameraQualityRetentionProfileParams) SetNetworkID

func (o *GetNetworkCameraQualityRetentionProfileParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network camera quality retention profile params

func (*GetNetworkCameraQualityRetentionProfileParams) SetQualityRetentionProfileID

func (o *GetNetworkCameraQualityRetentionProfileParams) SetQualityRetentionProfileID(qualityRetentionProfileID string)

SetQualityRetentionProfileID adds the qualityRetentionProfileId to the get network camera quality retention profile params

func (*GetNetworkCameraQualityRetentionProfileParams) SetTimeout

SetTimeout adds the timeout to the get network camera quality retention profile params

func (*GetNetworkCameraQualityRetentionProfileParams) WithContext

WithContext adds the context to the get network camera quality retention profile params

func (*GetNetworkCameraQualityRetentionProfileParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network camera quality retention profile params

func (*GetNetworkCameraQualityRetentionProfileParams) WithNetworkID

WithNetworkID adds the networkID to the get network camera quality retention profile params

func (*GetNetworkCameraQualityRetentionProfileParams) WithQualityRetentionProfileID

func (o *GetNetworkCameraQualityRetentionProfileParams) WithQualityRetentionProfileID(qualityRetentionProfileID string) *GetNetworkCameraQualityRetentionProfileParams

WithQualityRetentionProfileID adds the qualityRetentionProfileID to the get network camera quality retention profile params

func (*GetNetworkCameraQualityRetentionProfileParams) WithTimeout

WithTimeout adds the timeout to the get network camera quality retention profile params

func (*GetNetworkCameraQualityRetentionProfileParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkCameraQualityRetentionProfileReader

type GetNetworkCameraQualityRetentionProfileReader struct {
	// contains filtered or unexported fields
}

GetNetworkCameraQualityRetentionProfileReader is a Reader for the GetNetworkCameraQualityRetentionProfile structure.

func (*GetNetworkCameraQualityRetentionProfileReader) ReadResponse

func (o *GetNetworkCameraQualityRetentionProfileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetNetworkCameraQualityRetentionProfilesOK

type GetNetworkCameraQualityRetentionProfilesOK struct {
	Payload interface{}
}

GetNetworkCameraQualityRetentionProfilesOK handles this case with default header values.

Successful operation

func NewGetNetworkCameraQualityRetentionProfilesOK

func NewGetNetworkCameraQualityRetentionProfilesOK() *GetNetworkCameraQualityRetentionProfilesOK

NewGetNetworkCameraQualityRetentionProfilesOK creates a GetNetworkCameraQualityRetentionProfilesOK with default headers values

func (*GetNetworkCameraQualityRetentionProfilesOK) Error

func (*GetNetworkCameraQualityRetentionProfilesOK) GetPayload

func (o *GetNetworkCameraQualityRetentionProfilesOK) GetPayload() interface{}

type GetNetworkCameraQualityRetentionProfilesParams

type GetNetworkCameraQualityRetentionProfilesParams struct {

	/*NetworkID*/
	NetworkID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNetworkCameraQualityRetentionProfilesParams contains all the parameters to send to the API endpoint for the get network camera quality retention profiles operation typically these are written to a http.Request

func NewGetNetworkCameraQualityRetentionProfilesParams

func NewGetNetworkCameraQualityRetentionProfilesParams() *GetNetworkCameraQualityRetentionProfilesParams

NewGetNetworkCameraQualityRetentionProfilesParams creates a new GetNetworkCameraQualityRetentionProfilesParams object with the default values initialized.

func NewGetNetworkCameraQualityRetentionProfilesParamsWithContext

func NewGetNetworkCameraQualityRetentionProfilesParamsWithContext(ctx context.Context) *GetNetworkCameraQualityRetentionProfilesParams

NewGetNetworkCameraQualityRetentionProfilesParamsWithContext creates a new GetNetworkCameraQualityRetentionProfilesParams object with the default values initialized, and the ability to set a context for a request

func NewGetNetworkCameraQualityRetentionProfilesParamsWithHTTPClient

func NewGetNetworkCameraQualityRetentionProfilesParamsWithHTTPClient(client *http.Client) *GetNetworkCameraQualityRetentionProfilesParams

NewGetNetworkCameraQualityRetentionProfilesParamsWithHTTPClient creates a new GetNetworkCameraQualityRetentionProfilesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetNetworkCameraQualityRetentionProfilesParamsWithTimeout

func NewGetNetworkCameraQualityRetentionProfilesParamsWithTimeout(timeout time.Duration) *GetNetworkCameraQualityRetentionProfilesParams

NewGetNetworkCameraQualityRetentionProfilesParamsWithTimeout creates a new GetNetworkCameraQualityRetentionProfilesParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetNetworkCameraQualityRetentionProfilesParams) SetContext

SetContext adds the context to the get network camera quality retention profiles params

func (*GetNetworkCameraQualityRetentionProfilesParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get network camera quality retention profiles params

func (*GetNetworkCameraQualityRetentionProfilesParams) SetNetworkID

func (o *GetNetworkCameraQualityRetentionProfilesParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network camera quality retention profiles params

func (*GetNetworkCameraQualityRetentionProfilesParams) SetTimeout

SetTimeout adds the timeout to the get network camera quality retention profiles params

func (*GetNetworkCameraQualityRetentionProfilesParams) WithContext

WithContext adds the context to the get network camera quality retention profiles params

func (*GetNetworkCameraQualityRetentionProfilesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network camera quality retention profiles params

func (*GetNetworkCameraQualityRetentionProfilesParams) WithNetworkID

WithNetworkID adds the networkID to the get network camera quality retention profiles params

func (*GetNetworkCameraQualityRetentionProfilesParams) WithTimeout

WithTimeout adds the timeout to the get network camera quality retention profiles params

func (*GetNetworkCameraQualityRetentionProfilesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkCameraQualityRetentionProfilesReader

type GetNetworkCameraQualityRetentionProfilesReader struct {
	// contains filtered or unexported fields
}

GetNetworkCameraQualityRetentionProfilesReader is a Reader for the GetNetworkCameraQualityRetentionProfiles structure.

func (*GetNetworkCameraQualityRetentionProfilesReader) ReadResponse

func (o *GetNetworkCameraQualityRetentionProfilesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateNetworkCameraQualityRetentionProfileOK

type UpdateNetworkCameraQualityRetentionProfileOK struct {
	Payload interface{}
}

UpdateNetworkCameraQualityRetentionProfileOK handles this case with default header values.

Successful operation

func NewUpdateNetworkCameraQualityRetentionProfileOK

func NewUpdateNetworkCameraQualityRetentionProfileOK() *UpdateNetworkCameraQualityRetentionProfileOK

NewUpdateNetworkCameraQualityRetentionProfileOK creates a UpdateNetworkCameraQualityRetentionProfileOK with default headers values

func (*UpdateNetworkCameraQualityRetentionProfileOK) Error

func (*UpdateNetworkCameraQualityRetentionProfileOK) GetPayload

func (o *UpdateNetworkCameraQualityRetentionProfileOK) GetPayload() interface{}

type UpdateNetworkCameraQualityRetentionProfileParams

type UpdateNetworkCameraQualityRetentionProfileParams struct {

	/*NetworkID*/
	NetworkID string
	/*QualityRetentionProfileID*/
	QualityRetentionProfileID string
	/*UpdateNetworkCameraQualityRetentionProfile*/
	UpdateNetworkCameraQualityRetentionProfile *models.UpdateNetworkCameraQualityRetentionProfile

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateNetworkCameraQualityRetentionProfileParams contains all the parameters to send to the API endpoint for the update network camera quality retention profile operation typically these are written to a http.Request

func NewUpdateNetworkCameraQualityRetentionProfileParams

func NewUpdateNetworkCameraQualityRetentionProfileParams() *UpdateNetworkCameraQualityRetentionProfileParams

NewUpdateNetworkCameraQualityRetentionProfileParams creates a new UpdateNetworkCameraQualityRetentionProfileParams object with the default values initialized.

func NewUpdateNetworkCameraQualityRetentionProfileParamsWithContext

func NewUpdateNetworkCameraQualityRetentionProfileParamsWithContext(ctx context.Context) *UpdateNetworkCameraQualityRetentionProfileParams

NewUpdateNetworkCameraQualityRetentionProfileParamsWithContext creates a new UpdateNetworkCameraQualityRetentionProfileParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateNetworkCameraQualityRetentionProfileParamsWithHTTPClient

func NewUpdateNetworkCameraQualityRetentionProfileParamsWithHTTPClient(client *http.Client) *UpdateNetworkCameraQualityRetentionProfileParams

NewUpdateNetworkCameraQualityRetentionProfileParamsWithHTTPClient creates a new UpdateNetworkCameraQualityRetentionProfileParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateNetworkCameraQualityRetentionProfileParamsWithTimeout

func NewUpdateNetworkCameraQualityRetentionProfileParamsWithTimeout(timeout time.Duration) *UpdateNetworkCameraQualityRetentionProfileParams

NewUpdateNetworkCameraQualityRetentionProfileParamsWithTimeout creates a new UpdateNetworkCameraQualityRetentionProfileParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateNetworkCameraQualityRetentionProfileParams) SetContext

SetContext adds the context to the update network camera quality retention profile params

func (*UpdateNetworkCameraQualityRetentionProfileParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the update network camera quality retention profile params

func (*UpdateNetworkCameraQualityRetentionProfileParams) SetNetworkID

func (o *UpdateNetworkCameraQualityRetentionProfileParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the update network camera quality retention profile params

func (*UpdateNetworkCameraQualityRetentionProfileParams) SetQualityRetentionProfileID

func (o *UpdateNetworkCameraQualityRetentionProfileParams) SetQualityRetentionProfileID(qualityRetentionProfileID string)

SetQualityRetentionProfileID adds the qualityRetentionProfileId to the update network camera quality retention profile params

func (*UpdateNetworkCameraQualityRetentionProfileParams) SetTimeout

SetTimeout adds the timeout to the update network camera quality retention profile params

func (*UpdateNetworkCameraQualityRetentionProfileParams) SetUpdateNetworkCameraQualityRetentionProfile

func (o *UpdateNetworkCameraQualityRetentionProfileParams) SetUpdateNetworkCameraQualityRetentionProfile(updateNetworkCameraQualityRetentionProfile *models.UpdateNetworkCameraQualityRetentionProfile)

SetUpdateNetworkCameraQualityRetentionProfile adds the updateNetworkCameraQualityRetentionProfile to the update network camera quality retention profile params

func (*UpdateNetworkCameraQualityRetentionProfileParams) WithContext

WithContext adds the context to the update network camera quality retention profile params

func (*UpdateNetworkCameraQualityRetentionProfileParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update network camera quality retention profile params

func (*UpdateNetworkCameraQualityRetentionProfileParams) WithNetworkID

WithNetworkID adds the networkID to the update network camera quality retention profile params

func (*UpdateNetworkCameraQualityRetentionProfileParams) WithQualityRetentionProfileID

func (o *UpdateNetworkCameraQualityRetentionProfileParams) WithQualityRetentionProfileID(qualityRetentionProfileID string) *UpdateNetworkCameraQualityRetentionProfileParams

WithQualityRetentionProfileID adds the qualityRetentionProfileID to the update network camera quality retention profile params

func (*UpdateNetworkCameraQualityRetentionProfileParams) WithTimeout

WithTimeout adds the timeout to the update network camera quality retention profile params

func (*UpdateNetworkCameraQualityRetentionProfileParams) WithUpdateNetworkCameraQualityRetentionProfile

func (o *UpdateNetworkCameraQualityRetentionProfileParams) WithUpdateNetworkCameraQualityRetentionProfile(updateNetworkCameraQualityRetentionProfile *models.UpdateNetworkCameraQualityRetentionProfile) *UpdateNetworkCameraQualityRetentionProfileParams

WithUpdateNetworkCameraQualityRetentionProfile adds the updateNetworkCameraQualityRetentionProfile to the update network camera quality retention profile params

func (*UpdateNetworkCameraQualityRetentionProfileParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateNetworkCameraQualityRetentionProfileReader

type UpdateNetworkCameraQualityRetentionProfileReader struct {
	// contains filtered or unexported fields
}

UpdateNetworkCameraQualityRetentionProfileReader is a Reader for the UpdateNetworkCameraQualityRetentionProfile structure.

func (*UpdateNetworkCameraQualityRetentionProfileReader) ReadResponse

func (o *UpdateNetworkCameraQualityRetentionProfileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL