Documentation

DevicesserialwirelessradiosettingsFiveGhzSettings implements ModelInterface, ArrayAccess

DevicesserialwirelessradiosettingsFiveGhzSettings Class Doc Comment

Tags
category

Class

description

Manual radio settings for 5 GHz.

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
getChannel()  : int
Gets channel
getChannelWidth()  : int
Gets channel_width
getModelName()  : string
The original name of the model.
getTargetPower()  : int
Gets target_power
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.
setChannel()  : $this
Sets channel
setChannelWidth()  : $this
Sets channel_width
setTargetPower()  : $this
Sets target_power
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 = ['channel' => 'channel', 'channel_width' => 'channelWidth', 'target_power' => 'targetPower']

$getters

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

protected static array<string|int, string> $getters = ['channel' => 'getChannel', 'channel_width' => 'getChannelWidth', 'target_power' => 'getTargetPower']

$setters

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

protected static array<string|int, string> $setters = ['channel' => 'setChannel', 'channel_width' => 'setChannelWidth', 'target_power' => 'setTargetPower']

$swaggerFormats

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

protected static array<string|int, string> $swaggerFormats = ['channel' => null, 'channel_width' => null, 'target_power' => null]

$swaggerTypes

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

protected static array<string|int, string> $swaggerTypes = ['channel' => 'int', 'channel_width' => 'int', 'target_power' => 'int']

Methods

__construct()

Constructor

public __construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
$data : array<string|int, mixed> = null

Associated array of property values initializing the model

Return values
mixed

setChannel()

Sets channel

public setChannel(int $channel) : $this
Parameters
$channel : int

Sets a manual channel for 5 GHz. Can be '36', '40', '44', '48', '52', '56', '60', '64', '100', '104', '108', '112', '116', '120', '124', '128', '132', '136', '140', '144', '149', '153', '157', '161', '165', '169', '173' or '177' or null for using auto channel.

Return values
$this

setChannelWidth()

Sets channel_width

public setChannelWidth(int $channel_width) : $this
Parameters
$channel_width : int

Sets a manual channel for 5 GHz. Can be '0', '20', '40', '80' or '160' or null for using auto channel width.

Return values
$this

setTargetPower()

Sets target_power

public setTargetPower(int $target_power) : $this
Parameters
$target_power : int

Set a manual target power for 5 GHz. Can be between '8' or '30' or null for using auto power range.

Return values
$this

Search results