Package com.okta.sdk.resource.model
Class AccessPolicyRuleConditionsAllOf
java.lang.Object
com.okta.sdk.resource.model.AccessPolicyRuleConditionsAllOf
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:03.723859-06:00[America/Chicago]")
public class AccessPolicyRuleConditionsAllOf
extends Object
implements Serializable
AccessPolicyRuleConditionsAllOf
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionelCondition
(AccessPolicyRuleCustomCondition elCondition) boolean
Get deviceGet elConditionGet userTypeint
hashCode()
void
void
setElCondition
(AccessPolicyRuleCustomCondition elCondition) void
setUserType
(UserTypeCondition userType) toString()
userType
(UserTypeCondition userType)
-
Field Details
-
JSON_PROPERTY_DEVICE
- See Also:
-
JSON_PROPERTY_EL_CONDITION
- See Also:
-
JSON_PROPERTY_USER_TYPE
- See Also:
-
-
Constructor Details
-
AccessPolicyRuleConditionsAllOf
public AccessPolicyRuleConditionsAllOf()
-
-
Method Details
-
device
-
getDevice
Get device- Returns:
- device
-
setDevice
-
elCondition
-
getElCondition
Get elCondition- Returns:
- elCondition
-
setElCondition
-
userType
-
getUserType
Get userType- Returns:
- userType
-
setUserType
-
equals
-
hashCode
public int hashCode() -
toString
-