123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752 |
- <?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_Policy extends Google_Collection
- {
- protected $collection_key = 'stayOnPluggedModes';
- public $accountTypesWithManagementDisabled;
- public $addUserDisabled;
- public $adjustVolumeDisabled;
- protected $alwaysOnVpnPackageType = 'Google_Service_AndroidManagement_AlwaysOnVpnPackage';
- protected $alwaysOnVpnPackageDataType = '';
- public $androidDevicePolicyTracks;
- public $appAutoUpdatePolicy;
- protected $applicationsType = 'Google_Service_AndroidManagement_ApplicationPolicy';
- protected $applicationsDataType = 'array';
- public $autoTimeRequired;
- public $blockApplicationsEnabled;
- public $bluetoothConfigDisabled;
- public $bluetoothContactSharingDisabled;
- public $bluetoothDisabled;
- public $cameraDisabled;
- public $cellBroadcastsConfigDisabled;
- protected $choosePrivateKeyRulesType = 'Google_Service_AndroidManagement_ChoosePrivateKeyRule';
- protected $choosePrivateKeyRulesDataType = 'array';
- protected $complianceRulesType = 'Google_Service_AndroidManagement_ComplianceRule';
- protected $complianceRulesDataType = 'array';
- public $createWindowsDisabled;
- public $credentialsConfigDisabled;
- public $dataRoamingDisabled;
- public $debuggingFeaturesAllowed;
- public $defaultPermissionPolicy;
- protected $deviceOwnerLockScreenInfoType = 'Google_Service_AndroidManagement_UserFacingMessage';
- protected $deviceOwnerLockScreenInfoDataType = '';
- public $encryptionPolicy;
- public $ensureVerifyAppsEnabled;
- public $factoryResetDisabled;
- public $frpAdminEmails;
- public $funDisabled;
- public $installAppsDisabled;
- public $installUnknownSourcesAllowed;
- public $keyguardDisabled;
- public $keyguardDisabledFeatures;
- public $kioskCustomLauncherEnabled;
- public $locationMode;
- protected $longSupportMessageType = 'Google_Service_AndroidManagement_UserFacingMessage';
- protected $longSupportMessageDataType = '';
- public $maximumTimeToLock;
- public $mobileNetworksConfigDisabled;
- public $modifyAccountsDisabled;
- public $mountPhysicalMediaDisabled;
- public $name;
- public $networkEscapeHatchEnabled;
- public $networkResetDisabled;
- public $openNetworkConfiguration;
- public $outgoingBeamDisabled;
- public $outgoingCallsDisabled;
- protected $passwordRequirementsType = 'Google_Service_AndroidManagement_PasswordRequirements';
- protected $passwordRequirementsDataType = '';
- protected $permittedInputMethodsType = 'Google_Service_AndroidManagement_PackageNameList';
- protected $permittedInputMethodsDataType = '';
- protected $persistentPreferredActivitiesType = 'Google_Service_AndroidManagement_PersistentPreferredActivity';
- protected $persistentPreferredActivitiesDataType = 'array';
- public $privateKeySelectionEnabled;
- protected $recommendedGlobalProxyType = 'Google_Service_AndroidManagement_ProxyInfo';
- protected $recommendedGlobalProxyDataType = '';
- public $removeUserDisabled;
- public $safeBootDisabled;
- public $screenCaptureDisabled;
- public $setUserIconDisabled;
- public $setWallpaperDisabled;
- public $shareLocationDisabled;
- protected $shortSupportMessageType = 'Google_Service_AndroidManagement_UserFacingMessage';
- protected $shortSupportMessageDataType = '';
- public $skipFirstUseHintsEnabled;
- public $smsDisabled;
- public $statusBarDisabled;
- protected $statusReportingSettingsType = 'Google_Service_AndroidManagement_StatusReportingSettings';
- protected $statusReportingSettingsDataType = '';
- public $stayOnPluggedModes;
- protected $systemUpdateType = 'Google_Service_AndroidManagement_SystemUpdate';
- protected $systemUpdateDataType = '';
- public $tetheringConfigDisabled;
- public $uninstallAppsDisabled;
- public $unmuteMicrophoneDisabled;
- public $usbFileTransferDisabled;
- public $usbMassStorageEnabled;
- public $version;
- public $vpnConfigDisabled;
- public $wifiConfigDisabled;
- public $wifiConfigsLockdownEnabled;
-
- public function setAccountTypesWithManagementDisabled($accountTypesWithManagementDisabled)
- {
- $this->accountTypesWithManagementDisabled = $accountTypesWithManagementDisabled;
- }
- public function getAccountTypesWithManagementDisabled()
- {
- return $this->accountTypesWithManagementDisabled;
- }
- public function setAddUserDisabled($addUserDisabled)
- {
- $this->addUserDisabled = $addUserDisabled;
- }
- public function getAddUserDisabled()
- {
- return $this->addUserDisabled;
- }
- public function setAdjustVolumeDisabled($adjustVolumeDisabled)
- {
- $this->adjustVolumeDisabled = $adjustVolumeDisabled;
- }
- public function getAdjustVolumeDisabled()
- {
- return $this->adjustVolumeDisabled;
- }
- /**
- * @param Google_Service_AndroidManagement_AlwaysOnVpnPackage
- */
- public function setAlwaysOnVpnPackage(Google_Service_AndroidManagement_AlwaysOnVpnPackage $alwaysOnVpnPackage)
- {
- $this->alwaysOnVpnPackage = $alwaysOnVpnPackage;
- }
- /**
- * @return Google_Service_AndroidManagement_AlwaysOnVpnPackage
- */
- public function getAlwaysOnVpnPackage()
- {
- return $this->alwaysOnVpnPackage;
- }
- public function setAndroidDevicePolicyTracks($androidDevicePolicyTracks)
- {
- $this->androidDevicePolicyTracks = $androidDevicePolicyTracks;
- }
- public function getAndroidDevicePolicyTracks()
- {
- return $this->androidDevicePolicyTracks;
- }
- public function setAppAutoUpdatePolicy($appAutoUpdatePolicy)
- {
- $this->appAutoUpdatePolicy = $appAutoUpdatePolicy;
- }
- public function getAppAutoUpdatePolicy()
- {
- return $this->appAutoUpdatePolicy;
- }
- /**
- * @param Google_Service_AndroidManagement_ApplicationPolicy
- */
- public function setApplications($applications)
- {
- $this->applications = $applications;
- }
- /**
- * @return Google_Service_AndroidManagement_ApplicationPolicy
- */
- public function getApplications()
- {
- return $this->applications;
- }
- public function setAutoTimeRequired($autoTimeRequired)
- {
- $this->autoTimeRequired = $autoTimeRequired;
- }
- public function getAutoTimeRequired()
- {
- return $this->autoTimeRequired;
- }
- public function setBlockApplicationsEnabled($blockApplicationsEnabled)
- {
- $this->blockApplicationsEnabled = $blockApplicationsEnabled;
- }
- public function getBlockApplicationsEnabled()
- {
- return $this->blockApplicationsEnabled;
- }
- public function setBluetoothConfigDisabled($bluetoothConfigDisabled)
- {
- $this->bluetoothConfigDisabled = $bluetoothConfigDisabled;
- }
- public function getBluetoothConfigDisabled()
- {
- return $this->bluetoothConfigDisabled;
- }
- public function setBluetoothContactSharingDisabled($bluetoothContactSharingDisabled)
- {
- $this->bluetoothContactSharingDisabled = $bluetoothContactSharingDisabled;
- }
- public function getBluetoothContactSharingDisabled()
- {
- return $this->bluetoothContactSharingDisabled;
- }
- public function setBluetoothDisabled($bluetoothDisabled)
- {
- $this->bluetoothDisabled = $bluetoothDisabled;
- }
- public function getBluetoothDisabled()
- {
- return $this->bluetoothDisabled;
- }
- public function setCameraDisabled($cameraDisabled)
- {
- $this->cameraDisabled = $cameraDisabled;
- }
- public function getCameraDisabled()
- {
- return $this->cameraDisabled;
- }
- public function setCellBroadcastsConfigDisabled($cellBroadcastsConfigDisabled)
- {
- $this->cellBroadcastsConfigDisabled = $cellBroadcastsConfigDisabled;
- }
- public function getCellBroadcastsConfigDisabled()
- {
- return $this->cellBroadcastsConfigDisabled;
- }
- /**
- * @param Google_Service_AndroidManagement_ChoosePrivateKeyRule
- */
- public function setChoosePrivateKeyRules($choosePrivateKeyRules)
- {
- $this->choosePrivateKeyRules = $choosePrivateKeyRules;
- }
- /**
- * @return Google_Service_AndroidManagement_ChoosePrivateKeyRule
- */
- public function getChoosePrivateKeyRules()
- {
- return $this->choosePrivateKeyRules;
- }
- /**
- * @param Google_Service_AndroidManagement_ComplianceRule
- */
- public function setComplianceRules($complianceRules)
- {
- $this->complianceRules = $complianceRules;
- }
- /**
- * @return Google_Service_AndroidManagement_ComplianceRule
- */
- public function getComplianceRules()
- {
- return $this->complianceRules;
- }
- public function setCreateWindowsDisabled($createWindowsDisabled)
- {
- $this->createWindowsDisabled = $createWindowsDisabled;
- }
- public function getCreateWindowsDisabled()
- {
- return $this->createWindowsDisabled;
- }
- public function setCredentialsConfigDisabled($credentialsConfigDisabled)
- {
- $this->credentialsConfigDisabled = $credentialsConfigDisabled;
- }
- public function getCredentialsConfigDisabled()
- {
- return $this->credentialsConfigDisabled;
- }
- public function setDataRoamingDisabled($dataRoamingDisabled)
- {
- $this->dataRoamingDisabled = $dataRoamingDisabled;
- }
- public function getDataRoamingDisabled()
- {
- return $this->dataRoamingDisabled;
- }
- public function setDebuggingFeaturesAllowed($debuggingFeaturesAllowed)
- {
- $this->debuggingFeaturesAllowed = $debuggingFeaturesAllowed;
- }
- public function getDebuggingFeaturesAllowed()
- {
- return $this->debuggingFeaturesAllowed;
- }
- public function setDefaultPermissionPolicy($defaultPermissionPolicy)
- {
- $this->defaultPermissionPolicy = $defaultPermissionPolicy;
- }
- public function getDefaultPermissionPolicy()
- {
- return $this->defaultPermissionPolicy;
- }
- /**
- * @param Google_Service_AndroidManagement_UserFacingMessage
- */
- public function setDeviceOwnerLockScreenInfo(Google_Service_AndroidManagement_UserFacingMessage $deviceOwnerLockScreenInfo)
- {
- $this->deviceOwnerLockScreenInfo = $deviceOwnerLockScreenInfo;
- }
- /**
- * @return Google_Service_AndroidManagement_UserFacingMessage
- */
- public function getDeviceOwnerLockScreenInfo()
- {
- return $this->deviceOwnerLockScreenInfo;
- }
- public function setEncryptionPolicy($encryptionPolicy)
- {
- $this->encryptionPolicy = $encryptionPolicy;
- }
- public function getEncryptionPolicy()
- {
- return $this->encryptionPolicy;
- }
- public function setEnsureVerifyAppsEnabled($ensureVerifyAppsEnabled)
- {
- $this->ensureVerifyAppsEnabled = $ensureVerifyAppsEnabled;
- }
- public function getEnsureVerifyAppsEnabled()
- {
- return $this->ensureVerifyAppsEnabled;
- }
- public function setFactoryResetDisabled($factoryResetDisabled)
- {
- $this->factoryResetDisabled = $factoryResetDisabled;
- }
- public function getFactoryResetDisabled()
- {
- return $this->factoryResetDisabled;
- }
- public function setFrpAdminEmails($frpAdminEmails)
- {
- $this->frpAdminEmails = $frpAdminEmails;
- }
- public function getFrpAdminEmails()
- {
- return $this->frpAdminEmails;
- }
- public function setFunDisabled($funDisabled)
- {
- $this->funDisabled = $funDisabled;
- }
- public function getFunDisabled()
- {
- return $this->funDisabled;
- }
- public function setInstallAppsDisabled($installAppsDisabled)
- {
- $this->installAppsDisabled = $installAppsDisabled;
- }
- public function getInstallAppsDisabled()
- {
- return $this->installAppsDisabled;
- }
- public function setInstallUnknownSourcesAllowed($installUnknownSourcesAllowed)
- {
- $this->installUnknownSourcesAllowed = $installUnknownSourcesAllowed;
- }
- public function getInstallUnknownSourcesAllowed()
- {
- return $this->installUnknownSourcesAllowed;
- }
- public function setKeyguardDisabled($keyguardDisabled)
- {
- $this->keyguardDisabled = $keyguardDisabled;
- }
- public function getKeyguardDisabled()
- {
- return $this->keyguardDisabled;
- }
- public function setKeyguardDisabledFeatures($keyguardDisabledFeatures)
- {
- $this->keyguardDisabledFeatures = $keyguardDisabledFeatures;
- }
- public function getKeyguardDisabledFeatures()
- {
- return $this->keyguardDisabledFeatures;
- }
- public function setKioskCustomLauncherEnabled($kioskCustomLauncherEnabled)
- {
- $this->kioskCustomLauncherEnabled = $kioskCustomLauncherEnabled;
- }
- public function getKioskCustomLauncherEnabled()
- {
- return $this->kioskCustomLauncherEnabled;
- }
- public function setLocationMode($locationMode)
- {
- $this->locationMode = $locationMode;
- }
- public function getLocationMode()
- {
- return $this->locationMode;
- }
- /**
- * @param Google_Service_AndroidManagement_UserFacingMessage
- */
- public function setLongSupportMessage(Google_Service_AndroidManagement_UserFacingMessage $longSupportMessage)
- {
- $this->longSupportMessage = $longSupportMessage;
- }
- /**
- * @return Google_Service_AndroidManagement_UserFacingMessage
- */
- public function getLongSupportMessage()
- {
- return $this->longSupportMessage;
- }
- public function setMaximumTimeToLock($maximumTimeToLock)
- {
- $this->maximumTimeToLock = $maximumTimeToLock;
- }
- public function getMaximumTimeToLock()
- {
- return $this->maximumTimeToLock;
- }
- public function setMobileNetworksConfigDisabled($mobileNetworksConfigDisabled)
- {
- $this->mobileNetworksConfigDisabled = $mobileNetworksConfigDisabled;
- }
- public function getMobileNetworksConfigDisabled()
- {
- return $this->mobileNetworksConfigDisabled;
- }
- public function setModifyAccountsDisabled($modifyAccountsDisabled)
- {
- $this->modifyAccountsDisabled = $modifyAccountsDisabled;
- }
- public function getModifyAccountsDisabled()
- {
- return $this->modifyAccountsDisabled;
- }
- public function setMountPhysicalMediaDisabled($mountPhysicalMediaDisabled)
- {
- $this->mountPhysicalMediaDisabled = $mountPhysicalMediaDisabled;
- }
- public function getMountPhysicalMediaDisabled()
- {
- return $this->mountPhysicalMediaDisabled;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
- public function getName()
- {
- return $this->name;
- }
- public function setNetworkEscapeHatchEnabled($networkEscapeHatchEnabled)
- {
- $this->networkEscapeHatchEnabled = $networkEscapeHatchEnabled;
- }
- public function getNetworkEscapeHatchEnabled()
- {
- return $this->networkEscapeHatchEnabled;
- }
- public function setNetworkResetDisabled($networkResetDisabled)
- {
- $this->networkResetDisabled = $networkResetDisabled;
- }
- public function getNetworkResetDisabled()
- {
- return $this->networkResetDisabled;
- }
- public function setOpenNetworkConfiguration($openNetworkConfiguration)
- {
- $this->openNetworkConfiguration = $openNetworkConfiguration;
- }
- public function getOpenNetworkConfiguration()
- {
- return $this->openNetworkConfiguration;
- }
- public function setOutgoingBeamDisabled($outgoingBeamDisabled)
- {
- $this->outgoingBeamDisabled = $outgoingBeamDisabled;
- }
- public function getOutgoingBeamDisabled()
- {
- return $this->outgoingBeamDisabled;
- }
- public function setOutgoingCallsDisabled($outgoingCallsDisabled)
- {
- $this->outgoingCallsDisabled = $outgoingCallsDisabled;
- }
- public function getOutgoingCallsDisabled()
- {
- return $this->outgoingCallsDisabled;
- }
- /**
- * @param Google_Service_AndroidManagement_PasswordRequirements
- */
- public function setPasswordRequirements(Google_Service_AndroidManagement_PasswordRequirements $passwordRequirements)
- {
- $this->passwordRequirements = $passwordRequirements;
- }
- /**
- * @return Google_Service_AndroidManagement_PasswordRequirements
- */
- public function getPasswordRequirements()
- {
- return $this->passwordRequirements;
- }
- /**
- * @param Google_Service_AndroidManagement_PackageNameList
- */
- public function setPermittedInputMethods(Google_Service_AndroidManagement_PackageNameList $permittedInputMethods)
- {
- $this->permittedInputMethods = $permittedInputMethods;
- }
- /**
- * @return Google_Service_AndroidManagement_PackageNameList
- */
- public function getPermittedInputMethods()
- {
- return $this->permittedInputMethods;
- }
- /**
- * @param Google_Service_AndroidManagement_PersistentPreferredActivity
- */
- public function setPersistentPreferredActivities($persistentPreferredActivities)
- {
- $this->persistentPreferredActivities = $persistentPreferredActivities;
- }
- /**
- * @return Google_Service_AndroidManagement_PersistentPreferredActivity
- */
- public function getPersistentPreferredActivities()
- {
- return $this->persistentPreferredActivities;
- }
- public function setPrivateKeySelectionEnabled($privateKeySelectionEnabled)
- {
- $this->privateKeySelectionEnabled = $privateKeySelectionEnabled;
- }
- public function getPrivateKeySelectionEnabled()
- {
- return $this->privateKeySelectionEnabled;
- }
- /**
- * @param Google_Service_AndroidManagement_ProxyInfo
- */
- public function setRecommendedGlobalProxy(Google_Service_AndroidManagement_ProxyInfo $recommendedGlobalProxy)
- {
- $this->recommendedGlobalProxy = $recommendedGlobalProxy;
- }
- /**
- * @return Google_Service_AndroidManagement_ProxyInfo
- */
- public function getRecommendedGlobalProxy()
- {
- return $this->recommendedGlobalProxy;
- }
- public function setRemoveUserDisabled($removeUserDisabled)
- {
- $this->removeUserDisabled = $removeUserDisabled;
- }
- public function getRemoveUserDisabled()
- {
- return $this->removeUserDisabled;
- }
- public function setSafeBootDisabled($safeBootDisabled)
- {
- $this->safeBootDisabled = $safeBootDisabled;
- }
- public function getSafeBootDisabled()
- {
- return $this->safeBootDisabled;
- }
- public function setScreenCaptureDisabled($screenCaptureDisabled)
- {
- $this->screenCaptureDisabled = $screenCaptureDisabled;
- }
- public function getScreenCaptureDisabled()
- {
- return $this->screenCaptureDisabled;
- }
- public function setSetUserIconDisabled($setUserIconDisabled)
- {
- $this->setUserIconDisabled = $setUserIconDisabled;
- }
- public function getSetUserIconDisabled()
- {
- return $this->setUserIconDisabled;
- }
- public function setSetWallpaperDisabled($setWallpaperDisabled)
- {
- $this->setWallpaperDisabled = $setWallpaperDisabled;
- }
- public function getSetWallpaperDisabled()
- {
- return $this->setWallpaperDisabled;
- }
- public function setShareLocationDisabled($shareLocationDisabled)
- {
- $this->shareLocationDisabled = $shareLocationDisabled;
- }
- public function getShareLocationDisabled()
- {
- return $this->shareLocationDisabled;
- }
- /**
- * @param Google_Service_AndroidManagement_UserFacingMessage
- */
- public function setShortSupportMessage(Google_Service_AndroidManagement_UserFacingMessage $shortSupportMessage)
- {
- $this->shortSupportMessage = $shortSupportMessage;
- }
- /**
- * @return Google_Service_AndroidManagement_UserFacingMessage
- */
- public function getShortSupportMessage()
- {
- return $this->shortSupportMessage;
- }
- public function setSkipFirstUseHintsEnabled($skipFirstUseHintsEnabled)
- {
- $this->skipFirstUseHintsEnabled = $skipFirstUseHintsEnabled;
- }
- public function getSkipFirstUseHintsEnabled()
- {
- return $this->skipFirstUseHintsEnabled;
- }
- public function setSmsDisabled($smsDisabled)
- {
- $this->smsDisabled = $smsDisabled;
- }
- public function getSmsDisabled()
- {
- return $this->smsDisabled;
- }
- public function setStatusBarDisabled($statusBarDisabled)
- {
- $this->statusBarDisabled = $statusBarDisabled;
- }
- public function getStatusBarDisabled()
- {
- return $this->statusBarDisabled;
- }
- /**
- * @param Google_Service_AndroidManagement_StatusReportingSettings
- */
- public function setStatusReportingSettings(Google_Service_AndroidManagement_StatusReportingSettings $statusReportingSettings)
- {
- $this->statusReportingSettings = $statusReportingSettings;
- }
- /**
- * @return Google_Service_AndroidManagement_StatusReportingSettings
- */
- public function getStatusReportingSettings()
- {
- return $this->statusReportingSettings;
- }
- public function setStayOnPluggedModes($stayOnPluggedModes)
- {
- $this->stayOnPluggedModes = $stayOnPluggedModes;
- }
- public function getStayOnPluggedModes()
- {
- return $this->stayOnPluggedModes;
- }
- /**
- * @param Google_Service_AndroidManagement_SystemUpdate
- */
- public function setSystemUpdate(Google_Service_AndroidManagement_SystemUpdate $systemUpdate)
- {
- $this->systemUpdate = $systemUpdate;
- }
- /**
- * @return Google_Service_AndroidManagement_SystemUpdate
- */
- public function getSystemUpdate()
- {
- return $this->systemUpdate;
- }
- public function setTetheringConfigDisabled($tetheringConfigDisabled)
- {
- $this->tetheringConfigDisabled = $tetheringConfigDisabled;
- }
- public function getTetheringConfigDisabled()
- {
- return $this->tetheringConfigDisabled;
- }
- public function setUninstallAppsDisabled($uninstallAppsDisabled)
- {
- $this->uninstallAppsDisabled = $uninstallAppsDisabled;
- }
- public function getUninstallAppsDisabled()
- {
- return $this->uninstallAppsDisabled;
- }
- public function setUnmuteMicrophoneDisabled($unmuteMicrophoneDisabled)
- {
- $this->unmuteMicrophoneDisabled = $unmuteMicrophoneDisabled;
- }
- public function getUnmuteMicrophoneDisabled()
- {
- return $this->unmuteMicrophoneDisabled;
- }
- public function setUsbFileTransferDisabled($usbFileTransferDisabled)
- {
- $this->usbFileTransferDisabled = $usbFileTransferDisabled;
- }
- public function getUsbFileTransferDisabled()
- {
- return $this->usbFileTransferDisabled;
- }
- public function setUsbMassStorageEnabled($usbMassStorageEnabled)
- {
- $this->usbMassStorageEnabled = $usbMassStorageEnabled;
- }
- public function getUsbMassStorageEnabled()
- {
- return $this->usbMassStorageEnabled;
- }
- public function setVersion($version)
- {
- $this->version = $version;
- }
- public function getVersion()
- {
- return $this->version;
- }
- public function setVpnConfigDisabled($vpnConfigDisabled)
- {
- $this->vpnConfigDisabled = $vpnConfigDisabled;
- }
- public function getVpnConfigDisabled()
- {
- return $this->vpnConfigDisabled;
- }
- public function setWifiConfigDisabled($wifiConfigDisabled)
- {
- $this->wifiConfigDisabled = $wifiConfigDisabled;
- }
- public function getWifiConfigDisabled()
- {
- return $this->wifiConfigDisabled;
- }
- public function setWifiConfigsLockdownEnabled($wifiConfigsLockdownEnabled)
- {
- $this->wifiConfigsLockdownEnabled = $wifiConfigsLockdownEnabled;
- }
- public function getWifiConfigsLockdownEnabled()
- {
- return $this->wifiConfigsLockdownEnabled;
- }
- }
|