@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class AccessPolicyRuleConditionsAllOf
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_DEVICE |
static java.lang.String |
JSON_PROPERTY_EL_CONDITION |
static java.lang.String |
JSON_PROPERTY_USER_TYPE |
Constructor and Description |
---|
AccessPolicyRuleConditionsAllOf() |
Modifier and Type | Method and Description |
---|---|
AccessPolicyRuleConditionsAllOf |
device(DeviceAccessPolicyRuleCondition device) |
AccessPolicyRuleConditionsAllOf |
elCondition(AccessPolicyRuleCustomCondition elCondition) |
boolean |
equals(java.lang.Object o) |
DeviceAccessPolicyRuleCondition |
getDevice()
Get device
|
AccessPolicyRuleCustomCondition |
getElCondition()
Get elCondition
|
UserTypeCondition |
getUserType()
Get userType
|
int |
hashCode() |
void |
setDevice(DeviceAccessPolicyRuleCondition device) |
void |
setElCondition(AccessPolicyRuleCustomCondition elCondition) |
void |
setUserType(UserTypeCondition userType) |
java.lang.String |
toString() |
AccessPolicyRuleConditionsAllOf |
userType(UserTypeCondition userType) |
public static final java.lang.String JSON_PROPERTY_DEVICE
public static final java.lang.String JSON_PROPERTY_EL_CONDITION
public static final java.lang.String JSON_PROPERTY_USER_TYPE
public AccessPolicyRuleConditionsAllOf device(DeviceAccessPolicyRuleCondition device)
@Nullable public DeviceAccessPolicyRuleCondition getDevice()
public void setDevice(DeviceAccessPolicyRuleCondition device)
public AccessPolicyRuleConditionsAllOf elCondition(AccessPolicyRuleCustomCondition elCondition)
@Nullable public AccessPolicyRuleCustomCondition getElCondition()
public void setElCondition(AccessPolicyRuleCustomCondition elCondition)
public AccessPolicyRuleConditionsAllOf userType(UserTypeCondition userType)
@Nullable public UserTypeCondition getUserType()
public void setUserType(UserTypeCondition userType)
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.