Package com.okta.sdk.resource.model
Class PlatformPolicyRuleCondition
java.lang.Object
com.okta.sdk.resource.model.PlatformPolicyRuleCondition
- 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 PlatformPolicyRuleCondition
extends Object
implements Serializable
PlatformPolicyRuleCondition
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddexcludeItem
(PlatformConditionEvaluatorPlatform excludeItem) addincludeItem
(PlatformConditionEvaluatorPlatform includeItem) boolean
exclude
(List<PlatformConditionEvaluatorPlatform> exclude) Get excludeGet includeint
hashCode()
include
(List<PlatformConditionEvaluatorPlatform> include) void
setExclude
(List<PlatformConditionEvaluatorPlatform> exclude) void
setInclude
(List<PlatformConditionEvaluatorPlatform> include) toString()
-
Field Details
-
JSON_PROPERTY_EXCLUDE
- See Also:
-
JSON_PROPERTY_INCLUDE
- See Also:
-
-
Constructor Details
-
PlatformPolicyRuleCondition
public PlatformPolicyRuleCondition()
-
-
Method Details
-
exclude
-
addexcludeItem
-
getExclude
Get exclude- Returns:
- exclude
-
setExclude
-
include
-
addincludeItem
-
getInclude
Get include- Returns:
- include
-
setInclude
-
equals
-
hashCode
public int hashCode() -
toString
-