public class ManagedRuleAutoUpdate extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ManagedRuleAutoUpdate() | 
| ManagedRuleAutoUpdate(ManagedRuleAutoUpdate 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 | getAutoUpdateToLatestVersion()Get 是否开启自动更新至最新版本。取值有:on:开启off:关闭 | 
| String | getRulesetVersion()Get 当前使用的版本,格式符合ISO 8601标准,如2023-12-21T12:00:32Z,默认为空,仅出参。 | 
| void | setAutoUpdateToLatestVersion(String AutoUpdateToLatestVersion)Set 是否开启自动更新至最新版本。取值有:on:开启off:关闭 | 
| void | setRulesetVersion(String RulesetVersion)Set 当前使用的版本,格式符合ISO 8601标准,如2023-12-21T12:00:32Z,默认为空,仅出参。 | 
| 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 ManagedRuleAutoUpdate()
public ManagedRuleAutoUpdate(ManagedRuleAutoUpdate source)
public String getAutoUpdateToLatestVersion()
public void setAutoUpdateToLatestVersion(String AutoUpdateToLatestVersion)
AutoUpdateToLatestVersion - 是否开启自动更新至最新版本。取值有:public String getRulesetVersion()
public void setRulesetVersion(String RulesetVersion)
RulesetVersion - 当前使用的版本,格式符合ISO 8601标准,如2023-12-21T12:00:32Z,默认为空,仅出参。Copyright © 2025. All rights reserved.