Klasse AdminRule
java.lang.Object
io.github.primelib.webmethodsapigateway4j.models.AdminRule
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected BooleanThis rule is activeContext(s) of the attribute used in rule expressionprotected StringRule Descriptionprotected StringA unique ID for the ruleprotected StringRule nameprotected StringOwner of this rule assetprotected List<AdminRuleExpression> Rule condition is defined using ruleExpressionsprotected StringLogical operator (AND / OR) that should be used to evaluate Rule expressionprotected StringType of the rule -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedAdminRule(Boolean active, List<String> attributeContexts, String description, String id, String name, String owner, List<AdminRuleExpression> ruleExpressions, String ruleLogicalOperator, String ruleType) Constructs a validated instance ofAdminRule.Constructs a validated instance ofAdminRule. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungactive()This rule is activeThis rule is activeContext(s) of the attribute used in rule expressionattributeContexts(List<String> attributeContexts) Context(s) of the attribute used in rule expressionprotected booleanRule Descriptiondescription(String description) Rule DescriptionbooleaninthashCode()id()A unique ID for the ruleA unique ID for the rulename()Rule nameRule nameowner()Owner of this rule assetOwner of this rule assetRule condition is defined using ruleExpressionsruleExpressions(List<AdminRuleExpression> ruleExpressions) Rule condition is defined using ruleExpressionsLogical operator (AND / OR) that should be used to evaluate Rule expressionruleLogicalOperator(String ruleLogicalOperator) Logical operator (AND / OR) that should be used to evaluate Rule expressionruleType()Type of the ruleType of the ruletoString()
-
Felddetails
-
active
This rule is active -
attributeContexts
-
description
Rule Description -
id
A unique ID for the rule -
name
Rule name -
owner
Owner of this rule asset -
ruleExpressions
Rule condition is defined using ruleExpressions -
ruleLogicalOperator
Logical operator (AND / OR) that should be used to evaluate Rule expression -
ruleType
Type of the rule
-
-
Konstruktordetails
-
AdminRule
-
AdminRule
@Internal public AdminRule(Boolean active, List<String> attributeContexts, String description, String id, String name, String owner, List<AdminRuleExpression> ruleExpressions, String ruleLogicalOperator, String ruleType) Constructs a validated instance ofAdminRule.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AdminRule(Consumer)instead.- Parameter:
active- This rule is activeattributeContexts- Context(s) of the attribute used in rule expressiondescription- Rule Descriptionid- A unique ID for the rulename- Rule nameowner- Owner of this rule assetruleExpressions- Rule condition is defined using ruleExpressionsruleLogicalOperator- Logical operator (AND / OR) that should be used to evaluate Rule expressionruleType- Type of the rule
-
AdminRule
protected AdminRule()
-
-
Methodendetails
-
active
This rule is active -
attributeContexts
-
description
Rule Description -
id
A unique ID for the rule -
name
Rule name -
owner
Owner of this rule asset -
ruleExpressions
Rule condition is defined using ruleExpressions -
ruleLogicalOperator
Logical operator (AND / OR) that should be used to evaluate Rule expression -
ruleType
Type of the rule -
active
-
attributeContexts
-
description
-
id
-
name
-
owner
-
ruleExpressions
Rule condition is defined using ruleExpressions- Gibt zurück:
this.
-
ruleLogicalOperator
-
ruleType
-
equals
-
canEqual
-
hashCode
-
toString
-