public class AlgDetectRule extends AbstractModel
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 Validate Cookie when the condition is satisfied.
|
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 Validate Cookie when the condition is satisfied.
|
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, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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
- Validate Cookie when the condition is satisfied.
Note: This field may return `null`, indicating that no valid values can be obtained.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 © 2023. All rights reserved.