public class BotManagedRuleDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
BotManagedRuleDetail()  | 
BotManagedRuleDetail(BotManagedRuleDetail 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 | 
getDescription()
Get Rule description 
 | 
Long | 
getRuleId()
Get ID of the rule 
 | 
String | 
getRuleTypeName()
Get Rule type 
 | 
String | 
getStatus()
Get Whether the rule is enabled 
 | 
void | 
setDescription(String Description)
Set Rule description 
 | 
void | 
setRuleId(Long RuleId)
Set ID of the rule 
 | 
void | 
setRuleTypeName(String RuleTypeName)
Set Rule type 
 | 
void | 
setStatus(String Status)
Set Whether the rule is enabled 
 | 
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 BotManagedRuleDetail()
public BotManagedRuleDetail(BotManagedRuleDetail source)
public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId - ID of the rulepublic String getDescription()
public void setDescription(String Description)
Description - Rule descriptionpublic String getRuleTypeName()
public void setRuleTypeName(String RuleTypeName)
RuleTypeName - Rule typepublic String getStatus()
public void setStatus(String Status)
Status - Whether the rule is enabledCopyright © 2025. All rights reserved.