public class BotManagedRuleDetail extends AbstractModel
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 © 2023. All rights reserved.