@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class CheckPasswordPolicyRuleDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_PARAMETER |
static String |
SERIALIZED_NAME_PLACEHOLDER |
static String |
SERIALIZED_NAME_VALID |
Constructor and Description |
---|
CheckPasswordPolicyRuleDto() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,String> |
getParameter()
A map that describes the characteristics of a password policy rule, such as the minimum number of digits.
|
String |
getPlaceholder()
A placeholder string that contains the name of a password policy rule.
|
Boolean |
getValid()
`true` if the password is compliant with this rule, otherwise `false`.
|
int |
hashCode() |
CheckPasswordPolicyRuleDto |
parameter(Map<String,String> parameter) |
CheckPasswordPolicyRuleDto |
placeholder(String placeholder) |
CheckPasswordPolicyRuleDto |
putParameterItem(String key,
String parameterItem) |
void |
setParameter(Map<String,String> parameter) |
void |
setPlaceholder(String placeholder) |
void |
setValid(Boolean valid) |
String |
toString() |
CheckPasswordPolicyRuleDto |
valid(Boolean valid) |
public static final String SERIALIZED_NAME_VALID
public static final String SERIALIZED_NAME_PLACEHOLDER
public static final String SERIALIZED_NAME_PARAMETER
public CheckPasswordPolicyRuleDto valid(Boolean valid)
@Nullable public Boolean getValid()
public void setValid(Boolean valid)
public CheckPasswordPolicyRuleDto placeholder(String placeholder)
@Nullable public String getPlaceholder()
public void setPlaceholder(String placeholder)
public CheckPasswordPolicyRuleDto parameter(Map<String,String> parameter)
public CheckPasswordPolicyRuleDto putParameterItem(String key, String parameterItem)
@Nullable public Map<String,String> getParameter()
Copyright © 2022. All rights reserved.