public class ScdnAclConfig extends AbstractModel
Constructor and Description |
---|
ScdnAclConfig() |
ScdnAclConfig(ScdnAclConfig 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 |
---|---|
ScdnErrorPage |
getErrorPage()
Get 错误页面配置
注意:此字段可能返回 null,表示取不到有效值。
|
ScdnAclGroup[] |
getScriptData()
Get Acl规则组,switch为on时必填
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSwitch()
Get 是否开启,on | off
|
void |
setErrorPage(ScdnErrorPage ErrorPage)
Set 错误页面配置
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setScriptData(ScdnAclGroup[] ScriptData)
Set Acl规则组,switch为on时必填
注意:此字段可能返回 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 ScdnAclConfig()
public ScdnAclConfig(ScdnAclConfig source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- 是否开启,on | offpublic ScdnAclGroup[] getScriptData()
public void setScriptData(ScdnAclGroup[] ScriptData)
ScriptData
- Acl规则组,switch为on时必填
注意:此字段可能返回 null,表示取不到有效值。public ScdnErrorPage getErrorPage()
public void setErrorPage(ScdnErrorPage ErrorPage)
ErrorPage
- 错误页面配置
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.