Documentation

UpdateNetworkWirelessSsidHotspot20 implements ModelInterface, ArrayAccess

UpdateNetworkWirelessSsidHotspot20 Class Doc Comment

Tags
category

Class

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
NETWORK_ACCESS_TYPE_CHARGEABLE_PUBLIC_NETWORK  = 'Chargeable public network'
NETWORK_ACCESS_TYPE_EMERGENCY_SERVICES_ONLY_NETWORK  = 'Emergency services only network'
NETWORK_ACCESS_TYPE_FREE_PUBLIC_NETWORK  = 'Free public network'
NETWORK_ACCESS_TYPE_PERSONAL_DEVICE_NETWORK  = 'Personal device network'
NETWORK_ACCESS_TYPE_PRIVATE_NETWORK  = 'Private network'
NETWORK_ACCESS_TYPE_PRIVATE_NETWORK_WITH_GUEST_ACCESS  = 'Private network with guest access'
NETWORK_ACCESS_TYPE_TEST_OR_EXPERIMENTAL  = 'Test or experimental'
NETWORK_ACCESS_TYPE_WILDCARD  = 'Wildcard'
$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
getDomains()  : array<string|int, string>
Gets domains
getEnabled()  : bool
Gets enabled
getMccMncs()  : array<string|int, NetworksnetworkIdwirelessssidsnumberhotspot20MccMncs>
Gets mcc_mncs
getModelName()  : string
The original name of the model.
getNaiRealms()  : array<string|int, NetworksnetworkIdwirelessssidsnumberhotspot20NaiRealms>
Gets nai_realms
getNetworkAccessType()  : string
Gets network_access_type
getNetworkAccessTypeAllowableValues()  : array<string|int, string>
Gets allowable values of the enum
getOperator()  : NetworksnetworkIdwirelessssidsnumberhotspot20Operator
Gets operator
getRoamConsortOis()  : array<string|int, string>
Gets roam_consort_ois
getters()  : array<string|int, mixed>
Array of attributes to getter functions (for serialization of requests)
getVenue()  : NetworksnetworkIdwirelessssidsnumberhotspot20Venue
Gets venue
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.
setDomains()  : $this
Sets domains
setEnabled()  : $this
Sets enabled
setMccMncs()  : $this
Sets mcc_mncs
setNaiRealms()  : $this
Sets nai_realms
setNetworkAccessType()  : $this
Sets network_access_type
setOperator()  : $this
Sets operator
setRoamConsortOis()  : $this
Sets roam_consort_ois
setters()  : array<string|int, mixed>
Array of attributes to setter functions (for deserialization of responses)
setVenue()  : $this
Sets venue
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

NETWORK_ACCESS_TYPE_EMERGENCY_SERVICES_ONLY_NETWORK

public mixed NETWORK_ACCESS_TYPE_EMERGENCY_SERVICES_ONLY_NETWORK = 'Emergency services only network'

NETWORK_ACCESS_TYPE_PRIVATE_NETWORK_WITH_GUEST_ACCESS

public mixed NETWORK_ACCESS_TYPE_PRIVATE_NETWORK_WITH_GUEST_ACCESS = 'Private network with guest access'

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 = ['enabled' => 'enabled', 'operator' => 'operator', 'venue' => 'venue', 'network_access_type' => 'networkAccessType', 'domains' => 'domains', 'roam_consort_ois' => 'roamConsortOis', 'mcc_mncs' => 'mccMncs', 'nai_realms' => 'naiRealms']

$getters

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

protected static array<string|int, string> $getters = ['enabled' => 'getEnabled', 'operator' => 'getOperator', 'venue' => 'getVenue', 'network_access_type' => 'getNetworkAccessType', 'domains' => 'getDomains', 'roam_consort_ois' => 'getRoamConsortOis', 'mcc_mncs' => 'getMccMncs', 'nai_realms' => 'getNaiRealms']

$setters

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

protected static array<string|int, string> $setters = ['enabled' => 'setEnabled', 'operator' => 'setOperator', 'venue' => 'setVenue', 'network_access_type' => 'setNetworkAccessType', 'domains' => 'setDomains', 'roam_consort_ois' => 'setRoamConsortOis', 'mcc_mncs' => 'setMccMncs', 'nai_realms' => 'setNaiRealms']

$swaggerFormats

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

protected static array<string|int, string> $swaggerFormats = ['enabled' => null, 'operator' => null, 'venue' => null, 'network_access_type' => null, 'domains' => null, 'roam_consort_ois' => null, 'mcc_mncs' => null, 'nai_realms' => null]

$swaggerTypes

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

protected static array<string|int, string> $swaggerTypes = ['enabled' => 'bool', 'operator' => '\Swagger\Client\Model\NetworksnetworkIdwirelessssidsnumberhotspot20Operator', 'venue' => '\Swagger\Client\Model\NetworksnetworkIdwirelessssidsnumberhotspot20Venue', 'network_access_type' => 'string', 'domains' => 'string[]', 'roam_consort_ois' => 'string[]', 'mcc_mncs' => '\Swagger\Client\Model\NetworksnetworkIdwirelessssidsnumberhotspot20MccMncs[]', 'nai_realms' => '\Swagger\Client\Model\NetworksnetworkIdwirelessssidsnumberhotspot20NaiRealms[]']

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

attributeMap()

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

public static attributeMap() : array<string|int, mixed>
Return values
array<string|int, mixed>

getNetworkAccessTypeAllowableValues()

Gets allowable values of the enum

public getNetworkAccessTypeAllowableValues() : array<string|int, string>
Return values
array<string|int, string>

getters()

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

public static getters() : array<string|int, mixed>
Return values
array<string|int, mixed>

listInvalidProperties()

Show all the invalid properties with reasons.

public listInvalidProperties() : array<string|int, mixed>
Return values
array<string|int, mixed>

invalid properties with reasons

offsetExists()

Returns true if offset exists. False otherwise.

public offsetExists(int $offset) : bool
Parameters
$offset : int

Offset

Return values
bool

offsetSet()

Sets value based on offset.

public offsetSet(int $offset, mixed $value) : void
Parameters
$offset : int

Offset

$value : mixed

Value to be set

Return values
void

setDomains()

Sets domains

public setDomains(array<string|int, string> $domains) : $this
Parameters
$domains : array<string|int, string>

An array of domain names

Return values
$this

setEnabled()

Sets enabled

public setEnabled(bool $enabled) : $this
Parameters
$enabled : bool

Whether or not Hotspot 2.0 for this SSID is enabled

Return values
$this

setNetworkAccessType()

Sets network_access_type

public setNetworkAccessType(string $network_access_type) : $this
Parameters
$network_access_type : string

The network type of this SSID ('Private network', 'Private network with guest access', 'Chargeable public network', 'Free public network', 'Personal device network', 'Emergency services only network', 'Test or experimental', 'Wildcard')

Return values
$this

setRoamConsortOis()

Sets roam_consort_ois

public setRoamConsortOis(array<string|int, string> $roam_consort_ois) : $this
Parameters
$roam_consort_ois : array<string|int, string>

An array of roaming consortium OIs (hexadecimal number 3-5 octets in length)

Return values
$this

setters()

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

public static setters() : array<string|int, mixed>
Return values
array<string|int, mixed>

swaggerFormats()

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

public static swaggerFormats() : array<string|int, mixed>
Return values
array<string|int, mixed>

swaggerTypes()

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

public static swaggerTypes() : array<string|int, mixed>
Return values
array<string|int, mixed>

valid()

Validate all the properties in the model return true if all passed

public valid() : bool
Return values
bool

True if all properties are valid

Search results