public class PortraitManagedRuleDetail extends AbstractModel
skipSign
Constructor and Description |
---|
PortraitManagedRuleDetail() |
PortraitManagedRuleDetail(PortraitManagedRuleDetail 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 |
---|---|
Long |
getClassificationId()
Get Rule feature category ID (scanner, bot behavior, etc.)
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDescription()
Get Rule description
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getRuleId()
Get Unique rule ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRuleTypeName()
Get Rule type name: botdb (user profile)
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getStatus()
Get Current rule action status (block, alg, etc.)
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setClassificationId(Long ClassificationId)
Set Rule feature category ID (scanner, bot behavior, etc.)
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDescription(String Description)
Set Rule description
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRuleId(Long RuleId)
Set Unique rule ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRuleTypeName(String RuleTypeName)
Set Rule type name: botdb (user profile)
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStatus(String Status)
Set Current rule action status (block, alg, etc.)
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PortraitManagedRuleDetail()
public PortraitManagedRuleDetail(PortraitManagedRuleDetail source)
public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- Unique rule ID
Note: This field may return null, indicating that no valid values can be obtained.public String getDescription()
public void setDescription(String Description)
Description
- Rule description
Note: This field may return null, indicating that no valid values can be obtained.public String getRuleTypeName()
public void setRuleTypeName(String RuleTypeName)
RuleTypeName
- Rule type name: botdb (user profile)
Note: This field may return null, indicating that no valid values can be obtained.public Long getClassificationId()
public void setClassificationId(Long ClassificationId)
ClassificationId
- Rule feature category ID (scanner, bot behavior, etc.)
Note: This field may return null, indicating that no valid values can be obtained.public String getStatus()
public void setStatus(String Status)
Status
- Current rule action status (block, alg, etc.)
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.