@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class PasswordPolicyRuleConditionsAllOf extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_NETWORK |
static String |
JSON_PROPERTY_PEOPLE |
Constructor and Description |
---|
PasswordPolicyRuleConditionsAllOf() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
PolicyNetworkCondition |
getNetwork()
Get network
|
PolicyPeopleCondition |
getPeople()
Get people
|
int |
hashCode() |
PasswordPolicyRuleConditionsAllOf |
network(PolicyNetworkCondition network) |
PasswordPolicyRuleConditionsAllOf |
people(PolicyPeopleCondition people) |
void |
setNetwork(PolicyNetworkCondition network) |
void |
setPeople(PolicyPeopleCondition people) |
String |
toString() |
public static final String JSON_PROPERTY_NETWORK
public static final String JSON_PROPERTY_PEOPLE
public PasswordPolicyRuleConditionsAllOf network(PolicyNetworkCondition network)
@Nullable public PolicyNetworkCondition getNetwork()
public void setNetwork(PolicyNetworkCondition network)
public PasswordPolicyRuleConditionsAllOf people(PolicyPeopleCondition people)
@Nullable public PolicyPeopleCondition getPeople()
public void setPeople(PolicyPeopleCondition people)
Copyright © 2017–2023 Okta. All rights reserved.