public class AlgDetectRule extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AlgDetectRule() | 
| AlgDetectRule(AlgDetectRule 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 | 
|---|---|
| AclCondition[] | getAlgConditions()Get Condition specified for the rule. | 
| AlgDetectJS[] | getAlgDetectJS()Get Validate client behavior when the condition is satisfied. | 
| AlgDetectSession | getAlgDetectSession()Get Checksum of the Cookie and behavior analysis of the session. | 
| Long | getRuleID()Get ID of the rule. | 
| String | getRuleName()Get Name of the rule. | 
| String | getSwitch()Get Whether to enable the rule. | 
| String | getUpdateTime()Get The update time, which is only used as an output parameter. | 
| void | setAlgConditions(AclCondition[] AlgConditions)Set Condition specified for the rule. | 
| void | setAlgDetectJS(AlgDetectJS[] AlgDetectJS)Set Validate client behavior when the condition is satisfied. | 
| void | setAlgDetectSession(AlgDetectSession AlgDetectSession)Set Checksum of the Cookie and behavior analysis of the session. | 
| void | setRuleID(Long RuleID)Set ID of the rule. | 
| void | setRuleName(String RuleName)Set Name of the rule. | 
| void | setSwitch(String Switch)Set Whether to enable the rule. | 
| void | setUpdateTime(String UpdateTime)Set The update time, which is only used as an output parameter. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AlgDetectRule()
public AlgDetectRule(AlgDetectRule source)
public Long getRuleID()
public void setRuleID(Long RuleID)
RuleID - ID of the rule.public String getRuleName()
public void setRuleName(String RuleName)
RuleName - Name of the rule.public String getSwitch()
public void setSwitch(String Switch)
Switch - Whether to enable the rule.public AclCondition[] getAlgConditions()
public void setAlgConditions(AclCondition[] AlgConditions)
AlgConditions - Condition specified for the rule.public AlgDetectSession getAlgDetectSession()
public void setAlgDetectSession(AlgDetectSession AlgDetectSession)
AlgDetectSession - Checksum of the Cookie and behavior analysis of the session.public AlgDetectJS[] getAlgDetectJS()
public void setAlgDetectJS(AlgDetectJS[] AlgDetectJS)
AlgDetectJS - Validate client behavior when the condition is satisfied.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - The update time, which is only used as an output parameter.Copyright © 2025. All rights reserved.