@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class DeviceProfile extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_DISK_ENCRYPTION_TYPE |
static String |
JSON_PROPERTY_DISPLAY_NAME |
static String |
JSON_PROPERTY_IMEI |
static String |
JSON_PROPERTY_INTEGRITY_JAILBREAK |
static String |
JSON_PROPERTY_MANUFACTURER |
static String |
JSON_PROPERTY_MEID |
static String |
JSON_PROPERTY_MODEL |
static String |
JSON_PROPERTY_OS_VERSION |
static String |
JSON_PROPERTY_PLATFORM |
static String |
JSON_PROPERTY_REGISTERED |
static String |
JSON_PROPERTY_SECURE_HARDWARE_PRESENT |
static String |
JSON_PROPERTY_SERIAL_NUMBER |
static String |
JSON_PROPERTY_SID |
static String |
JSON_PROPERTY_TPM_PUBLIC_KEY_HASH |
static String |
JSON_PROPERTY_UDID |
Constructor and Description |
---|
DeviceProfile() |
Modifier and Type | Method and Description |
---|---|
DeviceProfile |
diskEncryptionType(DiskEncryptionTypeDef diskEncryptionType) |
DeviceProfile |
displayName(String displayName) |
boolean |
equals(Object o) |
DiskEncryptionTypeDef |
getDiskEncryptionType()
Get diskEncryptionType
|
String |
getDisplayName()
Display name of the device
|
String |
getImei()
International Mobile Equipment Identity (IMEI) of the device
|
Boolean |
getIntegrityJailbreak()
Indicates if the device is jailbroken or rooted.
|
String |
getManufacturer()
Name of the manufacturer of the device
|
String |
getMeid()
Mobile equipment identifier of the device
|
String |
getModel()
Model of the device
|
String |
getOsVersion()
Version of the device OS
|
DevicePlatform |
getPlatform()
Get platform
|
Boolean |
getRegistered()
Indicates if the device is registered at Okta
|
Boolean |
getSecureHardwarePresent()
Indicates if the device contains a secure hardware functionality
|
String |
getSerialNumber()
Serial number of the device
|
String |
getSid()
Windows Security identifier of the device
|
String |
getTpmPublicKeyHash()
Windows Trsted Platform Module hash value
|
String |
getUdid()
macOS Unique Device identifier of the device
|
int |
hashCode() |
DeviceProfile |
imei(String imei) |
DeviceProfile |
integrityJailbreak(Boolean integrityJailbreak) |
DeviceProfile |
manufacturer(String manufacturer) |
DeviceProfile |
meid(String meid) |
DeviceProfile |
model(String model) |
DeviceProfile |
osVersion(String osVersion) |
DeviceProfile |
platform(DevicePlatform platform) |
DeviceProfile |
registered(Boolean registered) |
DeviceProfile |
secureHardwarePresent(Boolean secureHardwarePresent) |
DeviceProfile |
serialNumber(String serialNumber) |
void |
setDiskEncryptionType(DiskEncryptionTypeDef diskEncryptionType) |
void |
setDisplayName(String displayName) |
void |
setImei(String imei) |
void |
setIntegrityJailbreak(Boolean integrityJailbreak) |
void |
setManufacturer(String manufacturer) |
void |
setMeid(String meid) |
void |
setModel(String model) |
void |
setOsVersion(String osVersion) |
void |
setPlatform(DevicePlatform platform) |
void |
setRegistered(Boolean registered) |
void |
setSecureHardwarePresent(Boolean secureHardwarePresent) |
void |
setSerialNumber(String serialNumber) |
void |
setSid(String sid) |
void |
setTpmPublicKeyHash(String tpmPublicKeyHash) |
void |
setUdid(String udid) |
DeviceProfile |
sid(String sid) |
String |
toString() |
DeviceProfile |
tpmPublicKeyHash(String tpmPublicKeyHash) |
DeviceProfile |
udid(String udid) |
public static final String JSON_PROPERTY_DISK_ENCRYPTION_TYPE
public static final String JSON_PROPERTY_DISPLAY_NAME
public static final String JSON_PROPERTY_IMEI
public static final String JSON_PROPERTY_INTEGRITY_JAILBREAK
public static final String JSON_PROPERTY_MANUFACTURER
public static final String JSON_PROPERTY_MEID
public static final String JSON_PROPERTY_MODEL
public static final String JSON_PROPERTY_OS_VERSION
public static final String JSON_PROPERTY_PLATFORM
public static final String JSON_PROPERTY_REGISTERED
public static final String JSON_PROPERTY_SECURE_HARDWARE_PRESENT
public static final String JSON_PROPERTY_SERIAL_NUMBER
public static final String JSON_PROPERTY_SID
public static final String JSON_PROPERTY_TPM_PUBLIC_KEY_HASH
public static final String JSON_PROPERTY_UDID
public DeviceProfile diskEncryptionType(DiskEncryptionTypeDef diskEncryptionType)
@Nullable public DiskEncryptionTypeDef getDiskEncryptionType()
public void setDiskEncryptionType(DiskEncryptionTypeDef diskEncryptionType)
public DeviceProfile displayName(String displayName)
@Nonnull public String getDisplayName()
public void setDisplayName(String displayName)
public DeviceProfile imei(String imei)
@Nullable public String getImei()
public void setImei(String imei)
public DeviceProfile integrityJailbreak(Boolean integrityJailbreak)
@Nullable public Boolean getIntegrityJailbreak()
public void setIntegrityJailbreak(Boolean integrityJailbreak)
public DeviceProfile manufacturer(String manufacturer)
@Nullable public String getManufacturer()
public void setManufacturer(String manufacturer)
public DeviceProfile meid(String meid)
public void setMeid(String meid)
public DeviceProfile model(String model)
public void setModel(String model)
public DeviceProfile osVersion(String osVersion)
public void setOsVersion(String osVersion)
public DeviceProfile platform(DevicePlatform platform)
@Nonnull public DevicePlatform getPlatform()
public void setPlatform(DevicePlatform platform)
public DeviceProfile registered(Boolean registered)
@Nonnull public Boolean getRegistered()
public void setRegistered(Boolean registered)
public DeviceProfile secureHardwarePresent(Boolean secureHardwarePresent)
@Nullable public Boolean getSecureHardwarePresent()
public void setSecureHardwarePresent(Boolean secureHardwarePresent)
public DeviceProfile serialNumber(String serialNumber)
@Nullable public String getSerialNumber()
public void setSerialNumber(String serialNumber)
public DeviceProfile sid(String sid)
public void setSid(String sid)
public DeviceProfile tpmPublicKeyHash(String tpmPublicKeyHash)
@Nullable public String getTpmPublicKeyHash()
public void setTpmPublicKeyHash(String tpmPublicKeyHash)
public DeviceProfile udid(String udid)
@Nullable public String getUdid()
public void setUdid(String udid)
Copyright © 2017–2023 Okta. All rights reserved.