Package org.openapitools.client.model
Class UserIdentifierPolicyRuleCondition
java.lang.Object
org.openapitools.client.model.UserIdentifierPolicyRuleCondition
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class UserIdentifierPolicyRuleCondition
extends Object
UserIdentifierPolicyRuleCondition
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaddPatternsItem(UserIdentifierConditionEvaluatorPattern patternsItem) booleanGet attributeGet patternsgetType()Get typeinthashCode()patterns(List<UserIdentifierConditionEvaluatorPattern> patterns) voidsetAttribute(String attribute) voidvoidsetType(UserIdentifierType type) toString()type(UserIdentifierType type)  
- 
Field Details
- 
JSON_PROPERTY_ATTRIBUTE
- See Also:
 
 - 
JSON_PROPERTY_PATTERNS
- See Also:
 
 - 
JSON_PROPERTY_TYPE
- See Also:
 
 
 - 
 - 
Constructor Details
- 
UserIdentifierPolicyRuleCondition
public UserIdentifierPolicyRuleCondition() 
 - 
 - 
Method Details
- 
attribute
 - 
getAttribute
Get attribute- Returns:
 - attribute
 
 - 
setAttribute
 - 
patterns
public UserIdentifierPolicyRuleCondition patterns(List<UserIdentifierConditionEvaluatorPattern> patterns)  - 
addPatternsItem
public UserIdentifierPolicyRuleCondition addPatternsItem(UserIdentifierConditionEvaluatorPattern patternsItem)  - 
getPatterns
Get patterns- Returns:
 - patterns
 
 - 
setPatterns
 - 
type
 - 
getType
Get type- Returns:
 - type
 
 - 
setType
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -