Package org.openapitools.client.model
Class CheckPasswordPolicyRuleDtoAllOf
- java.lang.Object
-
- org.openapitools.client.model.CheckPasswordPolicyRuleDtoAllOf
-
public class CheckPasswordPolicyRuleDtoAllOf extends Object
CheckPasswordPolicyRuleDtoAllOf
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_VALID
-
Constructor Summary
Constructors Constructor Description CheckPasswordPolicyRuleDtoAllOf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BooleangetValid()`true` if the password is compliant with this rule, otherwise `false`.inthashCode()voidsetValid(Boolean valid)StringtoString()CheckPasswordPolicyRuleDtoAllOfvalid(Boolean valid)
-
-
-
Field Detail
-
SERIALIZED_NAME_VALID
public static final String SERIALIZED_NAME_VALID
- See Also:
- Constant Field Values
-
-
Method Detail
-
valid
public CheckPasswordPolicyRuleDtoAllOf valid(Boolean valid)
-
getValid
public Boolean getValid()
`true` if the password is compliant with this rule, otherwise `false`.- Returns:
- valid
-
setValid
public void setValid(Boolean valid)
-
-