Package org.openapitools.client.model
Class PlatformPolicyRuleCondition
java.lang.Object
org.openapitools.client.model.PlatformPolicyRuleCondition
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class PlatformPolicyRuleCondition
extends Object
PlatformPolicyRuleCondition
-
Field Summary
Fields -
Constructor Summary
Constructors -
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
-