ameliabooking
/
vendor
/
microsoft
/
microsoft-graph
/
src
/
Model
/
AndroidMinimumOperatingSystem.php
AndroidMinimumOperatingSystem.php
| 1 | <?php |
| 2 | /** |
| 3 | * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. |
| 4 | * |
| 5 | * AndroidMinimumOperatingSystem File |
| 6 | * PHP version 7 |
| 7 | * |
| 8 | * @category Library |
| 9 | * @package Microsoft.Graph |
| 10 | * @copyright (c) Microsoft Corporation. All rights reserved. |
| 11 | * @license https://opensource.org/licenses/MIT MIT License |
| 12 | * @link https://graph.microsoft.com |
| 13 | */ |
| 14 | namespace Microsoft\Graph\Model; |
| 15 | /** |
| 16 | * AndroidMinimumOperatingSystem class |
| 17 | * |
| 18 | * @category Model |
| 19 | * @package Microsoft.Graph |
| 20 | * @copyright (c) Microsoft Corporation. All rights reserved. |
| 21 | * @license https://opensource.org/licenses/MIT MIT License |
| 22 | * @link https://graph.microsoft.com |
| 23 | */ |
| 24 | class AndroidMinimumOperatingSystem extends Entity |
| 25 | { |
| 26 | /** |
| 27 | * Gets the v10_0 |
| 28 | * Version 10.0 or later. |
| 29 | * |
| 30 | * @return bool|null The v10_0 |
| 31 | */ |
| 32 | public function getV10_0() |
| 33 | { |
| 34 | if (array_key_exists("v100", $this->_propDict)) { |
| 35 | return $this->_propDict["v100"]; |
| 36 | } else { |
| 37 | return null; |
| 38 | } |
| 39 | } |
| 40 | |
| 41 | /** |
| 42 | * Sets the v10_0 |
| 43 | * Version 10.0 or later. |
| 44 | * |
| 45 | * @param bool $val The value of the v10_0 |
| 46 | * |
| 47 | * @return AndroidMinimumOperatingSystem |
| 48 | */ |
| 49 | public function setV10_0($val) |
| 50 | { |
| 51 | $this->_propDict["v100"] = $val; |
| 52 | return $this; |
| 53 | } |
| 54 | /** |
| 55 | * Gets the v11_0 |
| 56 | * Version 11.0 or later. |
| 57 | * |
| 58 | * @return bool|null The v11_0 |
| 59 | */ |
| 60 | public function getV11_0() |
| 61 | { |
| 62 | if (array_key_exists("v110", $this->_propDict)) { |
| 63 | return $this->_propDict["v110"]; |
| 64 | } else { |
| 65 | return null; |
| 66 | } |
| 67 | } |
| 68 | |
| 69 | /** |
| 70 | * Sets the v11_0 |
| 71 | * Version 11.0 or later. |
| 72 | * |
| 73 | * @param bool $val The value of the v11_0 |
| 74 | * |
| 75 | * @return AndroidMinimumOperatingSystem |
| 76 | */ |
| 77 | public function setV11_0($val) |
| 78 | { |
| 79 | $this->_propDict["v110"] = $val; |
| 80 | return $this; |
| 81 | } |
| 82 | /** |
| 83 | * Gets the v4_0 |
| 84 | * Version 4.0 or later. |
| 85 | * |
| 86 | * @return bool|null The v4_0 |
| 87 | */ |
| 88 | public function getV4_0() |
| 89 | { |
| 90 | if (array_key_exists("v40", $this->_propDict)) { |
| 91 | return $this->_propDict["v40"]; |
| 92 | } else { |
| 93 | return null; |
| 94 | } |
| 95 | } |
| 96 | |
| 97 | /** |
| 98 | * Sets the v4_0 |
| 99 | * Version 4.0 or later. |
| 100 | * |
| 101 | * @param bool $val The value of the v4_0 |
| 102 | * |
| 103 | * @return AndroidMinimumOperatingSystem |
| 104 | */ |
| 105 | public function setV4_0($val) |
| 106 | { |
| 107 | $this->_propDict["v40"] = $val; |
| 108 | return $this; |
| 109 | } |
| 110 | /** |
| 111 | * Gets the v4_0_3 |
| 112 | * Version 4.0.3 or later. |
| 113 | * |
| 114 | * @return bool|null The v4_0_3 |
| 115 | */ |
| 116 | public function getV4_0_3() |
| 117 | { |
| 118 | if (array_key_exists("v403", $this->_propDict)) { |
| 119 | return $this->_propDict["v403"]; |
| 120 | } else { |
| 121 | return null; |
| 122 | } |
| 123 | } |
| 124 | |
| 125 | /** |
| 126 | * Sets the v4_0_3 |
| 127 | * Version 4.0.3 or later. |
| 128 | * |
| 129 | * @param bool $val The value of the v4_0_3 |
| 130 | * |
| 131 | * @return AndroidMinimumOperatingSystem |
| 132 | */ |
| 133 | public function setV4_0_3($val) |
| 134 | { |
| 135 | $this->_propDict["v403"] = $val; |
| 136 | return $this; |
| 137 | } |
| 138 | /** |
| 139 | * Gets the v4_1 |
| 140 | * Version 4.1 or later. |
| 141 | * |
| 142 | * @return bool|null The v4_1 |
| 143 | */ |
| 144 | public function getV4_1() |
| 145 | { |
| 146 | if (array_key_exists("v41", $this->_propDict)) { |
| 147 | return $this->_propDict["v41"]; |
| 148 | } else { |
| 149 | return null; |
| 150 | } |
| 151 | } |
| 152 | |
| 153 | /** |
| 154 | * Sets the v4_1 |
| 155 | * Version 4.1 or later. |
| 156 | * |
| 157 | * @param bool $val The value of the v4_1 |
| 158 | * |
| 159 | * @return AndroidMinimumOperatingSystem |
| 160 | */ |
| 161 | public function setV4_1($val) |
| 162 | { |
| 163 | $this->_propDict["v41"] = $val; |
| 164 | return $this; |
| 165 | } |
| 166 | /** |
| 167 | * Gets the v4_2 |
| 168 | * Version 4.2 or later. |
| 169 | * |
| 170 | * @return bool|null The v4_2 |
| 171 | */ |
| 172 | public function getV4_2() |
| 173 | { |
| 174 | if (array_key_exists("v42", $this->_propDict)) { |
| 175 | return $this->_propDict["v42"]; |
| 176 | } else { |
| 177 | return null; |
| 178 | } |
| 179 | } |
| 180 | |
| 181 | /** |
| 182 | * Sets the v4_2 |
| 183 | * Version 4.2 or later. |
| 184 | * |
| 185 | * @param bool $val The value of the v4_2 |
| 186 | * |
| 187 | * @return AndroidMinimumOperatingSystem |
| 188 | */ |
| 189 | public function setV4_2($val) |
| 190 | { |
| 191 | $this->_propDict["v42"] = $val; |
| 192 | return $this; |
| 193 | } |
| 194 | /** |
| 195 | * Gets the v4_3 |
| 196 | * Version 4.3 or later. |
| 197 | * |
| 198 | * @return bool|null The v4_3 |
| 199 | */ |
| 200 | public function getV4_3() |
| 201 | { |
| 202 | if (array_key_exists("v43", $this->_propDict)) { |
| 203 | return $this->_propDict["v43"]; |
| 204 | } else { |
| 205 | return null; |
| 206 | } |
| 207 | } |
| 208 | |
| 209 | /** |
| 210 | * Sets the v4_3 |
| 211 | * Version 4.3 or later. |
| 212 | * |
| 213 | * @param bool $val The value of the v4_3 |
| 214 | * |
| 215 | * @return AndroidMinimumOperatingSystem |
| 216 | */ |
| 217 | public function setV4_3($val) |
| 218 | { |
| 219 | $this->_propDict["v43"] = $val; |
| 220 | return $this; |
| 221 | } |
| 222 | /** |
| 223 | * Gets the v4_4 |
| 224 | * Version 4.4 or later. |
| 225 | * |
| 226 | * @return bool|null The v4_4 |
| 227 | */ |
| 228 | public function getV4_4() |
| 229 | { |
| 230 | if (array_key_exists("v44", $this->_propDict)) { |
| 231 | return $this->_propDict["v44"]; |
| 232 | } else { |
| 233 | return null; |
| 234 | } |
| 235 | } |
| 236 | |
| 237 | /** |
| 238 | * Sets the v4_4 |
| 239 | * Version 4.4 or later. |
| 240 | * |
| 241 | * @param bool $val The value of the v4_4 |
| 242 | * |
| 243 | * @return AndroidMinimumOperatingSystem |
| 244 | */ |
| 245 | public function setV4_4($val) |
| 246 | { |
| 247 | $this->_propDict["v44"] = $val; |
| 248 | return $this; |
| 249 | } |
| 250 | /** |
| 251 | * Gets the v5_0 |
| 252 | * Version 5.0 or later. |
| 253 | * |
| 254 | * @return bool|null The v5_0 |
| 255 | */ |
| 256 | public function getV5_0() |
| 257 | { |
| 258 | if (array_key_exists("v50", $this->_propDict)) { |
| 259 | return $this->_propDict["v50"]; |
| 260 | } else { |
| 261 | return null; |
| 262 | } |
| 263 | } |
| 264 | |
| 265 | /** |
| 266 | * Sets the v5_0 |
| 267 | * Version 5.0 or later. |
| 268 | * |
| 269 | * @param bool $val The value of the v5_0 |
| 270 | * |
| 271 | * @return AndroidMinimumOperatingSystem |
| 272 | */ |
| 273 | public function setV5_0($val) |
| 274 | { |
| 275 | $this->_propDict["v50"] = $val; |
| 276 | return $this; |
| 277 | } |
| 278 | /** |
| 279 | * Gets the v5_1 |
| 280 | * Version 5.1 or later. |
| 281 | * |
| 282 | * @return bool|null The v5_1 |
| 283 | */ |
| 284 | public function getV5_1() |
| 285 | { |
| 286 | if (array_key_exists("v51", $this->_propDict)) { |
| 287 | return $this->_propDict["v51"]; |
| 288 | } else { |
| 289 | return null; |
| 290 | } |
| 291 | } |
| 292 | |
| 293 | /** |
| 294 | * Sets the v5_1 |
| 295 | * Version 5.1 or later. |
| 296 | * |
| 297 | * @param bool $val The value of the v5_1 |
| 298 | * |
| 299 | * @return AndroidMinimumOperatingSystem |
| 300 | */ |
| 301 | public function setV5_1($val) |
| 302 | { |
| 303 | $this->_propDict["v51"] = $val; |
| 304 | return $this; |
| 305 | } |
| 306 | } |
| 307 |