public class ReqUserRule extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ReqUserRule()  | 
ReqUserRule(ReqUserRule 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 | 
getId()
Get Feature serial number 
 | 
Long | 
getReason()
Get Reason for modification
0: none (Compatibility records are empty.)
1: avoidance of false positives due to business characteristics
2: reporting of rule-based false positives
3: grayscale release of core business rules
4: others 
 | 
Long | 
getStatus()
Get Rule switch
0: disabled
1: enabled
2: alarm only 
 | 
void | 
setId(String Id)
Set Feature serial number 
 | 
void | 
setReason(Long Reason)
Set Reason for modification
0: none (Compatibility records are empty.)
1: avoidance of false positives due to business characteristics
2: reporting of rule-based false positives
3: grayscale release of core business rules
4: others 
 | 
void | 
setStatus(Long Status)
Set Rule switch
0: disabled
1: enabled
2: alarm only 
 | 
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 ReqUserRule()
public ReqUserRule(ReqUserRule source)
public String getId()
public void setId(String Id)
Id - Feature serial numberpublic Long getStatus()
public void setStatus(Long Status)
Status - Rule switch
0: disabled
1: enabled
2: alarm onlypublic Long getReason()
public void setReason(Long Reason)
Reason - Reason for modification
0: none (Compatibility records are empty.)
1: avoidance of false positives due to business characteristics
2: reporting of rule-based false positives
3: grayscale release of core business rules
4: othersCopyright © 2025. All rights reserved.