Package org.openapitools.client.model
Class DeviceProfile
java.lang.Object
org.openapitools.client.model.DeviceProfile
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-14T14:39:12.692995-05:00[America/Chicago]")
public class DeviceProfile
extends Object
DeviceProfile
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisplayName
(String displayName) boolean
Display name of the devicegetImei()
International Mobile Equipment Identity of the deviceName of the manufacturer of the devicegetMeid()
Mobile equipment identifier of the devicegetModel()
Model of the deviceVersion of the device OSGet platformIndicates if the device is registered at OktaIndicates if the device constains a secure hardware functionalitySerial number of the devicegetSid()
Windows Security identifier of the deviceWindows Trsted Platform Module hash valuegetUdid()
macOS Unique Device identifier of the deviceint
hashCode()
manufacturer
(String manufacturer) platform
(DevicePlatform platform) registered
(Boolean registered) secureHardwarePresent
(Boolean secureHardwarePresent) serialNumber
(String serialNumber) void
setDisplayName
(String displayName) void
void
setManufacturer
(String manufacturer) void
void
void
setOsVersion
(String osVersion) void
setPlatform
(DevicePlatform platform) void
setRegistered
(Boolean registered) void
setSecureHardwarePresent
(Boolean secureHardwarePresent) void
setSerialNumber
(String serialNumber) void
void
setTpmPublicKeyHash
(String tpmPublicKeyHash) void
toString()
tpmPublicKeyHash
(String tpmPublicKeyHash)
-
Field Details
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
JSON_PROPERTY_IMEI
- See Also:
-
JSON_PROPERTY_MANUFACTURER
- See Also:
-
JSON_PROPERTY_MEID
- See Also:
-
JSON_PROPERTY_MODEL
- See Also:
-
JSON_PROPERTY_OS_VERSION
- See Also:
-
JSON_PROPERTY_PLATFORM
- See Also:
-
JSON_PROPERTY_REGISTERED
- See Also:
-
JSON_PROPERTY_SECURE_HARDWARE_PRESENT
- See Also:
-
JSON_PROPERTY_SERIAL_NUMBER
- See Also:
-
JSON_PROPERTY_SID
- See Also:
-
JSON_PROPERTY_TPM_PUBLIC_KEY_HASH
- See Also:
-
JSON_PROPERTY_UDID
- See Also:
-
-
Constructor Details
-
DeviceProfile
public DeviceProfile()
-
-
Method Details
-
displayName
-
getDisplayName
Display name of the device- Returns:
- displayName
-
setDisplayName
-
imei
-
getImei
International Mobile Equipment Identity of the device- Returns:
- imei
-
setImei
-
manufacturer
-
getManufacturer
Name of the manufacturer of the device- Returns:
- manufacturer
-
setManufacturer
-
meid
-
getMeid
Mobile equipment identifier of the device- Returns:
- meid
-
setMeid
-
model
-
getModel
Model of the device- Returns:
- model
-
setModel
-
osVersion
-
getOsVersion
Version of the device OS- Returns:
- osVersion
-
setOsVersion
-
platform
-
getPlatform
Get platform- Returns:
- platform
-
setPlatform
-
registered
-
getRegistered
Indicates if the device is registered at Okta- Returns:
- registered
-
setRegistered
-
secureHardwarePresent
-
getSecureHardwarePresent
Indicates if the device constains a secure hardware functionality- Returns:
- secureHardwarePresent
-
setSecureHardwarePresent
-
serialNumber
-
getSerialNumber
Serial number of the device- Returns:
- serialNumber
-
setSerialNumber
-
sid
-
getSid
Windows Security identifier of the device- Returns:
- sid
-
setSid
-
tpmPublicKeyHash
-
getTpmPublicKeyHash
Windows Trsted Platform Module hash value- Returns:
- tpmPublicKeyHash
-
setTpmPublicKeyHash
-
udid
-
getUdid
macOS Unique Device identifier of the device- Returns:
- udid
-
setUdid
-
equals
-
hashCode
public int hashCode() -
toString
-