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 Enable automatic update to the latest version or not.
|
String |
getRulesetVersion()
Get Current version, compliant with ISO 8601 standard format, such as 2023-12-21T12:00:32Z, empty by default, output parameter only.
|
void |
setAutoUpdateToLatestVersion(String AutoUpdateToLatestVersion)
Set Enable automatic update to the latest version or not.
|
void |
setRulesetVersion(String RulesetVersion)
Set Current version, compliant with ISO 8601 standard format, such as 2023-12-21T12:00:32Z, empty by default, output parameter only.
|
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, toJsonString
public ManagedRuleAutoUpdate()
public ManagedRuleAutoUpdate(ManagedRuleAutoUpdate source)
public String getAutoUpdateToLatestVersion()
public void setAutoUpdateToLatestVersion(String AutoUpdateToLatestVersion)
AutoUpdateToLatestVersion
- Enable automatic update to the latest version or not. Values: public String getRulesetVersion()
public void setRulesetVersion(String RulesetVersion)
RulesetVersion
- Current version, compliant with ISO 8601 standard format, such as 2023-12-21T12:00:32Z, empty by default, output parameter only.Copyright © 2025. All rights reserved.