File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/vendor/microsoft/microsoft-graph/src/Model/LicenseUnitsDetail.php
Back
<?php /** * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. * * LicenseUnitsDetail File * PHP version 7 * * @category Library * @package Microsoft.Graph * @copyright © Microsoft Corporation. All rights reserved. * @license https://opensource.org/licenses/MIT MIT License * @version GIT: 1.4.0 * @link https://graph.microsoft.io/ */ namespace Microsoft\Graph\Model; /** * LicenseUnitsDetail class * * @category Model * @package Microsoft.Graph * @copyright © Microsoft Corporation. All rights reserved. * @license https://opensource.org/licenses/MIT MIT License * @version Release: 1.4.0 * @link https://graph.microsoft.io/ */ class LicenseUnitsDetail extends Entity { /** * Gets the enabled * The number of units that are enabled. * * @return int The enabled */ public function getEnabled() { if (array_key_exists("enabled", $this->_propDict)) { return $this->_propDict["enabled"]; } else { return null; } } /** * Sets the enabled * The number of units that are enabled. * * @param int $val The value of the enabled * * @return LicenseUnitsDetail */ public function setEnabled($val) { $this->_propDict["enabled"] = $val; return $this; } /** * Gets the suspended * The number of units that are suspended. * * @return int The suspended */ public function getSuspended() { if (array_key_exists("suspended", $this->_propDict)) { return $this->_propDict["suspended"]; } else { return null; } } /** * Sets the suspended * The number of units that are suspended. * * @param int $val The value of the suspended * * @return LicenseUnitsDetail */ public function setSuspended($val) { $this->_propDict["suspended"] = $val; return $this; } /** * Gets the warning * The number of units that are in warning status. * * @return int The warning */ public function getWarning() { if (array_key_exists("warning", $this->_propDict)) { return $this->_propDict["warning"]; } else { return null; } } /** * Sets the warning * The number of units that are in warning status. * * @param int $val The value of the warning * * @return LicenseUnitsDetail */ public function setWarning($val) { $this->_propDict["warning"] = $val; return $this; } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings