@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class DeviceAssuranceAndroidPlatform extends DeviceAssurance implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_DISK_ENCRYPTION_TYPE |
static String |
JSON_PROPERTY_JAILBREAK |
static String |
JSON_PROPERTY_OS_VERSION |
static String |
JSON_PROPERTY_SCREEN_LOCK_TYPE |
static String |
JSON_PROPERTY_SECURE_HARDWARE_PRESENT |
JSON_PROPERTY_CREATED_BY, JSON_PROPERTY_CREATED_DATE, JSON_PROPERTY_ID, JSON_PROPERTY_LAST_UPDATED_BY, JSON_PROPERTY_LAST_UPDATED_DATE, JSON_PROPERTY_LINKS, JSON_PROPERTY_NAME, JSON_PROPERTY_PLATFORM, platform
Constructor and Description |
---|
DeviceAssuranceAndroidPlatform() |
getCreatedBy, getCreatedDate, getId, getLastUpdatedBy, getLastUpdatedDate, getLinks, getName, getPlatform, links, name, platform, setLinks, setName, setPlatform
public static final String JSON_PROPERTY_DISK_ENCRYPTION_TYPE
public static final String JSON_PROPERTY_JAILBREAK
public static final String JSON_PROPERTY_OS_VERSION
public static final String JSON_PROPERTY_SCREEN_LOCK_TYPE
public static final String JSON_PROPERTY_SECURE_HARDWARE_PRESENT
public DeviceAssuranceAndroidPlatform diskEncryptionType(DeviceAssuranceAndroidPlatformAllOfDiskEncryptionType diskEncryptionType)
@Nullable public DeviceAssuranceAndroidPlatformAllOfDiskEncryptionType getDiskEncryptionType()
public void setDiskEncryptionType(DeviceAssuranceAndroidPlatformAllOfDiskEncryptionType diskEncryptionType)
public DeviceAssuranceAndroidPlatform jailbreak(Boolean jailbreak)
public void setJailbreak(Boolean jailbreak)
public DeviceAssuranceAndroidPlatform osVersion(OSVersion osVersion)
public void setOsVersion(OSVersion osVersion)
public DeviceAssuranceAndroidPlatform screenLockType(DeviceAssuranceAndroidPlatformAllOfScreenLockType screenLockType)
@Nullable public DeviceAssuranceAndroidPlatformAllOfScreenLockType getScreenLockType()
public void setScreenLockType(DeviceAssuranceAndroidPlatformAllOfScreenLockType screenLockType)
public DeviceAssuranceAndroidPlatform secureHardwarePresent(Boolean secureHardwarePresent)
@Nullable public Boolean getSecureHardwarePresent()
public void setSecureHardwarePresent(Boolean secureHardwarePresent)
public boolean equals(Object o)
equals
in class DeviceAssurance
public int hashCode()
hashCode
in class DeviceAssurance
public String toString()
toString
in class DeviceAssurance
Copyright © 2017–2023 Okta. All rights reserved.