public class RateLimitTemplateDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
RateLimitTemplateDetail()  | 
RateLimitTemplateDetail(RateLimitTemplateDetail 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
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
Long | 
getID()
Get Unique ID
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
String | 
getMode()
Get Template name
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
Long | 
getPeriod()
Get Statistical period
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
Long | 
getPunishTime()
Get Time it takes to perform the action
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
Long | 
getThreshold()
Get Request rate threshold
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setAction(String Action)
Set Action
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setID(Long ID)
Set Unique ID
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setMode(String Mode)
Set Template name
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setPeriod(Long Period)
Set Statistical period
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setPunishTime(Long PunishTime)
Set Time it takes to perform the action
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setThreshold(Long Threshold)
Set Request rate threshold
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
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 RateLimitTemplateDetail()
public RateLimitTemplateDetail(RateLimitTemplateDetail source)
public String getMode()
public void setMode(String Mode)
Mode - Template name
Note: This field may return `null`, indicating that no valid value can be obtained.public Long getID()
public void setID(Long ID)
ID - Unique ID
Note: This field may return `null`, indicating that no valid value can be obtained.public String getAction()
public void setAction(String Action)
Action - Action
Note: This field may return `null`, indicating that no valid value can be obtained.public Long getPunishTime()
public void setPunishTime(Long PunishTime)
PunishTime - Time it takes to perform the action
Note: This field may return `null`, indicating that no valid value can be obtained.public Long getThreshold()
public void setThreshold(Long Threshold)
Threshold - Request rate threshold
Note: This field may return `null`, indicating that no valid value can be obtained.public Long getPeriod()
public void setPeriod(Long Period)
Period - Statistical period
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.