public class AiRule extends AbstractModel
Constructor and Description |
---|
AiRule() |
AiRule(AiRule 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 |
getMode()
Get AI规则引擎状态,取值有:
smart_status_close:关闭;
smart_status_open:拦截处置;
smart_status_observe:观察处置。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMode(String Mode)
Set AI规则引擎状态,取值有:
smart_status_close:关闭;
smart_status_open:拦截处置;
smart_status_observe:观察处置。
注意:此字段可能返回 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 AiRule()
public AiRule(AiRule source)
public String getMode()
public void setMode(String Mode)
Mode
- AI规则引擎状态,取值有:
Copyright © 2022. All rights reserved.