public class ScdnConfig extends AbstractModel
Constructor and Description |
---|
ScdnConfig() |
Modifier and Type | Method and Description |
---|---|
ScdnCCRules[] |
getRules()
Get 自定义 cc 防护规则
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSwitch()
Get on | off
|
void |
setRules(ScdnCCRules[] Rules)
Set 自定义 cc 防护规则
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSwitch(String Switch)
Set on | off
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getSwitch()
public void setSwitch(String Switch)
Switch
- on | offpublic ScdnCCRules[] getRules()
public void setRules(ScdnCCRules[] Rules)
Rules
- 自定义 cc 防护规则
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.