@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class PlatformPolicyRuleCondition
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_EXCLUDE |
static java.lang.String |
JSON_PROPERTY_INCLUDE |
Constructor and Description |
---|
PlatformPolicyRuleCondition() |
Modifier and Type | Method and Description |
---|---|
PlatformPolicyRuleCondition |
addExcludeItem(PlatformConditionEvaluatorPlatform excludeItem) |
PlatformPolicyRuleCondition |
addIncludeItem(PlatformConditionEvaluatorPlatform includeItem) |
boolean |
equals(java.lang.Object o) |
PlatformPolicyRuleCondition |
exclude(java.util.List<PlatformConditionEvaluatorPlatform> exclude) |
java.util.List<PlatformConditionEvaluatorPlatform> |
getExclude()
Get exclude
|
java.util.List<PlatformConditionEvaluatorPlatform> |
getInclude()
Get include
|
int |
hashCode() |
PlatformPolicyRuleCondition |
include(java.util.List<PlatformConditionEvaluatorPlatform> include) |
void |
setExclude(java.util.List<PlatformConditionEvaluatorPlatform> exclude) |
void |
setInclude(java.util.List<PlatformConditionEvaluatorPlatform> include) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_EXCLUDE
public static final java.lang.String JSON_PROPERTY_INCLUDE
public PlatformPolicyRuleCondition exclude(java.util.List<PlatformConditionEvaluatorPlatform> exclude)
public PlatformPolicyRuleCondition addExcludeItem(PlatformConditionEvaluatorPlatform excludeItem)
@Nullable public java.util.List<PlatformConditionEvaluatorPlatform> getExclude()
public void setExclude(java.util.List<PlatformConditionEvaluatorPlatform> exclude)
public PlatformPolicyRuleCondition include(java.util.List<PlatformConditionEvaluatorPlatform> include)
public PlatformPolicyRuleCondition addIncludeItem(PlatformConditionEvaluatorPlatform includeItem)
@Nullable public java.util.List<PlatformConditionEvaluatorPlatform> getInclude()
public void setInclude(java.util.List<PlatformConditionEvaluatorPlatform> include)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017-2022 Okta. All Rights Reserved.