public class BotScoreRuleEntry extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BotScoreRuleEntry() | 
| BotScoreRuleEntry(BotScoreRuleEntry 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 | getAction()Get 处置动作 | 
| String | getLabel()Get 流量标签 | 
| String | getLower()Get 分数区间下限 | 
| String | getRedirect()Get 重定向 | 
| String | getUpper()Get 分数区间上限 | 
| void | setAction(String Action)Set 处置动作 | 
| void | setLabel(String Label)Set 流量标签 | 
| void | setLower(String Lower)Set 分数区间下限 | 
| void | setRedirect(String Redirect)Set 重定向 | 
| void | setUpper(String Upper)Set 分数区间上限 | 
| 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 BotScoreRuleEntry()
public BotScoreRuleEntry(BotScoreRuleEntry source)
public String getUpper()
public void setUpper(String Upper)
Upper - 分数区间上限public String getLower()
public void setLower(String Lower)
Lower - 分数区间下限public String getAction()
public void setAction(String Action)
Action - 处置动作public String getLabel()
public void setLabel(String Label)
Label - 流量标签public String getRedirect()
public void setRedirect(String Redirect)
Redirect - 重定向Copyright © 2025. All rights reserved.