public class RuleConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
RuleConfig() |
RuleConfig(RuleConfig 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getCondition()
Get Detection Range Expression
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getConditionType()
Get Rule Detection Range Type 1.
|
Long |
getRuleId()
Get Rule IDNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getTargetCondition()
Get Target Detection Range Expression
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setCondition(String Condition)
Set Detection Range Expression
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setConditionType(Long ConditionType)
Set Rule Detection Range Type 1.
|
void |
setRuleId(Long RuleId)
Set Rule IDNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setTargetCondition(String TargetCondition)
Set Target Detection Range Expression
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RuleConfig()
public RuleConfig(RuleConfig source)
public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- Rule IDNote: This field may return null, indicating that no valid value can be obtained.public Long getConditionType()
public void setConditionType(Long ConditionType)
ConditionType
- Rule Detection Range Type 1. Whole Table 2. Conditional Scan
Note: This field may return null, indicating that no valid value can be obtained.public String getCondition()
public void setCondition(String Condition)
Condition
- Detection Range Expression
Note: This field may return null, indicating that no valid value can be obtained.public String getTargetCondition()
public void setTargetCondition(String TargetCondition)
TargetCondition
- Target Detection Range Expression
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.