123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358 |
- <?php
- /*
- * Copyright 2014 Google Inc.
- *
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy of
- * the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
- */
-
- class Google_Service_AndroidManagement_Device extends Google_Collection
- {
- protected $collection_key = 'previousDeviceNames';
- public $apiLevel;
- protected $applicationReportsType = 'Google_Service_AndroidManagement_ApplicationReport';
- protected $applicationReportsDataType = 'array';
- public $appliedPolicyName;
- public $appliedPolicyVersion;
- public $appliedState;
- protected $deviceSettingsType = 'Google_Service_AndroidManagement_DeviceSettings';
- protected $deviceSettingsDataType = '';
- protected $disabledReasonType = 'Google_Service_AndroidManagement_UserFacingMessage';
- protected $disabledReasonDataType = '';
- protected $displaysType = 'Google_Service_AndroidManagement_Display';
- protected $displaysDataType = 'array';
- public $enrollmentTime;
- public $enrollmentTokenData;
- public $enrollmentTokenName;
- protected $hardwareInfoType = 'Google_Service_AndroidManagement_HardwareInfo';
- protected $hardwareInfoDataType = '';
- protected $hardwareStatusSamplesType = 'Google_Service_AndroidManagement_HardwareStatus';
- protected $hardwareStatusSamplesDataType = 'array';
- public $lastPolicyComplianceReportTime;
- public $lastPolicySyncTime;
- public $lastStatusReportTime;
- protected $memoryEventsType = 'Google_Service_AndroidManagement_MemoryEvent';
- protected $memoryEventsDataType = 'array';
- protected $memoryInfoType = 'Google_Service_AndroidManagement_MemoryInfo';
- protected $memoryInfoDataType = '';
- public $name;
- protected $networkInfoType = 'Google_Service_AndroidManagement_NetworkInfo';
- protected $networkInfoDataType = '';
- protected $nonComplianceDetailsType = 'Google_Service_AndroidManagement_NonComplianceDetail';
- protected $nonComplianceDetailsDataType = 'array';
- public $policyCompliant;
- public $policyName;
- protected $powerManagementEventsType = 'Google_Service_AndroidManagement_PowerManagementEvent';
- protected $powerManagementEventsDataType = 'array';
- public $previousDeviceNames;
- protected $softwareInfoType = 'Google_Service_AndroidManagement_SoftwareInfo';
- protected $softwareInfoDataType = '';
- public $state;
- public $userName;
-
- public function setApiLevel($apiLevel)
- {
- $this->apiLevel = $apiLevel;
- }
- public function getApiLevel()
- {
- return $this->apiLevel;
- }
- /**
- * @param Google_Service_AndroidManagement_ApplicationReport
- */
- public function setApplicationReports($applicationReports)
- {
- $this->applicationReports = $applicationReports;
- }
- /**
- * @return Google_Service_AndroidManagement_ApplicationReport
- */
- public function getApplicationReports()
- {
- return $this->applicationReports;
- }
- public function setAppliedPolicyName($appliedPolicyName)
- {
- $this->appliedPolicyName = $appliedPolicyName;
- }
- public function getAppliedPolicyName()
- {
- return $this->appliedPolicyName;
- }
- public function setAppliedPolicyVersion($appliedPolicyVersion)
- {
- $this->appliedPolicyVersion = $appliedPolicyVersion;
- }
- public function getAppliedPolicyVersion()
- {
- return $this->appliedPolicyVersion;
- }
- public function setAppliedState($appliedState)
- {
- $this->appliedState = $appliedState;
- }
- public function getAppliedState()
- {
- return $this->appliedState;
- }
- /**
- * @param Google_Service_AndroidManagement_DeviceSettings
- */
- public function setDeviceSettings(Google_Service_AndroidManagement_DeviceSettings $deviceSettings)
- {
- $this->deviceSettings = $deviceSettings;
- }
- /**
- * @return Google_Service_AndroidManagement_DeviceSettings
- */
- public function getDeviceSettings()
- {
- return $this->deviceSettings;
- }
- /**
- * @param Google_Service_AndroidManagement_UserFacingMessage
- */
- public function setDisabledReason(Google_Service_AndroidManagement_UserFacingMessage $disabledReason)
- {
- $this->disabledReason = $disabledReason;
- }
- /**
- * @return Google_Service_AndroidManagement_UserFacingMessage
- */
- public function getDisabledReason()
- {
- return $this->disabledReason;
- }
- /**
- * @param Google_Service_AndroidManagement_Display
- */
- public function setDisplays($displays)
- {
- $this->displays = $displays;
- }
- /**
- * @return Google_Service_AndroidManagement_Display
- */
- public function getDisplays()
- {
- return $this->displays;
- }
- public function setEnrollmentTime($enrollmentTime)
- {
- $this->enrollmentTime = $enrollmentTime;
- }
- public function getEnrollmentTime()
- {
- return $this->enrollmentTime;
- }
- public function setEnrollmentTokenData($enrollmentTokenData)
- {
- $this->enrollmentTokenData = $enrollmentTokenData;
- }
- public function getEnrollmentTokenData()
- {
- return $this->enrollmentTokenData;
- }
- public function setEnrollmentTokenName($enrollmentTokenName)
- {
- $this->enrollmentTokenName = $enrollmentTokenName;
- }
- public function getEnrollmentTokenName()
- {
- return $this->enrollmentTokenName;
- }
- /**
- * @param Google_Service_AndroidManagement_HardwareInfo
- */
- public function setHardwareInfo(Google_Service_AndroidManagement_HardwareInfo $hardwareInfo)
- {
- $this->hardwareInfo = $hardwareInfo;
- }
- /**
- * @return Google_Service_AndroidManagement_HardwareInfo
- */
- public function getHardwareInfo()
- {
- return $this->hardwareInfo;
- }
- /**
- * @param Google_Service_AndroidManagement_HardwareStatus
- */
- public function setHardwareStatusSamples($hardwareStatusSamples)
- {
- $this->hardwareStatusSamples = $hardwareStatusSamples;
- }
- /**
- * @return Google_Service_AndroidManagement_HardwareStatus
- */
- public function getHardwareStatusSamples()
- {
- return $this->hardwareStatusSamples;
- }
- public function setLastPolicyComplianceReportTime($lastPolicyComplianceReportTime)
- {
- $this->lastPolicyComplianceReportTime = $lastPolicyComplianceReportTime;
- }
- public function getLastPolicyComplianceReportTime()
- {
- return $this->lastPolicyComplianceReportTime;
- }
- public function setLastPolicySyncTime($lastPolicySyncTime)
- {
- $this->lastPolicySyncTime = $lastPolicySyncTime;
- }
- public function getLastPolicySyncTime()
- {
- return $this->lastPolicySyncTime;
- }
- public function setLastStatusReportTime($lastStatusReportTime)
- {
- $this->lastStatusReportTime = $lastStatusReportTime;
- }
- public function getLastStatusReportTime()
- {
- return $this->lastStatusReportTime;
- }
- /**
- * @param Google_Service_AndroidManagement_MemoryEvent
- */
- public function setMemoryEvents($memoryEvents)
- {
- $this->memoryEvents = $memoryEvents;
- }
- /**
- * @return Google_Service_AndroidManagement_MemoryEvent
- */
- public function getMemoryEvents()
- {
- return $this->memoryEvents;
- }
- /**
- * @param Google_Service_AndroidManagement_MemoryInfo
- */
- public function setMemoryInfo(Google_Service_AndroidManagement_MemoryInfo $memoryInfo)
- {
- $this->memoryInfo = $memoryInfo;
- }
- /**
- * @return Google_Service_AndroidManagement_MemoryInfo
- */
- public function getMemoryInfo()
- {
- return $this->memoryInfo;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
- public function getName()
- {
- return $this->name;
- }
- /**
- * @param Google_Service_AndroidManagement_NetworkInfo
- */
- public function setNetworkInfo(Google_Service_AndroidManagement_NetworkInfo $networkInfo)
- {
- $this->networkInfo = $networkInfo;
- }
- /**
- * @return Google_Service_AndroidManagement_NetworkInfo
- */
- public function getNetworkInfo()
- {
- return $this->networkInfo;
- }
- /**
- * @param Google_Service_AndroidManagement_NonComplianceDetail
- */
- public function setNonComplianceDetails($nonComplianceDetails)
- {
- $this->nonComplianceDetails = $nonComplianceDetails;
- }
- /**
- * @return Google_Service_AndroidManagement_NonComplianceDetail
- */
- public function getNonComplianceDetails()
- {
- return $this->nonComplianceDetails;
- }
- public function setPolicyCompliant($policyCompliant)
- {
- $this->policyCompliant = $policyCompliant;
- }
- public function getPolicyCompliant()
- {
- return $this->policyCompliant;
- }
- public function setPolicyName($policyName)
- {
- $this->policyName = $policyName;
- }
- public function getPolicyName()
- {
- return $this->policyName;
- }
- /**
- * @param Google_Service_AndroidManagement_PowerManagementEvent
- */
- public function setPowerManagementEvents($powerManagementEvents)
- {
- $this->powerManagementEvents = $powerManagementEvents;
- }
- /**
- * @return Google_Service_AndroidManagement_PowerManagementEvent
- */
- public function getPowerManagementEvents()
- {
- return $this->powerManagementEvents;
- }
- public function setPreviousDeviceNames($previousDeviceNames)
- {
- $this->previousDeviceNames = $previousDeviceNames;
- }
- public function getPreviousDeviceNames()
- {
- return $this->previousDeviceNames;
- }
- /**
- * @param Google_Service_AndroidManagement_SoftwareInfo
- */
- public function setSoftwareInfo(Google_Service_AndroidManagement_SoftwareInfo $softwareInfo)
- {
- $this->softwareInfo = $softwareInfo;
- }
- /**
- * @return Google_Service_AndroidManagement_SoftwareInfo
- */
- public function getSoftwareInfo()
- {
- return $this->softwareInfo;
- }
- public function setState($state)
- {
- $this->state = $state;
- }
- public function getState()
- {
- return $this->state;
- }
- public function setUserName($userName)
- {
- $this->userName = $userName;
- }
- public function getUserName()
- {
- return $this->userName;
- }
- }
|