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