Package com.okta.sdk.resource.model
Class UserLifecycleAttributePolicyRuleCondition
java.lang.Object
com.okta.sdk.resource.model.UserLifecycleAttributePolicyRuleCondition
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class UserLifecycleAttributePolicyRuleCondition
extends Object
implements Serializable
UserLifecycleAttributePolicyRuleCondition
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionattributeName
(String attributeName) boolean
Get attributeNameGet matchingValueint
hashCode()
matchingValue
(String matchingValue) void
setAttributeName
(String attributeName) void
setMatchingValue
(String matchingValue) toString()
-
Field Details
-
JSON_PROPERTY_ATTRIBUTE_NAME
- See Also:
-
JSON_PROPERTY_MATCHING_VALUE
- See Also:
-
-
Constructor Details
-
UserLifecycleAttributePolicyRuleCondition
public UserLifecycleAttributePolicyRuleCondition()
-
-
Method Details
-
attributeName
-
getAttributeName
Get attributeName- Returns:
- attributeName
-
setAttributeName
-
matchingValue
-
getMatchingValue
Get matchingValue- Returns:
- matchingValue
-
setMatchingValue
-
equals
-
hashCode
public int hashCode() -
toString
-