Nessuna descrizione

Policy.php 22KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752
  1. <?php
  2. /*
  3. * Copyright 2014 Google Inc.
  4. *
  5. * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  6. * use this file except in compliance with the License. You may obtain a copy of
  7. * the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  13. * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  14. * License for the specific language governing permissions and limitations under
  15. * the License.
  16. */
  17. class Google_Service_AndroidManagement_Policy extends Google_Collection
  18. {
  19. protected $collection_key = 'stayOnPluggedModes';
  20. public $accountTypesWithManagementDisabled;
  21. public $addUserDisabled;
  22. public $adjustVolumeDisabled;
  23. protected $alwaysOnVpnPackageType = 'Google_Service_AndroidManagement_AlwaysOnVpnPackage';
  24. protected $alwaysOnVpnPackageDataType = '';
  25. public $androidDevicePolicyTracks;
  26. public $appAutoUpdatePolicy;
  27. protected $applicationsType = 'Google_Service_AndroidManagement_ApplicationPolicy';
  28. protected $applicationsDataType = 'array';
  29. public $autoTimeRequired;
  30. public $blockApplicationsEnabled;
  31. public $bluetoothConfigDisabled;
  32. public $bluetoothContactSharingDisabled;
  33. public $bluetoothDisabled;
  34. public $cameraDisabled;
  35. public $cellBroadcastsConfigDisabled;
  36. protected $choosePrivateKeyRulesType = 'Google_Service_AndroidManagement_ChoosePrivateKeyRule';
  37. protected $choosePrivateKeyRulesDataType = 'array';
  38. protected $complianceRulesType = 'Google_Service_AndroidManagement_ComplianceRule';
  39. protected $complianceRulesDataType = 'array';
  40. public $createWindowsDisabled;
  41. public $credentialsConfigDisabled;
  42. public $dataRoamingDisabled;
  43. public $debuggingFeaturesAllowed;
  44. public $defaultPermissionPolicy;
  45. protected $deviceOwnerLockScreenInfoType = 'Google_Service_AndroidManagement_UserFacingMessage';
  46. protected $deviceOwnerLockScreenInfoDataType = '';
  47. public $encryptionPolicy;
  48. public $ensureVerifyAppsEnabled;
  49. public $factoryResetDisabled;
  50. public $frpAdminEmails;
  51. public $funDisabled;
  52. public $installAppsDisabled;
  53. public $installUnknownSourcesAllowed;
  54. public $keyguardDisabled;
  55. public $keyguardDisabledFeatures;
  56. public $kioskCustomLauncherEnabled;
  57. public $locationMode;
  58. protected $longSupportMessageType = 'Google_Service_AndroidManagement_UserFacingMessage';
  59. protected $longSupportMessageDataType = '';
  60. public $maximumTimeToLock;
  61. public $mobileNetworksConfigDisabled;
  62. public $modifyAccountsDisabled;
  63. public $mountPhysicalMediaDisabled;
  64. public $name;
  65. public $networkEscapeHatchEnabled;
  66. public $networkResetDisabled;
  67. public $openNetworkConfiguration;
  68. public $outgoingBeamDisabled;
  69. public $outgoingCallsDisabled;
  70. protected $passwordRequirementsType = 'Google_Service_AndroidManagement_PasswordRequirements';
  71. protected $passwordRequirementsDataType = '';
  72. protected $permittedInputMethodsType = 'Google_Service_AndroidManagement_PackageNameList';
  73. protected $permittedInputMethodsDataType = '';
  74. protected $persistentPreferredActivitiesType = 'Google_Service_AndroidManagement_PersistentPreferredActivity';
  75. protected $persistentPreferredActivitiesDataType = 'array';
  76. public $privateKeySelectionEnabled;
  77. protected $recommendedGlobalProxyType = 'Google_Service_AndroidManagement_ProxyInfo';
  78. protected $recommendedGlobalProxyDataType = '';
  79. public $removeUserDisabled;
  80. public $safeBootDisabled;
  81. public $screenCaptureDisabled;
  82. public $setUserIconDisabled;
  83. public $setWallpaperDisabled;
  84. public $shareLocationDisabled;
  85. protected $shortSupportMessageType = 'Google_Service_AndroidManagement_UserFacingMessage';
  86. protected $shortSupportMessageDataType = '';
  87. public $skipFirstUseHintsEnabled;
  88. public $smsDisabled;
  89. public $statusBarDisabled;
  90. protected $statusReportingSettingsType = 'Google_Service_AndroidManagement_StatusReportingSettings';
  91. protected $statusReportingSettingsDataType = '';
  92. public $stayOnPluggedModes;
  93. protected $systemUpdateType = 'Google_Service_AndroidManagement_SystemUpdate';
  94. protected $systemUpdateDataType = '';
  95. public $tetheringConfigDisabled;
  96. public $uninstallAppsDisabled;
  97. public $unmuteMicrophoneDisabled;
  98. public $usbFileTransferDisabled;
  99. public $usbMassStorageEnabled;
  100. public $version;
  101. public $vpnConfigDisabled;
  102. public $wifiConfigDisabled;
  103. public $wifiConfigsLockdownEnabled;
  104. public function setAccountTypesWithManagementDisabled($accountTypesWithManagementDisabled)
  105. {
  106. $this->accountTypesWithManagementDisabled = $accountTypesWithManagementDisabled;
  107. }
  108. public function getAccountTypesWithManagementDisabled()
  109. {
  110. return $this->accountTypesWithManagementDisabled;
  111. }
  112. public function setAddUserDisabled($addUserDisabled)
  113. {
  114. $this->addUserDisabled = $addUserDisabled;
  115. }
  116. public function getAddUserDisabled()
  117. {
  118. return $this->addUserDisabled;
  119. }
  120. public function setAdjustVolumeDisabled($adjustVolumeDisabled)
  121. {
  122. $this->adjustVolumeDisabled = $adjustVolumeDisabled;
  123. }
  124. public function getAdjustVolumeDisabled()
  125. {
  126. return $this->adjustVolumeDisabled;
  127. }
  128. /**
  129. * @param Google_Service_AndroidManagement_AlwaysOnVpnPackage
  130. */
  131. public function setAlwaysOnVpnPackage(Google_Service_AndroidManagement_AlwaysOnVpnPackage $alwaysOnVpnPackage)
  132. {
  133. $this->alwaysOnVpnPackage = $alwaysOnVpnPackage;
  134. }
  135. /**
  136. * @return Google_Service_AndroidManagement_AlwaysOnVpnPackage
  137. */
  138. public function getAlwaysOnVpnPackage()
  139. {
  140. return $this->alwaysOnVpnPackage;
  141. }
  142. public function setAndroidDevicePolicyTracks($androidDevicePolicyTracks)
  143. {
  144. $this->androidDevicePolicyTracks = $androidDevicePolicyTracks;
  145. }
  146. public function getAndroidDevicePolicyTracks()
  147. {
  148. return $this->androidDevicePolicyTracks;
  149. }
  150. public function setAppAutoUpdatePolicy($appAutoUpdatePolicy)
  151. {
  152. $this->appAutoUpdatePolicy = $appAutoUpdatePolicy;
  153. }
  154. public function getAppAutoUpdatePolicy()
  155. {
  156. return $this->appAutoUpdatePolicy;
  157. }
  158. /**
  159. * @param Google_Service_AndroidManagement_ApplicationPolicy
  160. */
  161. public function setApplications($applications)
  162. {
  163. $this->applications = $applications;
  164. }
  165. /**
  166. * @return Google_Service_AndroidManagement_ApplicationPolicy
  167. */
  168. public function getApplications()
  169. {
  170. return $this->applications;
  171. }
  172. public function setAutoTimeRequired($autoTimeRequired)
  173. {
  174. $this->autoTimeRequired = $autoTimeRequired;
  175. }
  176. public function getAutoTimeRequired()
  177. {
  178. return $this->autoTimeRequired;
  179. }
  180. public function setBlockApplicationsEnabled($blockApplicationsEnabled)
  181. {
  182. $this->blockApplicationsEnabled = $blockApplicationsEnabled;
  183. }
  184. public function getBlockApplicationsEnabled()
  185. {
  186. return $this->blockApplicationsEnabled;
  187. }
  188. public function setBluetoothConfigDisabled($bluetoothConfigDisabled)
  189. {
  190. $this->bluetoothConfigDisabled = $bluetoothConfigDisabled;
  191. }
  192. public function getBluetoothConfigDisabled()
  193. {
  194. return $this->bluetoothConfigDisabled;
  195. }
  196. public function setBluetoothContactSharingDisabled($bluetoothContactSharingDisabled)
  197. {
  198. $this->bluetoothContactSharingDisabled = $bluetoothContactSharingDisabled;
  199. }
  200. public function getBluetoothContactSharingDisabled()
  201. {
  202. return $this->bluetoothContactSharingDisabled;
  203. }
  204. public function setBluetoothDisabled($bluetoothDisabled)
  205. {
  206. $this->bluetoothDisabled = $bluetoothDisabled;
  207. }
  208. public function getBluetoothDisabled()
  209. {
  210. return $this->bluetoothDisabled;
  211. }
  212. public function setCameraDisabled($cameraDisabled)
  213. {
  214. $this->cameraDisabled = $cameraDisabled;
  215. }
  216. public function getCameraDisabled()
  217. {
  218. return $this->cameraDisabled;
  219. }
  220. public function setCellBroadcastsConfigDisabled($cellBroadcastsConfigDisabled)
  221. {
  222. $this->cellBroadcastsConfigDisabled = $cellBroadcastsConfigDisabled;
  223. }
  224. public function getCellBroadcastsConfigDisabled()
  225. {
  226. return $this->cellBroadcastsConfigDisabled;
  227. }
  228. /**
  229. * @param Google_Service_AndroidManagement_ChoosePrivateKeyRule
  230. */
  231. public function setChoosePrivateKeyRules($choosePrivateKeyRules)
  232. {
  233. $this->choosePrivateKeyRules = $choosePrivateKeyRules;
  234. }
  235. /**
  236. * @return Google_Service_AndroidManagement_ChoosePrivateKeyRule
  237. */
  238. public function getChoosePrivateKeyRules()
  239. {
  240. return $this->choosePrivateKeyRules;
  241. }
  242. /**
  243. * @param Google_Service_AndroidManagement_ComplianceRule
  244. */
  245. public function setComplianceRules($complianceRules)
  246. {
  247. $this->complianceRules = $complianceRules;
  248. }
  249. /**
  250. * @return Google_Service_AndroidManagement_ComplianceRule
  251. */
  252. public function getComplianceRules()
  253. {
  254. return $this->complianceRules;
  255. }
  256. public function setCreateWindowsDisabled($createWindowsDisabled)
  257. {
  258. $this->createWindowsDisabled = $createWindowsDisabled;
  259. }
  260. public function getCreateWindowsDisabled()
  261. {
  262. return $this->createWindowsDisabled;
  263. }
  264. public function setCredentialsConfigDisabled($credentialsConfigDisabled)
  265. {
  266. $this->credentialsConfigDisabled = $credentialsConfigDisabled;
  267. }
  268. public function getCredentialsConfigDisabled()
  269. {
  270. return $this->credentialsConfigDisabled;
  271. }
  272. public function setDataRoamingDisabled($dataRoamingDisabled)
  273. {
  274. $this->dataRoamingDisabled = $dataRoamingDisabled;
  275. }
  276. public function getDataRoamingDisabled()
  277. {
  278. return $this->dataRoamingDisabled;
  279. }
  280. public function setDebuggingFeaturesAllowed($debuggingFeaturesAllowed)
  281. {
  282. $this->debuggingFeaturesAllowed = $debuggingFeaturesAllowed;
  283. }
  284. public function getDebuggingFeaturesAllowed()
  285. {
  286. return $this->debuggingFeaturesAllowed;
  287. }
  288. public function setDefaultPermissionPolicy($defaultPermissionPolicy)
  289. {
  290. $this->defaultPermissionPolicy = $defaultPermissionPolicy;
  291. }
  292. public function getDefaultPermissionPolicy()
  293. {
  294. return $this->defaultPermissionPolicy;
  295. }
  296. /**
  297. * @param Google_Service_AndroidManagement_UserFacingMessage
  298. */
  299. public function setDeviceOwnerLockScreenInfo(Google_Service_AndroidManagement_UserFacingMessage $deviceOwnerLockScreenInfo)
  300. {
  301. $this->deviceOwnerLockScreenInfo = $deviceOwnerLockScreenInfo;
  302. }
  303. /**
  304. * @return Google_Service_AndroidManagement_UserFacingMessage
  305. */
  306. public function getDeviceOwnerLockScreenInfo()
  307. {
  308. return $this->deviceOwnerLockScreenInfo;
  309. }
  310. public function setEncryptionPolicy($encryptionPolicy)
  311. {
  312. $this->encryptionPolicy = $encryptionPolicy;
  313. }
  314. public function getEncryptionPolicy()
  315. {
  316. return $this->encryptionPolicy;
  317. }
  318. public function setEnsureVerifyAppsEnabled($ensureVerifyAppsEnabled)
  319. {
  320. $this->ensureVerifyAppsEnabled = $ensureVerifyAppsEnabled;
  321. }
  322. public function getEnsureVerifyAppsEnabled()
  323. {
  324. return $this->ensureVerifyAppsEnabled;
  325. }
  326. public function setFactoryResetDisabled($factoryResetDisabled)
  327. {
  328. $this->factoryResetDisabled = $factoryResetDisabled;
  329. }
  330. public function getFactoryResetDisabled()
  331. {
  332. return $this->factoryResetDisabled;
  333. }
  334. public function setFrpAdminEmails($frpAdminEmails)
  335. {
  336. $this->frpAdminEmails = $frpAdminEmails;
  337. }
  338. public function getFrpAdminEmails()
  339. {
  340. return $this->frpAdminEmails;
  341. }
  342. public function setFunDisabled($funDisabled)
  343. {
  344. $this->funDisabled = $funDisabled;
  345. }
  346. public function getFunDisabled()
  347. {
  348. return $this->funDisabled;
  349. }
  350. public function setInstallAppsDisabled($installAppsDisabled)
  351. {
  352. $this->installAppsDisabled = $installAppsDisabled;
  353. }
  354. public function getInstallAppsDisabled()
  355. {
  356. return $this->installAppsDisabled;
  357. }
  358. public function setInstallUnknownSourcesAllowed($installUnknownSourcesAllowed)
  359. {
  360. $this->installUnknownSourcesAllowed = $installUnknownSourcesAllowed;
  361. }
  362. public function getInstallUnknownSourcesAllowed()
  363. {
  364. return $this->installUnknownSourcesAllowed;
  365. }
  366. public function setKeyguardDisabled($keyguardDisabled)
  367. {
  368. $this->keyguardDisabled = $keyguardDisabled;
  369. }
  370. public function getKeyguardDisabled()
  371. {
  372. return $this->keyguardDisabled;
  373. }
  374. public function setKeyguardDisabledFeatures($keyguardDisabledFeatures)
  375. {
  376. $this->keyguardDisabledFeatures = $keyguardDisabledFeatures;
  377. }
  378. public function getKeyguardDisabledFeatures()
  379. {
  380. return $this->keyguardDisabledFeatures;
  381. }
  382. public function setKioskCustomLauncherEnabled($kioskCustomLauncherEnabled)
  383. {
  384. $this->kioskCustomLauncherEnabled = $kioskCustomLauncherEnabled;
  385. }
  386. public function getKioskCustomLauncherEnabled()
  387. {
  388. return $this->kioskCustomLauncherEnabled;
  389. }
  390. public function setLocationMode($locationMode)
  391. {
  392. $this->locationMode = $locationMode;
  393. }
  394. public function getLocationMode()
  395. {
  396. return $this->locationMode;
  397. }
  398. /**
  399. * @param Google_Service_AndroidManagement_UserFacingMessage
  400. */
  401. public function setLongSupportMessage(Google_Service_AndroidManagement_UserFacingMessage $longSupportMessage)
  402. {
  403. $this->longSupportMessage = $longSupportMessage;
  404. }
  405. /**
  406. * @return Google_Service_AndroidManagement_UserFacingMessage
  407. */
  408. public function getLongSupportMessage()
  409. {
  410. return $this->longSupportMessage;
  411. }
  412. public function setMaximumTimeToLock($maximumTimeToLock)
  413. {
  414. $this->maximumTimeToLock = $maximumTimeToLock;
  415. }
  416. public function getMaximumTimeToLock()
  417. {
  418. return $this->maximumTimeToLock;
  419. }
  420. public function setMobileNetworksConfigDisabled($mobileNetworksConfigDisabled)
  421. {
  422. $this->mobileNetworksConfigDisabled = $mobileNetworksConfigDisabled;
  423. }
  424. public function getMobileNetworksConfigDisabled()
  425. {
  426. return $this->mobileNetworksConfigDisabled;
  427. }
  428. public function setModifyAccountsDisabled($modifyAccountsDisabled)
  429. {
  430. $this->modifyAccountsDisabled = $modifyAccountsDisabled;
  431. }
  432. public function getModifyAccountsDisabled()
  433. {
  434. return $this->modifyAccountsDisabled;
  435. }
  436. public function setMountPhysicalMediaDisabled($mountPhysicalMediaDisabled)
  437. {
  438. $this->mountPhysicalMediaDisabled = $mountPhysicalMediaDisabled;
  439. }
  440. public function getMountPhysicalMediaDisabled()
  441. {
  442. return $this->mountPhysicalMediaDisabled;
  443. }
  444. public function setName($name)
  445. {
  446. $this->name = $name;
  447. }
  448. public function getName()
  449. {
  450. return $this->name;
  451. }
  452. public function setNetworkEscapeHatchEnabled($networkEscapeHatchEnabled)
  453. {
  454. $this->networkEscapeHatchEnabled = $networkEscapeHatchEnabled;
  455. }
  456. public function getNetworkEscapeHatchEnabled()
  457. {
  458. return $this->networkEscapeHatchEnabled;
  459. }
  460. public function setNetworkResetDisabled($networkResetDisabled)
  461. {
  462. $this->networkResetDisabled = $networkResetDisabled;
  463. }
  464. public function getNetworkResetDisabled()
  465. {
  466. return $this->networkResetDisabled;
  467. }
  468. public function setOpenNetworkConfiguration($openNetworkConfiguration)
  469. {
  470. $this->openNetworkConfiguration = $openNetworkConfiguration;
  471. }
  472. public function getOpenNetworkConfiguration()
  473. {
  474. return $this->openNetworkConfiguration;
  475. }
  476. public function setOutgoingBeamDisabled($outgoingBeamDisabled)
  477. {
  478. $this->outgoingBeamDisabled = $outgoingBeamDisabled;
  479. }
  480. public function getOutgoingBeamDisabled()
  481. {
  482. return $this->outgoingBeamDisabled;
  483. }
  484. public function setOutgoingCallsDisabled($outgoingCallsDisabled)
  485. {
  486. $this->outgoingCallsDisabled = $outgoingCallsDisabled;
  487. }
  488. public function getOutgoingCallsDisabled()
  489. {
  490. return $this->outgoingCallsDisabled;
  491. }
  492. /**
  493. * @param Google_Service_AndroidManagement_PasswordRequirements
  494. */
  495. public function setPasswordRequirements(Google_Service_AndroidManagement_PasswordRequirements $passwordRequirements)
  496. {
  497. $this->passwordRequirements = $passwordRequirements;
  498. }
  499. /**
  500. * @return Google_Service_AndroidManagement_PasswordRequirements
  501. */
  502. public function getPasswordRequirements()
  503. {
  504. return $this->passwordRequirements;
  505. }
  506. /**
  507. * @param Google_Service_AndroidManagement_PackageNameList
  508. */
  509. public function setPermittedInputMethods(Google_Service_AndroidManagement_PackageNameList $permittedInputMethods)
  510. {
  511. $this->permittedInputMethods = $permittedInputMethods;
  512. }
  513. /**
  514. * @return Google_Service_AndroidManagement_PackageNameList
  515. */
  516. public function getPermittedInputMethods()
  517. {
  518. return $this->permittedInputMethods;
  519. }
  520. /**
  521. * @param Google_Service_AndroidManagement_PersistentPreferredActivity
  522. */
  523. public function setPersistentPreferredActivities($persistentPreferredActivities)
  524. {
  525. $this->persistentPreferredActivities = $persistentPreferredActivities;
  526. }
  527. /**
  528. * @return Google_Service_AndroidManagement_PersistentPreferredActivity
  529. */
  530. public function getPersistentPreferredActivities()
  531. {
  532. return $this->persistentPreferredActivities;
  533. }
  534. public function setPrivateKeySelectionEnabled($privateKeySelectionEnabled)
  535. {
  536. $this->privateKeySelectionEnabled = $privateKeySelectionEnabled;
  537. }
  538. public function getPrivateKeySelectionEnabled()
  539. {
  540. return $this->privateKeySelectionEnabled;
  541. }
  542. /**
  543. * @param Google_Service_AndroidManagement_ProxyInfo
  544. */
  545. public function setRecommendedGlobalProxy(Google_Service_AndroidManagement_ProxyInfo $recommendedGlobalProxy)
  546. {
  547. $this->recommendedGlobalProxy = $recommendedGlobalProxy;
  548. }
  549. /**
  550. * @return Google_Service_AndroidManagement_ProxyInfo
  551. */
  552. public function getRecommendedGlobalProxy()
  553. {
  554. return $this->recommendedGlobalProxy;
  555. }
  556. public function setRemoveUserDisabled($removeUserDisabled)
  557. {
  558. $this->removeUserDisabled = $removeUserDisabled;
  559. }
  560. public function getRemoveUserDisabled()
  561. {
  562. return $this->removeUserDisabled;
  563. }
  564. public function setSafeBootDisabled($safeBootDisabled)
  565. {
  566. $this->safeBootDisabled = $safeBootDisabled;
  567. }
  568. public function getSafeBootDisabled()
  569. {
  570. return $this->safeBootDisabled;
  571. }
  572. public function setScreenCaptureDisabled($screenCaptureDisabled)
  573. {
  574. $this->screenCaptureDisabled = $screenCaptureDisabled;
  575. }
  576. public function getScreenCaptureDisabled()
  577. {
  578. return $this->screenCaptureDisabled;
  579. }
  580. public function setSetUserIconDisabled($setUserIconDisabled)
  581. {
  582. $this->setUserIconDisabled = $setUserIconDisabled;
  583. }
  584. public function getSetUserIconDisabled()
  585. {
  586. return $this->setUserIconDisabled;
  587. }
  588. public function setSetWallpaperDisabled($setWallpaperDisabled)
  589. {
  590. $this->setWallpaperDisabled = $setWallpaperDisabled;
  591. }
  592. public function getSetWallpaperDisabled()
  593. {
  594. return $this->setWallpaperDisabled;
  595. }
  596. public function setShareLocationDisabled($shareLocationDisabled)
  597. {
  598. $this->shareLocationDisabled = $shareLocationDisabled;
  599. }
  600. public function getShareLocationDisabled()
  601. {
  602. return $this->shareLocationDisabled;
  603. }
  604. /**
  605. * @param Google_Service_AndroidManagement_UserFacingMessage
  606. */
  607. public function setShortSupportMessage(Google_Service_AndroidManagement_UserFacingMessage $shortSupportMessage)
  608. {
  609. $this->shortSupportMessage = $shortSupportMessage;
  610. }
  611. /**
  612. * @return Google_Service_AndroidManagement_UserFacingMessage
  613. */
  614. public function getShortSupportMessage()
  615. {
  616. return $this->shortSupportMessage;
  617. }
  618. public function setSkipFirstUseHintsEnabled($skipFirstUseHintsEnabled)
  619. {
  620. $this->skipFirstUseHintsEnabled = $skipFirstUseHintsEnabled;
  621. }
  622. public function getSkipFirstUseHintsEnabled()
  623. {
  624. return $this->skipFirstUseHintsEnabled;
  625. }
  626. public function setSmsDisabled($smsDisabled)
  627. {
  628. $this->smsDisabled = $smsDisabled;
  629. }
  630. public function getSmsDisabled()
  631. {
  632. return $this->smsDisabled;
  633. }
  634. public function setStatusBarDisabled($statusBarDisabled)
  635. {
  636. $this->statusBarDisabled = $statusBarDisabled;
  637. }
  638. public function getStatusBarDisabled()
  639. {
  640. return $this->statusBarDisabled;
  641. }
  642. /**
  643. * @param Google_Service_AndroidManagement_StatusReportingSettings
  644. */
  645. public function setStatusReportingSettings(Google_Service_AndroidManagement_StatusReportingSettings $statusReportingSettings)
  646. {
  647. $this->statusReportingSettings = $statusReportingSettings;
  648. }
  649. /**
  650. * @return Google_Service_AndroidManagement_StatusReportingSettings
  651. */
  652. public function getStatusReportingSettings()
  653. {
  654. return $this->statusReportingSettings;
  655. }
  656. public function setStayOnPluggedModes($stayOnPluggedModes)
  657. {
  658. $this->stayOnPluggedModes = $stayOnPluggedModes;
  659. }
  660. public function getStayOnPluggedModes()
  661. {
  662. return $this->stayOnPluggedModes;
  663. }
  664. /**
  665. * @param Google_Service_AndroidManagement_SystemUpdate
  666. */
  667. public function setSystemUpdate(Google_Service_AndroidManagement_SystemUpdate $systemUpdate)
  668. {
  669. $this->systemUpdate = $systemUpdate;
  670. }
  671. /**
  672. * @return Google_Service_AndroidManagement_SystemUpdate
  673. */
  674. public function getSystemUpdate()
  675. {
  676. return $this->systemUpdate;
  677. }
  678. public function setTetheringConfigDisabled($tetheringConfigDisabled)
  679. {
  680. $this->tetheringConfigDisabled = $tetheringConfigDisabled;
  681. }
  682. public function getTetheringConfigDisabled()
  683. {
  684. return $this->tetheringConfigDisabled;
  685. }
  686. public function setUninstallAppsDisabled($uninstallAppsDisabled)
  687. {
  688. $this->uninstallAppsDisabled = $uninstallAppsDisabled;
  689. }
  690. public function getUninstallAppsDisabled()
  691. {
  692. return $this->uninstallAppsDisabled;
  693. }
  694. public function setUnmuteMicrophoneDisabled($unmuteMicrophoneDisabled)
  695. {
  696. $this->unmuteMicrophoneDisabled = $unmuteMicrophoneDisabled;
  697. }
  698. public function getUnmuteMicrophoneDisabled()
  699. {
  700. return $this->unmuteMicrophoneDisabled;
  701. }
  702. public function setUsbFileTransferDisabled($usbFileTransferDisabled)
  703. {
  704. $this->usbFileTransferDisabled = $usbFileTransferDisabled;
  705. }
  706. public function getUsbFileTransferDisabled()
  707. {
  708. return $this->usbFileTransferDisabled;
  709. }
  710. public function setUsbMassStorageEnabled($usbMassStorageEnabled)
  711. {
  712. $this->usbMassStorageEnabled = $usbMassStorageEnabled;
  713. }
  714. public function getUsbMassStorageEnabled()
  715. {
  716. return $this->usbMassStorageEnabled;
  717. }
  718. public function setVersion($version)
  719. {
  720. $this->version = $version;
  721. }
  722. public function getVersion()
  723. {
  724. return $this->version;
  725. }
  726. public function setVpnConfigDisabled($vpnConfigDisabled)
  727. {
  728. $this->vpnConfigDisabled = $vpnConfigDisabled;
  729. }
  730. public function getVpnConfigDisabled()
  731. {
  732. return $this->vpnConfigDisabled;
  733. }
  734. public function setWifiConfigDisabled($wifiConfigDisabled)
  735. {
  736. $this->wifiConfigDisabled = $wifiConfigDisabled;
  737. }
  738. public function getWifiConfigDisabled()
  739. {
  740. return $this->wifiConfigDisabled;
  741. }
  742. public function setWifiConfigsLockdownEnabled($wifiConfigsLockdownEnabled)
  743. {
  744. $this->wifiConfigsLockdownEnabled = $wifiConfigsLockdownEnabled;
  745. }
  746. public function getWifiConfigsLockdownEnabled()
  747. {
  748. return $this->wifiConfigsLockdownEnabled;
  749. }
  750. }