@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class DeviceAccessPolicyRuleCondition
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_MANAGED |
static java.lang.String |
JSON_PROPERTY_MIGRATED |
static java.lang.String |
JSON_PROPERTY_PLATFORM |
static java.lang.String |
JSON_PROPERTY_REGISTERED |
static java.lang.String |
JSON_PROPERTY_ROOTED |
static java.lang.String |
JSON_PROPERTY_TRUST_LEVEL |
Constructor and Description |
---|
DeviceAccessPolicyRuleCondition() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getManaged()
Get managed
|
java.lang.Boolean |
getMigrated()
Get migrated
|
DevicePolicyRuleConditionPlatform |
getPlatform()
Get platform
|
java.lang.Boolean |
getRegistered()
Get registered
|
java.lang.Boolean |
getRooted()
Get rooted
|
DevicePolicyTrustLevel |
getTrustLevel()
Get trustLevel
|
int |
hashCode() |
DeviceAccessPolicyRuleCondition |
managed(java.lang.Boolean managed) |
DeviceAccessPolicyRuleCondition |
migrated(java.lang.Boolean migrated) |
DeviceAccessPolicyRuleCondition |
platform(DevicePolicyRuleConditionPlatform platform) |
DeviceAccessPolicyRuleCondition |
registered(java.lang.Boolean registered) |
DeviceAccessPolicyRuleCondition |
rooted(java.lang.Boolean rooted) |
void |
setManaged(java.lang.Boolean managed) |
void |
setMigrated(java.lang.Boolean migrated) |
void |
setPlatform(DevicePolicyRuleConditionPlatform platform) |
void |
setRegistered(java.lang.Boolean registered) |
void |
setRooted(java.lang.Boolean rooted) |
void |
setTrustLevel(DevicePolicyTrustLevel trustLevel) |
java.lang.String |
toString() |
DeviceAccessPolicyRuleCondition |
trustLevel(DevicePolicyTrustLevel trustLevel) |
public static final java.lang.String JSON_PROPERTY_MIGRATED
public static final java.lang.String JSON_PROPERTY_PLATFORM
public static final java.lang.String JSON_PROPERTY_ROOTED
public static final java.lang.String JSON_PROPERTY_TRUST_LEVEL
public static final java.lang.String JSON_PROPERTY_MANAGED
public static final java.lang.String JSON_PROPERTY_REGISTERED
public DeviceAccessPolicyRuleCondition migrated(java.lang.Boolean migrated)
@Nullable public java.lang.Boolean getMigrated()
public void setMigrated(java.lang.Boolean migrated)
public DeviceAccessPolicyRuleCondition platform(DevicePolicyRuleConditionPlatform platform)
@Nullable public DevicePolicyRuleConditionPlatform getPlatform()
public void setPlatform(DevicePolicyRuleConditionPlatform platform)
public DeviceAccessPolicyRuleCondition rooted(java.lang.Boolean rooted)
@Nullable public java.lang.Boolean getRooted()
public void setRooted(java.lang.Boolean rooted)
public DeviceAccessPolicyRuleCondition trustLevel(DevicePolicyTrustLevel trustLevel)
@Nullable public DevicePolicyTrustLevel getTrustLevel()
public void setTrustLevel(DevicePolicyTrustLevel trustLevel)
public DeviceAccessPolicyRuleCondition managed(java.lang.Boolean managed)
@Nullable public java.lang.Boolean getManaged()
public void setManaged(java.lang.Boolean managed)
public DeviceAccessPolicyRuleCondition registered(java.lang.Boolean registered)
@Nullable public java.lang.Boolean getRegistered()
public void setRegistered(java.lang.Boolean registered)
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.