@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class DeviceProfile
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_DISPLAY_NAME |
static java.lang.String |
JSON_PROPERTY_IMEI |
static java.lang.String |
JSON_PROPERTY_MANUFACTURER |
static java.lang.String |
JSON_PROPERTY_MEID |
static java.lang.String |
JSON_PROPERTY_MODEL |
static java.lang.String |
JSON_PROPERTY_OS_VERSION |
static java.lang.String |
JSON_PROPERTY_PLATFORM |
static java.lang.String |
JSON_PROPERTY_REGISTERED |
static java.lang.String |
JSON_PROPERTY_SECURE_HARDWARE_PRESENT |
static java.lang.String |
JSON_PROPERTY_SERIAL_NUMBER |
static java.lang.String |
JSON_PROPERTY_SID |
static java.lang.String |
JSON_PROPERTY_TPM_PUBLIC_KEY_HASH |
static java.lang.String |
JSON_PROPERTY_UDID |
Constructor and Description |
---|
DeviceProfile() |
Modifier and Type | Method and Description |
---|---|
DeviceProfile |
displayName(java.lang.String displayName) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDisplayName()
Display name of the device
|
java.lang.String |
getImei()
International Mobile Equipment Identity of the device
|
java.lang.String |
getManufacturer()
Name of the manufacturer of the device
|
java.lang.String |
getMeid()
Mobile equipment identifier of the device
|
java.lang.String |
getModel()
Model of the device
|
java.lang.String |
getOsVersion()
Version of the device OS
|
DevicePlatform |
getPlatform()
Get platform
|
java.lang.Boolean |
getRegistered()
Indicates if the device is registered at Okta
|
java.lang.Boolean |
getSecureHardwarePresent()
Indicates if the device constains a secure hardware functionality
|
java.lang.String |
getSerialNumber()
Serial number of the device
|
java.lang.String |
getSid()
Windows Security identifier of the device
|
java.lang.String |
getTpmPublicKeyHash()
Windows Trsted Platform Module hash value
|
java.lang.String |
getUdid()
macOS Unique Device identifier of the device
|
int |
hashCode() |
DeviceProfile |
imei(java.lang.String imei) |
DeviceProfile |
manufacturer(java.lang.String manufacturer) |
DeviceProfile |
meid(java.lang.String meid) |
DeviceProfile |
model(java.lang.String model) |
DeviceProfile |
osVersion(java.lang.String osVersion) |
DeviceProfile |
platform(DevicePlatform platform) |
DeviceProfile |
registered(java.lang.Boolean registered) |
DeviceProfile |
secureHardwarePresent(java.lang.Boolean secureHardwarePresent) |
DeviceProfile |
serialNumber(java.lang.String serialNumber) |
void |
setDisplayName(java.lang.String displayName) |
void |
setImei(java.lang.String imei) |
void |
setManufacturer(java.lang.String manufacturer) |
void |
setMeid(java.lang.String meid) |
void |
setModel(java.lang.String model) |
void |
setOsVersion(java.lang.String osVersion) |
void |
setPlatform(DevicePlatform platform) |
void |
setRegistered(java.lang.Boolean registered) |
void |
setSecureHardwarePresent(java.lang.Boolean secureHardwarePresent) |
void |
setSerialNumber(java.lang.String serialNumber) |
void |
setSid(java.lang.String sid) |
void |
setTpmPublicKeyHash(java.lang.String tpmPublicKeyHash) |
void |
setUdid(java.lang.String udid) |
DeviceProfile |
sid(java.lang.String sid) |
java.lang.String |
toString() |
DeviceProfile |
tpmPublicKeyHash(java.lang.String tpmPublicKeyHash) |
DeviceProfile |
udid(java.lang.String udid) |
public static final java.lang.String JSON_PROPERTY_DISPLAY_NAME
public static final java.lang.String JSON_PROPERTY_IMEI
public static final java.lang.String JSON_PROPERTY_MANUFACTURER
public static final java.lang.String JSON_PROPERTY_MEID
public static final java.lang.String JSON_PROPERTY_MODEL
public static final java.lang.String JSON_PROPERTY_OS_VERSION
public static final java.lang.String JSON_PROPERTY_PLATFORM
public static final java.lang.String JSON_PROPERTY_REGISTERED
public static final java.lang.String JSON_PROPERTY_SECURE_HARDWARE_PRESENT
public static final java.lang.String JSON_PROPERTY_SERIAL_NUMBER
public static final java.lang.String JSON_PROPERTY_SID
public static final java.lang.String JSON_PROPERTY_TPM_PUBLIC_KEY_HASH
public static final java.lang.String JSON_PROPERTY_UDID
public DeviceProfile displayName(java.lang.String displayName)
@Nonnull public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
public DeviceProfile imei(java.lang.String imei)
@Nullable public java.lang.String getImei()
public void setImei(java.lang.String imei)
public DeviceProfile manufacturer(java.lang.String manufacturer)
@Nullable public java.lang.String getManufacturer()
public void setManufacturer(java.lang.String manufacturer)
public DeviceProfile meid(java.lang.String meid)
@Nullable public java.lang.String getMeid()
public void setMeid(java.lang.String meid)
public DeviceProfile model(java.lang.String model)
@Nullable public java.lang.String getModel()
public void setModel(java.lang.String model)
public DeviceProfile osVersion(java.lang.String osVersion)
@Nullable public java.lang.String getOsVersion()
public void setOsVersion(java.lang.String osVersion)
public DeviceProfile platform(DevicePlatform platform)
@Nonnull public DevicePlatform getPlatform()
public void setPlatform(DevicePlatform platform)
public DeviceProfile registered(java.lang.Boolean registered)
@Nonnull public java.lang.Boolean getRegistered()
public void setRegistered(java.lang.Boolean registered)
public DeviceProfile secureHardwarePresent(java.lang.Boolean secureHardwarePresent)
@Nullable public java.lang.Boolean getSecureHardwarePresent()
public void setSecureHardwarePresent(java.lang.Boolean secureHardwarePresent)
public DeviceProfile serialNumber(java.lang.String serialNumber)
@Nullable public java.lang.String getSerialNumber()
public void setSerialNumber(java.lang.String serialNumber)
public DeviceProfile sid(java.lang.String sid)
@Nullable public java.lang.String getSid()
public void setSid(java.lang.String sid)
public DeviceProfile tpmPublicKeyHash(java.lang.String tpmPublicKeyHash)
@Nullable public java.lang.String getTpmPublicKeyHash()
public void setTpmPublicKeyHash(java.lang.String tpmPublicKeyHash)
public DeviceProfile udid(java.lang.String udid)
@Nullable public java.lang.String getUdid()
public void setUdid(java.lang.String udid)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017-2022 Okta. All Rights Reserved.