@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class CheckPasswordPolicyRuleDtoAllOf extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_VALID |
Constructor and Description |
---|
CheckPasswordPolicyRuleDtoAllOf() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getValid()
`true` if the password is compliant with this rule, otherwise `false`.
|
int |
hashCode() |
void |
setValid(Boolean valid) |
String |
toString() |
CheckPasswordPolicyRuleDtoAllOf |
valid(Boolean valid) |
public static final String SERIALIZED_NAME_VALID
public CheckPasswordPolicyRuleDtoAllOf valid(Boolean valid)
@Nullable public Boolean getValid()
public void setValid(Boolean valid)
Copyright © 2022. All rights reserved.