Package com.okta.sdk.resource.model
Class DeviceAssuranceMacOSPlatform
java.lang.Object
com.okta.sdk.resource.model.DeviceAssurance
com.okta.sdk.resource.model.DeviceAssuranceMacOSPlatform
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class DeviceAssuranceMacOSPlatform
extends DeviceAssurance
implements Serializable
DeviceAssuranceMacOSPlatform
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
Fields inherited from class com.okta.sdk.resource.model.DeviceAssurance
JSON_PROPERTY_CREATED_BY, JSON_PROPERTY_CREATED_DATE, JSON_PROPERTY_ID, JSON_PROPERTY_LAST_UPDATE, JSON_PROPERTY_LAST_UPDATED_BY, JSON_PROPERTY_LINKS, JSON_PROPERTY_NAME, JSON_PROPERTY_PLATFORM, platform
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondiskEncryptionType
(DeviceAssuranceMacOSPlatformAllOfDiskEncryptionType diskEncryptionType) boolean
Get diskEncryptionTypeGet osVersionGet screenLockTypeGet secureHardwarePresentGet thirdPartySignalProvidersint
hashCode()
screenLockType
(DeviceAssuranceAndroidPlatformAllOfScreenLockType screenLockType) secureHardwarePresent
(Boolean secureHardwarePresent) void
setDiskEncryptionType
(DeviceAssuranceMacOSPlatformAllOfDiskEncryptionType diskEncryptionType) void
setOsVersion
(OSVersion osVersion) void
setScreenLockType
(DeviceAssuranceAndroidPlatformAllOfScreenLockType screenLockType) void
setSecureHardwarePresent
(Boolean secureHardwarePresent) void
setThirdPartySignalProviders
(DeviceAssuranceMacOSPlatformAllOfThirdPartySignalProviders thirdPartySignalProviders) thirdPartySignalProviders
(DeviceAssuranceMacOSPlatformAllOfThirdPartySignalProviders thirdPartySignalProviders) toString()
Methods inherited from class com.okta.sdk.resource.model.DeviceAssurance
getCreatedBy, getCreatedDate, getId, getLastUpdate, getLastUpdatedBy, getLinks, getName, getPlatform, links, name, platform, setLinks, setName, setPlatform
-
Field Details
-
JSON_PROPERTY_DISK_ENCRYPTION_TYPE
- See Also:
-
JSON_PROPERTY_OS_VERSION
- See Also:
-
JSON_PROPERTY_SCREEN_LOCK_TYPE
- See Also:
-
JSON_PROPERTY_SECURE_HARDWARE_PRESENT
- See Also:
-
JSON_PROPERTY_THIRD_PARTY_SIGNAL_PROVIDERS
- See Also:
-
-
Constructor Details
-
DeviceAssuranceMacOSPlatform
public DeviceAssuranceMacOSPlatform()
-
-
Method Details
-
diskEncryptionType
public DeviceAssuranceMacOSPlatform diskEncryptionType(DeviceAssuranceMacOSPlatformAllOfDiskEncryptionType diskEncryptionType) -
getDiskEncryptionType
Get diskEncryptionType- Returns:
- diskEncryptionType
-
setDiskEncryptionType
public void setDiskEncryptionType(DeviceAssuranceMacOSPlatformAllOfDiskEncryptionType diskEncryptionType) -
osVersion
-
getOsVersion
Get osVersion- Returns:
- osVersion
-
setOsVersion
-
screenLockType
public DeviceAssuranceMacOSPlatform screenLockType(DeviceAssuranceAndroidPlatformAllOfScreenLockType screenLockType) -
getScreenLockType
Get screenLockType- Returns:
- screenLockType
-
setScreenLockType
-
secureHardwarePresent
-
getSecureHardwarePresent
Get secureHardwarePresent- Returns:
- secureHardwarePresent
-
setSecureHardwarePresent
-
thirdPartySignalProviders
public DeviceAssuranceMacOSPlatform thirdPartySignalProviders(DeviceAssuranceMacOSPlatformAllOfThirdPartySignalProviders thirdPartySignalProviders) -
getThirdPartySignalProviders
@Nullable public DeviceAssuranceMacOSPlatformAllOfThirdPartySignalProviders getThirdPartySignalProviders()Get thirdPartySignalProviders- Returns:
- thirdPartySignalProviders
-
setThirdPartySignalProviders
public void setThirdPartySignalProviders(DeviceAssuranceMacOSPlatformAllOfThirdPartySignalProviders thirdPartySignalProviders) -
equals
- Overrides:
equals
in classDeviceAssurance
-
hashCode
public int hashCode()- Overrides:
hashCode
in classDeviceAssurance
-
toString
- Overrides:
toString
in classDeviceAssurance
-