Package org.openapitools.client.model
Class PasswordPolicyRuleDto
- java.lang.Object
-
- org.openapitools.client.model.PasswordPolicyRuleDto
-
public class PasswordPolicyRuleDto extends Object
Describes a rule of a password policy.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_PARAMETERstatic StringSERIALIZED_NAME_PLACEHOLDER
-
Constructor Summary
Constructors Constructor Description PasswordPolicyRuleDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Map<String,String>getParameter()A map that describes the characteristics of a password policy rule, such as the minimum number of digits.StringgetPlaceholder()A placeholder string that contains the name of a password policy rule.inthashCode()PasswordPolicyRuleDtoparameter(Map<String,String> parameter)PasswordPolicyRuleDtoplaceholder(String placeholder)PasswordPolicyRuleDtoputParameterItem(String key, String parameterItem)voidsetParameter(Map<String,String> parameter)voidsetPlaceholder(String placeholder)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_PLACEHOLDER
public static final String SERIALIZED_NAME_PLACEHOLDER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PARAMETER
public static final String SERIALIZED_NAME_PARAMETER
- See Also:
- Constant Field Values
-
-
Method Detail
-
placeholder
public PasswordPolicyRuleDto placeholder(String placeholder)
-
getPlaceholder
public String getPlaceholder()
A placeholder string that contains the name of a password policy rule.- Returns:
- placeholder
-
setPlaceholder
public void setPlaceholder(String placeholder)
-
parameter
public PasswordPolicyRuleDto parameter(Map<String,String> parameter)
-
putParameterItem
public PasswordPolicyRuleDto putParameterItem(String key, String parameterItem)
-
getParameter
public Map<String,String> getParameter()
A map that describes the characteristics of a password policy rule, such as the minimum number of digits.- Returns:
- parameter
-
-