| Package | Description | 
|---|---|
| com.tencentcloudapi.teo.v20220901.models | 
| Modifier and Type | Method and Description | 
|---|---|
RuleAndConditions[] | 
Rule.getConditions()
Get Feature execution conditions. 
 | 
RuleAndConditions[] | 
SubRule.getConditions()
Get The condition that determines if a feature should run. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Rule.setConditions(RuleAndConditions[] Conditions)
Set Feature execution conditions. 
 | 
void | 
SubRule.setConditions(RuleAndConditions[] Conditions)
Set The condition that determines if a feature should run. 
 | 
| Constructor and Description | 
|---|
RuleAndConditions(RuleAndConditions source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
Copyright © 2022. All rights reserved.