Package com.okta.sdk.resource.model
Class ContextPolicyRuleCondition
java.lang.Object
com.okta.sdk.resource.model.ContextPolicyRuleCondition
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:19:33.269913-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class ContextPolicyRuleCondition
extends Object
implements Serializable
ContextPolicyRuleCondition
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
expression
(String expression) Get expressionGet migratedGet platformGet rootedGet trustLevelint
hashCode()
platform
(DevicePolicyRuleConditionPlatform platform) void
setExpression
(String expression) void
setMigrated
(Boolean migrated) void
setPlatform
(DevicePolicyRuleConditionPlatform platform) void
void
setTrustLevel
(DevicePolicyTrustLevel trustLevel) toString()
trustLevel
(DevicePolicyTrustLevel trustLevel)
-
Field Details
-
JSON_PROPERTY_MIGRATED
- See Also:
-
JSON_PROPERTY_PLATFORM
- See Also:
-
JSON_PROPERTY_ROOTED
- See Also:
-
JSON_PROPERTY_TRUST_LEVEL
- See Also:
-
JSON_PROPERTY_EXPRESSION
- See Also:
-
-
Constructor Details
-
ContextPolicyRuleCondition
public ContextPolicyRuleCondition()
-
-
Method Details
-
migrated
-
getMigrated
-
setMigrated
-
platform
-
getPlatform
-
setPlatform
-
rooted
-
getRooted
-
setRooted
-
trustLevel
-
getTrustLevel
-
setTrustLevel
-
expression
-
getExpression
-
setExpression
-
equals
-
hashCode
-
toString
-