@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class PasswordPolicyRuleDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_PARAMETER |
static String |
SERIALIZED_NAME_PLACEHOLDER |
Constructor and Description |
---|
PasswordPolicyRuleDto() |
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.
|
int |
hashCode() |
PasswordPolicyRuleDto |
parameter(Map<String,String> parameter) |
PasswordPolicyRuleDto |
placeholder(String placeholder) |
PasswordPolicyRuleDto |
putParameterItem(String key,
String parameterItem) |
void |
setParameter(Map<String,String> parameter) |
void |
setPlaceholder(String placeholder) |
String |
toString() |
public static final String SERIALIZED_NAME_PLACEHOLDER
public static final String SERIALIZED_NAME_PARAMETER
public PasswordPolicyRuleDto placeholder(String placeholder)
@Nullable public String getPlaceholder()
public void setPlaceholder(String placeholder)
public PasswordPolicyRuleDto parameter(Map<String,String> parameter)
public PasswordPolicyRuleDto putParameterItem(String key, String parameterItem)
@Nullable public Map<String,String> getParameter()
Copyright © 2022. All rights reserved.