public class WafGroup extends AbstractModel
Constructor and Description |
---|
WafGroup() |
WafGroup(WafGroup 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 |
---|---|
String |
getAction()
Get 执行动作,取值有:
block:阻断;
observe:观察。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLevel()
Get 防护级别,取值有:
loose:宽松;
normal:正常;
strict:严格;
stricter:超严格;
custom:自定义。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTypeId()
Get 规则类型id。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAction(String Action)
Set 执行动作,取值有:
block:阻断;
observe:观察。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLevel(String Level)
Set 防护级别,取值有:
loose:宽松;
normal:正常;
strict:严格;
stricter:超严格;
custom:自定义。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTypeId(Long TypeId)
Set 规则类型id。
注意:此字段可能返回 null,表示取不到有效值。
|
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 WafGroup()
public WafGroup(WafGroup source)
public String getAction()
public void setAction(String Action)
Action
- 执行动作,取值有:
public String getLevel()
public void setLevel(String Level)
Level
- 防护级别,取值有:
public Long getTypeId()
public void setTypeId(Long TypeId)
TypeId
- 规则类型id。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.