public class SecurityPolicy extends AbstractModel
header, skipSign| Constructor and Description |
|---|
SecurityPolicy() |
SecurityPolicy(SecurityPolicy 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 |
|---|---|
CustomRules |
getCustomRules()
Get Custom rules.
|
ManagedRules |
getManagedRules()
Get Managed.
|
void |
setCustomRules(CustomRules CustomRules)
Set Custom rules.
|
void |
setManagedRules(ManagedRules ManagedRules)
Set Managed.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SecurityPolicy()
public SecurityPolicy(SecurityPolicy source)
public CustomRules getCustomRules()
public void setCustomRules(CustomRules CustomRules)
CustomRules - Custom rules. If the parameter is null or not filled, the configuration last set will be used by default.
Note: This field may return null, indicating that no valid value can be obtained.public ManagedRules getManagedRules()
public void setManagedRules(ManagedRules ManagedRules)
ManagedRules - Managed. If the parameter is null or not filled, the configuration last set will be used by default.
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.