Documentation

NetworksnetworkIdcameraqualityRetentionProfilesVideoSettings implements ModelInterface, ArrayAccess

NetworksnetworkIdcameraqualityRetentionProfilesVideoSettings Class Doc Comment

Tags
category

Class

description

Video quality and resolution settings for all the camera models.

author

Swagger Codegen team

link
https://github.com/swagger-api/swagger-codegen

Interfaces, Classes and Traits

ModelInterface
Interface abstracting model access.
ArrayAccess

Table of Contents

DISCRIMINATOR  = null
$attributeMap  : array<string|int, string>
Array of attributes where the key is the local name, and the value is the original name
$container  : array<string|int, mixed>
Associative array for storing property values
$getters  : array<string|int, string>
Array of attributes to getter functions (for serialization of requests)
$setters  : array<string|int, string>
Array of attributes to setter functions (for deserialization of responses)
$swaggerFormats  : array<string|int, string>
Array of property to format mappings. Used for (de)serialization
$swaggerModelName  : string
The original name of the model.
$swaggerTypes  : array<string|int, string>
Array of property to type mappings. Used for (de)serialization
__construct()  : mixed
Constructor
__toString()  : string
Gets the string presentation of the object
attributeMap()  : array<string|int, mixed>
Array of attributes where the key is the local name, and the value is the original name
getModelName()  : string
The original name of the model.
getMv12Mv22Mv72()  : NetworksnetworkIdcameraqualityRetentionProfilesVideoSettingsMV12MV22MV72
Gets mv12_mv22_mv72
getMv12We()  : NetworksnetworkIdcameraqualityRetentionProfilesVideoSettingsMV12WE
Gets mv12_we
getMv21Mv71()  : NetworksnetworkIdcameraqualityRetentionProfilesVideoSettingsMV21MV71
Gets mv21_mv71
getMv22Xmv72X()  : NetworksnetworkIdcameraqualityRetentionProfilesVideoSettingsMV22XMV72X
Gets mv22_xmv72_x
getMv32()  : NetworksnetworkIdcameraqualityRetentionProfilesVideoSettingsMV32
Gets mv32
getters()  : array<string|int, mixed>
Array of attributes to getter functions (for serialization of requests)
listInvalidProperties()  : array<string|int, mixed>
Show all the invalid properties with reasons.
offsetExists()  : bool
Returns true if offset exists. False otherwise.
offsetGet()  : mixed
Gets offset.
offsetSet()  : void
Sets value based on offset.
offsetUnset()  : void
Unsets offset.
setMv12Mv22Mv72()  : $this
Sets mv12_mv22_mv72
setMv12We()  : $this
Sets mv12_we
setMv21Mv71()  : $this
Sets mv21_mv71
setMv22Xmv72X()  : $this
Sets mv22_xmv72_x
setMv32()  : $this
Sets mv32
setters()  : array<string|int, mixed>
Array of attributes to setter functions (for deserialization of responses)
swaggerFormats()  : array<string|int, mixed>
Array of property to format mappings. Used for (de)serialization
swaggerTypes()  : array<string|int, mixed>
Array of property to type mappings. Used for (de)serialization
valid()  : bool
Validate all the properties in the model return true if all passed

Constants

Properties

$attributeMap

Array of attributes where the key is the local name, and the value is the original name

protected static array<string|int, string> $attributeMap = ['mv21_mv71' => 'MV21/MV71', 'mv12_mv22_mv72' => 'MV12/MV22/MV72', 'mv32' => 'MV32', 'mv12_we' => 'MV12WE', 'mv22_xmv72_x' => 'MV22X/MV72X']

$getters

Array of attributes to getter functions (for serialization of requests)

protected static array<string|int, string> $getters = ['mv21_mv71' => 'getMv21Mv71', 'mv12_mv22_mv72' => 'getMv12Mv22Mv72', 'mv32' => 'getMv32', 'mv12_we' => 'getMv12We', 'mv22_xmv72_x' => 'getMv22Xmv72X']

$setters

Array of attributes to setter functions (for deserialization of responses)

protected static array<string|int, string> $setters = ['mv21_mv71' => 'setMv21Mv71', 'mv12_mv22_mv72' => 'setMv12Mv22Mv72', 'mv32' => 'setMv32', 'mv12_we' => 'setMv12We', 'mv22_xmv72_x' => 'setMv22Xmv72X']

$swaggerFormats

Array of property to format mappings. Used for (de)serialization

protected static array<string|int, string> $swaggerFormats = ['mv21_mv71' => null, 'mv12_mv22_mv72' => null, 'mv32' => null, 'mv12_we' => null, 'mv22_xmv72_x' => null]

$swaggerTypes

Array of property to type mappings. Used for (de)serialization

protected static array<string|int, string> $swaggerTypes = ['mv21_mv71' => '\Swagger\Client\Model\NetworksnetworkIdcameraqualityRetentionProfilesVideoSettingsMV21MV71', 'mv12_mv22_mv72' => '\Swagger\Client\Model\NetworksnetworkIdcameraqualityRetentionProfilesVideoSettingsMV12MV22MV72', 'mv32' => '\Swagger\Client\Model\NetworksnetworkIdcameraqualityRetentionProfilesVideoSettingsMV32', 'mv12_we' => '\Swagger\Client\Model\NetworksnetworkIdcameraqualityRetentionProfilesVideoSettingsMV12WE', 'mv22_xmv72_x' => '\Swagger\Client\Model\NetworksnetworkIdcameraqualityRetentionProfilesVideoSettingsMV22XMV72X']

Methods

Search results