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-09-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
public class ContextPolicyRuleCondition
extends Object
implements Serializable
ContextPolicyRuleCondition
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanexpression(String expression) Get expressionGet migratedGet platformGet rootedGet trustLevelinthashCode()platform(DevicePolicyRuleConditionPlatform platform) voidsetExpression(String expression) voidsetMigrated(Boolean migrated) voidsetPlatform(DevicePolicyRuleConditionPlatform platform) voidvoidsetTrustLevel(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
Get migrated- Returns:
 - migrated
 
 - 
setMigrated
 - 
platform
 - 
getPlatform
Get platform- Returns:
 - platform
 
 - 
setPlatform
 - 
rooted
 - 
getRooted
Get rooted- Returns:
 - rooted
 
 - 
setRooted
 - 
trustLevel
 - 
getTrustLevel
Get trustLevel- Returns:
 - trustLevel
 
 - 
setTrustLevel
 - 
expression
 - 
getExpression
Get expression- Returns:
 - expression
 
 - 
setExpression
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -