source: vendor/google/apiclient-services/src/CloudIdentity/GoogleAppsCloudidentityDevicesV1Device.php

Last change on this file was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 9 days ago

Upload project files

  • Property mode set to 100644
File size: 10.8 KB
Line 
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
18namespace Google\Service\CloudIdentity;
19
20class GoogleAppsCloudidentityDevicesV1Device extends \Google\Collection
21{
22 protected $collection_key = 'wifiMacAddresses';
23 protected $androidSpecificAttributesType = GoogleAppsCloudidentityDevicesV1AndroidAttributes::class;
24 protected $androidSpecificAttributesDataType = '';
25 /**
26 * @var string
27 */
28 public $assetTag;
29 /**
30 * @var string
31 */
32 public $basebandVersion;
33 /**
34 * @var string
35 */
36 public $bootloaderVersion;
37 /**
38 * @var string
39 */
40 public $brand;
41 /**
42 * @var string
43 */
44 public $buildNumber;
45 /**
46 * @var string
47 */
48 public $compromisedState;
49 /**
50 * @var string
51 */
52 public $createTime;
53 /**
54 * @var string
55 */
56 public $deviceId;
57 /**
58 * @var string
59 */
60 public $deviceType;
61 /**
62 * @var bool
63 */
64 public $enabledDeveloperOptions;
65 /**
66 * @var bool
67 */
68 public $enabledUsbDebugging;
69 /**
70 * @var string
71 */
72 public $encryptionState;
73 protected $endpointVerificationSpecificAttributesType = GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes::class;
74 protected $endpointVerificationSpecificAttributesDataType = '';
75 /**
76 * @var string
77 */
78 public $hostname;
79 /**
80 * @var string
81 */
82 public $imei;
83 /**
84 * @var string
85 */
86 public $kernelVersion;
87 /**
88 * @var string
89 */
90 public $lastSyncTime;
91 /**
92 * @var string
93 */
94 public $managementState;
95 /**
96 * @var string
97 */
98 public $manufacturer;
99 /**
100 * @var string
101 */
102 public $meid;
103 /**
104 * @var string
105 */
106 public $model;
107 /**
108 * @var string
109 */
110 public $name;
111 /**
112 * @var string
113 */
114 public $networkOperator;
115 /**
116 * @var string
117 */
118 public $osVersion;
119 /**
120 * @var string[]
121 */
122 public $otherAccounts;
123 /**
124 * @var string
125 */
126 public $ownerType;
127 /**
128 * @var string
129 */
130 public $releaseVersion;
131 /**
132 * @var string
133 */
134 public $securityPatchTime;
135 /**
136 * @var string
137 */
138 public $serialNumber;
139 /**
140 * @var string
141 */
142 public $unifiedDeviceId;
143 /**
144 * @var string[]
145 */
146 public $wifiMacAddresses;
147
148 /**
149 * @param GoogleAppsCloudidentityDevicesV1AndroidAttributes
150 */
151 public function setAndroidSpecificAttributes(GoogleAppsCloudidentityDevicesV1AndroidAttributes $androidSpecificAttributes)
152 {
153 $this->androidSpecificAttributes = $androidSpecificAttributes;
154 }
155 /**
156 * @return GoogleAppsCloudidentityDevicesV1AndroidAttributes
157 */
158 public function getAndroidSpecificAttributes()
159 {
160 return $this->androidSpecificAttributes;
161 }
162 /**
163 * @param string
164 */
165 public function setAssetTag($assetTag)
166 {
167 $this->assetTag = $assetTag;
168 }
169 /**
170 * @return string
171 */
172 public function getAssetTag()
173 {
174 return $this->assetTag;
175 }
176 /**
177 * @param string
178 */
179 public function setBasebandVersion($basebandVersion)
180 {
181 $this->basebandVersion = $basebandVersion;
182 }
183 /**
184 * @return string
185 */
186 public function getBasebandVersion()
187 {
188 return $this->basebandVersion;
189 }
190 /**
191 * @param string
192 */
193 public function setBootloaderVersion($bootloaderVersion)
194 {
195 $this->bootloaderVersion = $bootloaderVersion;
196 }
197 /**
198 * @return string
199 */
200 public function getBootloaderVersion()
201 {
202 return $this->bootloaderVersion;
203 }
204 /**
205 * @param string
206 */
207 public function setBrand($brand)
208 {
209 $this->brand = $brand;
210 }
211 /**
212 * @return string
213 */
214 public function getBrand()
215 {
216 return $this->brand;
217 }
218 /**
219 * @param string
220 */
221 public function setBuildNumber($buildNumber)
222 {
223 $this->buildNumber = $buildNumber;
224 }
225 /**
226 * @return string
227 */
228 public function getBuildNumber()
229 {
230 return $this->buildNumber;
231 }
232 /**
233 * @param string
234 */
235 public function setCompromisedState($compromisedState)
236 {
237 $this->compromisedState = $compromisedState;
238 }
239 /**
240 * @return string
241 */
242 public function getCompromisedState()
243 {
244 return $this->compromisedState;
245 }
246 /**
247 * @param string
248 */
249 public function setCreateTime($createTime)
250 {
251 $this->createTime = $createTime;
252 }
253 /**
254 * @return string
255 */
256 public function getCreateTime()
257 {
258 return $this->createTime;
259 }
260 /**
261 * @param string
262 */
263 public function setDeviceId($deviceId)
264 {
265 $this->deviceId = $deviceId;
266 }
267 /**
268 * @return string
269 */
270 public function getDeviceId()
271 {
272 return $this->deviceId;
273 }
274 /**
275 * @param string
276 */
277 public function setDeviceType($deviceType)
278 {
279 $this->deviceType = $deviceType;
280 }
281 /**
282 * @return string
283 */
284 public function getDeviceType()
285 {
286 return $this->deviceType;
287 }
288 /**
289 * @param bool
290 */
291 public function setEnabledDeveloperOptions($enabledDeveloperOptions)
292 {
293 $this->enabledDeveloperOptions = $enabledDeveloperOptions;
294 }
295 /**
296 * @return bool
297 */
298 public function getEnabledDeveloperOptions()
299 {
300 return $this->enabledDeveloperOptions;
301 }
302 /**
303 * @param bool
304 */
305 public function setEnabledUsbDebugging($enabledUsbDebugging)
306 {
307 $this->enabledUsbDebugging = $enabledUsbDebugging;
308 }
309 /**
310 * @return bool
311 */
312 public function getEnabledUsbDebugging()
313 {
314 return $this->enabledUsbDebugging;
315 }
316 /**
317 * @param string
318 */
319 public function setEncryptionState($encryptionState)
320 {
321 $this->encryptionState = $encryptionState;
322 }
323 /**
324 * @return string
325 */
326 public function getEncryptionState()
327 {
328 return $this->encryptionState;
329 }
330 /**
331 * @param GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes
332 */
333 public function setEndpointVerificationSpecificAttributes(GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes $endpointVerificationSpecificAttributes)
334 {
335 $this->endpointVerificationSpecificAttributes = $endpointVerificationSpecificAttributes;
336 }
337 /**
338 * @return GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes
339 */
340 public function getEndpointVerificationSpecificAttributes()
341 {
342 return $this->endpointVerificationSpecificAttributes;
343 }
344 /**
345 * @param string
346 */
347 public function setHostname($hostname)
348 {
349 $this->hostname = $hostname;
350 }
351 /**
352 * @return string
353 */
354 public function getHostname()
355 {
356 return $this->hostname;
357 }
358 /**
359 * @param string
360 */
361 public function setImei($imei)
362 {
363 $this->imei = $imei;
364 }
365 /**
366 * @return string
367 */
368 public function getImei()
369 {
370 return $this->imei;
371 }
372 /**
373 * @param string
374 */
375 public function setKernelVersion($kernelVersion)
376 {
377 $this->kernelVersion = $kernelVersion;
378 }
379 /**
380 * @return string
381 */
382 public function getKernelVersion()
383 {
384 return $this->kernelVersion;
385 }
386 /**
387 * @param string
388 */
389 public function setLastSyncTime($lastSyncTime)
390 {
391 $this->lastSyncTime = $lastSyncTime;
392 }
393 /**
394 * @return string
395 */
396 public function getLastSyncTime()
397 {
398 return $this->lastSyncTime;
399 }
400 /**
401 * @param string
402 */
403 public function setManagementState($managementState)
404 {
405 $this->managementState = $managementState;
406 }
407 /**
408 * @return string
409 */
410 public function getManagementState()
411 {
412 return $this->managementState;
413 }
414 /**
415 * @param string
416 */
417 public function setManufacturer($manufacturer)
418 {
419 $this->manufacturer = $manufacturer;
420 }
421 /**
422 * @return string
423 */
424 public function getManufacturer()
425 {
426 return $this->manufacturer;
427 }
428 /**
429 * @param string
430 */
431 public function setMeid($meid)
432 {
433 $this->meid = $meid;
434 }
435 /**
436 * @return string
437 */
438 public function getMeid()
439 {
440 return $this->meid;
441 }
442 /**
443 * @param string
444 */
445 public function setModel($model)
446 {
447 $this->model = $model;
448 }
449 /**
450 * @return string
451 */
452 public function getModel()
453 {
454 return $this->model;
455 }
456 /**
457 * @param string
458 */
459 public function setName($name)
460 {
461 $this->name = $name;
462 }
463 /**
464 * @return string
465 */
466 public function getName()
467 {
468 return $this->name;
469 }
470 /**
471 * @param string
472 */
473 public function setNetworkOperator($networkOperator)
474 {
475 $this->networkOperator = $networkOperator;
476 }
477 /**
478 * @return string
479 */
480 public function getNetworkOperator()
481 {
482 return $this->networkOperator;
483 }
484 /**
485 * @param string
486 */
487 public function setOsVersion($osVersion)
488 {
489 $this->osVersion = $osVersion;
490 }
491 /**
492 * @return string
493 */
494 public function getOsVersion()
495 {
496 return $this->osVersion;
497 }
498 /**
499 * @param string[]
500 */
501 public function setOtherAccounts($otherAccounts)
502 {
503 $this->otherAccounts = $otherAccounts;
504 }
505 /**
506 * @return string[]
507 */
508 public function getOtherAccounts()
509 {
510 return $this->otherAccounts;
511 }
512 /**
513 * @param string
514 */
515 public function setOwnerType($ownerType)
516 {
517 $this->ownerType = $ownerType;
518 }
519 /**
520 * @return string
521 */
522 public function getOwnerType()
523 {
524 return $this->ownerType;
525 }
526 /**
527 * @param string
528 */
529 public function setReleaseVersion($releaseVersion)
530 {
531 $this->releaseVersion = $releaseVersion;
532 }
533 /**
534 * @return string
535 */
536 public function getReleaseVersion()
537 {
538 return $this->releaseVersion;
539 }
540 /**
541 * @param string
542 */
543 public function setSecurityPatchTime($securityPatchTime)
544 {
545 $this->securityPatchTime = $securityPatchTime;
546 }
547 /**
548 * @return string
549 */
550 public function getSecurityPatchTime()
551 {
552 return $this->securityPatchTime;
553 }
554 /**
555 * @param string
556 */
557 public function setSerialNumber($serialNumber)
558 {
559 $this->serialNumber = $serialNumber;
560 }
561 /**
562 * @return string
563 */
564 public function getSerialNumber()
565 {
566 return $this->serialNumber;
567 }
568 /**
569 * @param string
570 */
571 public function setUnifiedDeviceId($unifiedDeviceId)
572 {
573 $this->unifiedDeviceId = $unifiedDeviceId;
574 }
575 /**
576 * @return string
577 */
578 public function getUnifiedDeviceId()
579 {
580 return $this->unifiedDeviceId;
581 }
582 /**
583 * @param string[]
584 */
585 public function setWifiMacAddresses($wifiMacAddresses)
586 {
587 $this->wifiMacAddresses = $wifiMacAddresses;
588 }
589 /**
590 * @return string[]
591 */
592 public function getWifiMacAddresses()
593 {
594 return $this->wifiMacAddresses;
595 }
596}
597
598// Adding a class alias for backwards compatibility with the previous class name.
599class_alias(GoogleAppsCloudidentityDevicesV1Device::class, 'Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1Device');
Note: See TracBrowser for help on using the repository browser.