Documentation

NetworksnetworkIdfirmwareUpgradesUpgradeWindow implements ModelInterface, ArrayAccess

NetworksnetworkIdfirmwareUpgradesUpgradeWindow Class Doc Comment

Tags
category

Class

description

Upgrade window for devices in network

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

DAY_OF_WEEK_FRI  = 'fri'
DAY_OF_WEEK_FRIDAY  = 'friday'
DAY_OF_WEEK_MON  = 'mon'
DAY_OF_WEEK_MONDAY  = 'monday'
DAY_OF_WEEK_SAT  = 'sat'
DAY_OF_WEEK_SATURDAY  = 'saturday'
DAY_OF_WEEK_SUN  = 'sun'
DAY_OF_WEEK_SUNDAY  = 'sunday'
DAY_OF_WEEK_THU  = 'thu'
DAY_OF_WEEK_THURSDAY  = 'thursday'
DAY_OF_WEEK_TUE  = 'tue'
DAY_OF_WEEK_TUESDAY  = 'tuesday'
DAY_OF_WEEK_WED  = 'wed'
DAY_OF_WEEK_WEDNESDAY  = 'wednesday'
DISCRIMINATOR  = null
HOUR_OF_DAY__000  = '0:00'
HOUR_OF_DAY__100  = '1:00'
HOUR_OF_DAY__1000  = '10:00'
HOUR_OF_DAY__1100  = '11:00'
HOUR_OF_DAY__1200  = '12:00'
HOUR_OF_DAY__1300  = '13:00'
HOUR_OF_DAY__1400  = '14:00'
HOUR_OF_DAY__1500  = '15:00'
HOUR_OF_DAY__1600  = '16:00'
HOUR_OF_DAY__1700  = '17:00'
HOUR_OF_DAY__1800  = '18:00'
HOUR_OF_DAY__1900  = '19:00'
HOUR_OF_DAY__200  = '2:00'
HOUR_OF_DAY__2000  = '20:00'
HOUR_OF_DAY__2100  = '21:00'
HOUR_OF_DAY__2200  = '22:00'
HOUR_OF_DAY__2300  = '23:00'
HOUR_OF_DAY__300  = '3:00'
HOUR_OF_DAY__400  = '4:00'
HOUR_OF_DAY__500  = '5:00'
HOUR_OF_DAY__600  = '6:00'
HOUR_OF_DAY__700  = '7:00'
HOUR_OF_DAY__800  = '8:00'
HOUR_OF_DAY__900  = '9:00'
$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
getDayOfWeek()  : string
Gets day_of_week
getDayOfWeekAllowableValues()  : array<string|int, string>
Gets allowable values of the enum
getHourOfDay()  : string
Gets hour_of_day
getHourOfDayAllowableValues()  : array<string|int, string>
Gets allowable values of the enum
getModelName()  : string
The original name of the model.
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.
setDayOfWeek()  : $this
Sets day_of_week
setHourOfDay()  : $this
Sets hour_of_day
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 = ['day_of_week' => 'dayOfWeek', 'hour_of_day' => 'hourOfDay']

$getters

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

protected static array<string|int, string> $getters = ['day_of_week' => 'getDayOfWeek', 'hour_of_day' => 'getHourOfDay']

$setters

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

protected static array<string|int, string> $setters = ['day_of_week' => 'setDayOfWeek', 'hour_of_day' => 'setHourOfDay']

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>

listInvalidProperties()

Show all the invalid properties with reasons.

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

invalid properties with reasons

Search results