public class DropPageConfig extends AbstractModel
| Constructor and Description | 
|---|
DropPageConfig()  | 
DropPageConfig(DropPageConfig 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 | 
|---|---|
DropPageDetail | 
getAclDropPageDetail()
Get The settings of the block page that applies custom rules. 
 | 
String | 
getSwitch()
Get Whether to enable configuration. 
 | 
DropPageDetail | 
getWafDropPageDetail()
Get The settings of the block page that applies managed rules. 
 | 
void | 
setAclDropPageDetail(DropPageDetail AclDropPageDetail)
Set The settings of the block page that applies custom rules. 
 | 
void | 
setSwitch(String Switch)
Set Whether to enable configuration. 
 | 
void | 
setWafDropPageDetail(DropPageDetail WafDropPageDetail)
Set The settings of the block page that applies managed rules. 
 | 
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, toJsonStringpublic DropPageConfig()
public DropPageConfig(DropPageConfig source)
public String getSwitch()
public void setSwitch(String Switch)
Switch - Whether to enable configuration. Values:
public DropPageDetail getWafDropPageDetail()
public void setWafDropPageDetail(DropPageDetail WafDropPageDetail)
WafDropPageDetail - The settings of the block page that applies managed rules. If it is null, the settings that were last configured will be used.
Note: This field may return null, indicating that no valid values can be obtained.public DropPageDetail getAclDropPageDetail()
public void setAclDropPageDetail(DropPageDetail AclDropPageDetail)
AclDropPageDetail - The settings of the block page that applies custom rules. If it is null, the settings that were last configured will be used.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.