public class SecHitRuleInfo extends AbstractModel
Constructor and Description |
---|
SecHitRuleInfo() |
SecHitRuleInfo(SecHitRuleInfo 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 |
getAction()
Get Action.
|
String |
getDescription()
Get The rule description.
|
String |
getDomain()
Get The subdomain name.
|
Long |
getHitTime()
Get The hit time recorded in seconds using UNIX timestamp.
|
Long |
getRequestNum()
Get The number of requests.
|
Long |
getRuleId()
Get The rule ID.
|
String |
getRuleTypeName()
Get The rule type.
|
void |
setAction(String Action)
Set Action.
|
void |
setDescription(String Description)
Set The rule description.
|
void |
setDomain(String Domain)
Set The subdomain name.
|
void |
setHitTime(Long HitTime)
Set The hit time recorded in seconds using UNIX timestamp.
|
void |
setRequestNum(Long RequestNum)
Set The number of requests.
|
void |
setRuleId(Long RuleId)
Set The rule ID.
|
void |
setRuleTypeName(String RuleTypeName)
Set The rule type.
|
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 SecHitRuleInfo()
public SecHitRuleInfo(SecHitRuleInfo source)
public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- The rule ID.public String getRuleTypeName()
public void setRuleTypeName(String RuleTypeName)
RuleTypeName
- The rule type.public String getAction()
public void setAction(String Action)
Action
- Action. Values:
public Long getHitTime()
public void setHitTime(Long HitTime)
HitTime
- The hit time recorded in seconds using UNIX timestamp.public Long getRequestNum()
public void setRequestNum(Long RequestNum)
RequestNum
- The number of requests.public String getDescription()
public void setDescription(String Description)
Description
- The rule description.public String getDomain()
public void setDomain(String Domain)
Domain
- The subdomain name.Copyright © 2022. All rights reserved.