You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/model/HardwareInfo.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,8 @@ public final class HardwareInfo extends com.google.api.client.json.GenericJson {
132
132
privatejava.lang.Stringmodel;
133
133
134
134
/**
135
-
* The device serial number.
135
+
* The device serial number. However, for personally-owned devices running Android 12 and above,
136
+
* this is the same as the enterpriseSpecificId.
136
137
* The value may be {@code null}.
137
138
*/
138
139
@com.google.api.client.util.Key
@@ -380,15 +381,17 @@ public HardwareInfo setModel(java.lang.String model) {
380
381
}
381
382
382
383
/**
383
-
* The device serial number.
384
+
* The device serial number. However, for personally-owned devices running Android 12 and above,
385
+
* this is the same as the enterpriseSpecificId.
384
386
* @return value or {@code null} for none
385
387
*/
386
388
publicjava.lang.StringgetSerialNumber() {
387
389
returnserialNumber;
388
390
}
389
391
390
392
/**
391
-
* The device serial number.
393
+
* The device serial number. However, for personally-owned devices running Android 12 and above,
394
+
* this is the same as the enterpriseSpecificId.
392
395
* @param serialNumber serialNumber or {@code null} for none
0 commit comments