public class AclConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AclConfig() | 
| AclConfig(AclConfig 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 | 
|---|---|
| AclUserRule[] | getAclUserRules()Get 用户自定义规则。 | 
| AclUserRule[] | getCustomizes()Get 托管定制规则 | 
| String | getSwitch()Get 开关,取值有:
 on:开启;
 off:关闭。 | 
| void | setAclUserRules(AclUserRule[] AclUserRules)Set 用户自定义规则。 | 
| void | setCustomizes(AclUserRule[] Customizes)Set 托管定制规则 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AclConfig()
public AclConfig(AclConfig source)
public String getSwitch()
public void setSwitch(String Switch)
Switch - 开关,取值有:
public AclUserRule[] getAclUserRules()
public void setAclUserRules(AclUserRule[] AclUserRules)
AclUserRules - 用户自定义规则。public AclUserRule[] getCustomizes()
public void setCustomizes(AclUserRule[] Customizes)
Customizes - 托管定制规则Copyright © 2025. All rights reserved.