@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class DeviceAssuranceWindowsPlatform 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 |
static String |
JSON_PROPERTY_THIRD_PARTY_SIGNAL_PROVIDERS |
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 |
---|
DeviceAssuranceWindowsPlatform() |
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 static final String JSON_PROPERTY_THIRD_PARTY_SIGNAL_PROVIDERS
public DeviceAssuranceWindowsPlatform diskEncryptionType(DeviceAssuranceAndroidPlatformAllOfDiskEncryptionType diskEncryptionType)
@Nullable public DeviceAssuranceAndroidPlatformAllOfDiskEncryptionType getDiskEncryptionType()
public void setDiskEncryptionType(DeviceAssuranceAndroidPlatformAllOfDiskEncryptionType diskEncryptionType)
public DeviceAssuranceWindowsPlatform jailbreak(Boolean jailbreak)
public void setJailbreak(Boolean jailbreak)
public DeviceAssuranceWindowsPlatform osVersion(OSVersion osVersion)
public void setOsVersion(OSVersion osVersion)
public DeviceAssuranceWindowsPlatform screenLockType(DeviceAssuranceAndroidPlatformAllOfScreenLockType screenLockType)
@Nullable public DeviceAssuranceAndroidPlatformAllOfScreenLockType getScreenLockType()
public void setScreenLockType(DeviceAssuranceAndroidPlatformAllOfScreenLockType screenLockType)
public DeviceAssuranceWindowsPlatform secureHardwarePresent(Boolean secureHardwarePresent)
@Nullable public Boolean getSecureHardwarePresent()
public void setSecureHardwarePresent(Boolean secureHardwarePresent)
public DeviceAssuranceWindowsPlatform thirdPartySignalProviders(DeviceAssuranceWindowsPlatformAllOfThirdPartySignalProviders thirdPartySignalProviders)
@Nullable public DeviceAssuranceWindowsPlatformAllOfThirdPartySignalProviders getThirdPartySignalProviders()
public void setThirdPartySignalProviders(DeviceAssuranceWindowsPlatformAllOfThirdPartySignalProviders thirdPartySignalProviders)
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.