public class ModifyOwaspRuleStatusRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyOwaspRuleStatusRequest() |
ModifyOwaspRuleStatusRequest(ModifyOwaspRuleStatusRequest 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 |
getDomain()
Get Domain name
|
Long |
getReason()
Get Reason for modification.
|
String[] |
getRuleIDs()
Get Rule ID list
|
Long |
getRuleStatus()
Get Rule switch.
|
Boolean |
getSelectAll()
Get Specifies whether to select all.
|
Long |
getTypeId()
Get If reverse requires the input of data type.
|
void |
setDomain(String Domain)
Set Domain name
|
void |
setReason(Long Reason)
Set Reason for modification.
|
void |
setRuleIDs(String[] RuleIDs)
Set Rule ID list
|
void |
setRuleStatus(Long RuleStatus)
Set Rule switch.
|
void |
setSelectAll(Boolean SelectAll)
Set Specifies whether to select all.
|
void |
setTypeId(Long TypeId)
Set If reverse requires the input of data type.
|
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, toJsonString
public ModifyOwaspRuleStatusRequest()
public ModifyOwaspRuleStatusRequest(ModifyOwaspRuleStatusRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain
- Domain namepublic Long getRuleStatus()
public void setRuleStatus(Long RuleStatus)
RuleStatus
- Rule switch. valid values: 0 (disabled), 1 (enabled), 2 (observation only).public Boolean getSelectAll()
public void setSelectAll(Boolean SelectAll)
SelectAll
- Specifies whether to select all.public String[] getRuleIDs()
public void setRuleIDs(String[] RuleIDs)
RuleIDs
- Rule ID listpublic Long getTypeId()
public void setTypeId(Long TypeId)
TypeId
- If reverse requires the input of data type.public Long getReason()
public void setReason(Long Reason)
Reason
- Reason for modification. valid values: 0: none (compatibility record is empty). 1: avoid false positives due to business characteristics. 2: reporting of rule-based false positives. 3: gray release of core business rules. 4: others.Copyright © 2025. All rights reserved.