public class AiRule extends AbstractModel
header, skipSign| 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:观察处置。 | 
| void | setMode(String Mode)Set AI规则引擎状态,取值有:
 smart_status_close:关闭;
 smart_status_open:拦截处置;
 smart_status_observe:观察处置。 | 
| 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 AiRule()
public AiRule(AiRule source)
public String getMode()
public void setMode(String Mode)
Mode - AI规则引擎状态,取值有:
Copyright © 2025. All rights reserved.