public class RateLimitIntelligenceRuleDetail extends AbstractModel
Constructor and Description |
---|
RateLimitIntelligenceRuleDetail() |
RateLimitIntelligenceRuleDetail(RateLimitIntelligenceRuleDetail 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 The action taken.
|
String |
getEffectiveTime()
Get Update time
|
String |
getExpireTime()
Get The expiration time.
|
String |
getMatchContent()
Get The client IP detected.
|
Long |
getRuleId()
Get The rule ID.
|
String |
getStatus()
Get The action status.
|
void |
setAction(String Action)
Set The action taken.
|
void |
setEffectiveTime(String EffectiveTime)
Set Update time
|
void |
setExpireTime(String ExpireTime)
Set The expiration time.
|
void |
setMatchContent(String MatchContent)
Set The client IP detected.
|
void |
setRuleId(Long RuleId)
Set The rule ID.
|
void |
setStatus(String Status)
Set The action status.
|
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 RateLimitIntelligenceRuleDetail()
public RateLimitIntelligenceRuleDetail(RateLimitIntelligenceRuleDetail source)
public String getMatchContent()
public void setMatchContent(String MatchContent)
MatchContent
- The client IP detected.public String getAction()
public void setAction(String Action)
Action
- The action taken.public String getEffectiveTime()
public void setEffectiveTime(String EffectiveTime)
EffectiveTime
- Update timepublic String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime
- The expiration time.public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- The rule ID.public String getStatus()
public void setStatus(String Status)
Status
- The action status. `allowed` indicates that the request is allowed.Copyright © 2022. All rights reserved.