-
Notifications
You must be signed in to change notification settings - Fork 92
ApplicationInsights Channel Contracts Device
Data contract class for type Device.
- Class name: Device
- Namespace: ApplicationInsights\Channel\Contracts
- This class implements: JsonSerializable
private mixed $_data
Data array that will store all the values.
- Visibility: private
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::__construct()()
Creates a new Device.
- Visibility: public
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::getId()()
Gets the id field.
- Visibility: public
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::setId()($id)
Sets the id field.
- Visibility: public
- $id mixed
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::getIp()()
Gets the ip field.
- Visibility: public
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::setIp()($ip)
Sets the ip field.
- Visibility: public
- $ip mixed
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::getLanguage()()
Gets the language field.
- Visibility: public
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::setLanguage()($language)
Sets the language field.
- Visibility: public
- $language mixed
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::getLocale()()
Gets the locale field.
- Visibility: public
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::setLocale()($locale)
Sets the locale field.
- Visibility: public
- $locale mixed
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::getModel()()
Gets the model field.
- Visibility: public
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::setModel()($model)
Sets the model field.
- Visibility: public
- $model mixed
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::getNetwork()()
Gets the network field.
- Visibility: public
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::setNetwork()($network)
Sets the network field.
- Visibility: public
- $network mixed
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::getOemName()()
Gets the oemName field.
- Visibility: public
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::setOemName()($oemName)
Sets the oemName field.
- Visibility: public
- $oemName mixed
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::getOs()()
Gets the os field.
- Visibility: public
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::setOs()($os)
Sets the os field.
- Visibility: public
- $os mixed
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::getOsVersion()()
Gets the osVersion field.
- Visibility: public
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::setOsVersion()($osVersion)
Sets the osVersion field.
- Visibility: public
- $osVersion mixed
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::getRoleInstance()()
Gets the roleInstance field.
- Visibility: public
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::setRoleInstance()($roleInstance)
Sets the roleInstance field.
- Visibility: public
- $roleInstance mixed
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::getRoleName()()
Gets the roleName field.
- Visibility: public
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::setRoleName()($roleName)
Sets the roleName field.
- Visibility: public
- $roleName mixed
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::getScreenResolution()()
Gets the screenResolution field.
- Visibility: public
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::setScreenResolution()($screenResolution)
Sets the screenResolution field.
- Visibility: public
- $screenResolution mixed
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::getType()()
Gets the type field.
- Visibility: public
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::setType()($type)
Sets the type field.
- Visibility: public
- $type mixed
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::getVmName()()
Gets the vmName field.
- Visibility: public
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::setVmName()($vmName)
Sets the vmName field.
- Visibility: public
- $vmName mixed
mixed ApplicationInsights\Channel\Contracts\Device::\ApplicationInsights\Channel\Contracts\Device::jsonSerialize()()
Overrides JSON serialization for this class.
- Visibility: public