@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class DevicePolicyRuleCondition extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_MIGRATED |
static String |
JSON_PROPERTY_PLATFORM |
static String |
JSON_PROPERTY_ROOTED |
static String |
JSON_PROPERTY_TRUST_LEVEL |
Constructor and Description |
---|
DevicePolicyRuleCondition() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getMigrated()
Get migrated
|
DevicePolicyRuleConditionPlatform |
getPlatform()
Get platform
|
Boolean |
getRooted()
Get rooted
|
DevicePolicyTrustLevel |
getTrustLevel()
Get trustLevel
|
int |
hashCode() |
DevicePolicyRuleCondition |
migrated(Boolean migrated) |
DevicePolicyRuleCondition |
platform(DevicePolicyRuleConditionPlatform platform) |
DevicePolicyRuleCondition |
rooted(Boolean rooted) |
void |
setMigrated(Boolean migrated) |
void |
setPlatform(DevicePolicyRuleConditionPlatform platform) |
void |
setRooted(Boolean rooted) |
void |
setTrustLevel(DevicePolicyTrustLevel trustLevel) |
String |
toString() |
DevicePolicyRuleCondition |
trustLevel(DevicePolicyTrustLevel trustLevel) |
public static final String JSON_PROPERTY_MIGRATED
public static final String JSON_PROPERTY_PLATFORM
public static final String JSON_PROPERTY_ROOTED
public static final String JSON_PROPERTY_TRUST_LEVEL
public DevicePolicyRuleCondition migrated(Boolean migrated)
public void setMigrated(Boolean migrated)
public DevicePolicyRuleCondition platform(DevicePolicyRuleConditionPlatform platform)
@Nullable public DevicePolicyRuleConditionPlatform getPlatform()
public void setPlatform(DevicePolicyRuleConditionPlatform platform)
public DevicePolicyRuleCondition rooted(Boolean rooted)
public void setRooted(Boolean rooted)
public DevicePolicyRuleCondition trustLevel(DevicePolicyTrustLevel trustLevel)
@Nullable public DevicePolicyTrustLevel getTrustLevel()
public void setTrustLevel(DevicePolicyTrustLevel trustLevel)
Copyright © 2017–2023 Okta. All rights reserved.