public class CCInterceptEvent extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CCInterceptEvent()  | 
CCInterceptEvent(CCInterceptEvent 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 | 
getClientIp()
Get Client IP
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getInterceptNum()
Get Number of blocks per minute
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getInterceptTime()
Get Block time in rate-limiting policy per minute in seconds 
 | 
void | 
setClientIp(String ClientIp)
Set Client IP
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setInterceptNum(Long InterceptNum)
Set Number of blocks per minute
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setInterceptTime(Long InterceptTime)
Set Block time in rate-limiting policy per minute in seconds 
 | 
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 CCInterceptEvent()
public CCInterceptEvent(CCInterceptEvent source)
public String getClientIp()
public void setClientIp(String ClientIp)
ClientIp - Client IP
Note: This field may return null, indicating that no valid values can be obtained.public Long getInterceptNum()
public void setInterceptNum(Long InterceptNum)
InterceptNum - Number of blocks per minute
Note: This field may return null, indicating that no valid values can be obtained.public Long getInterceptTime()
public void setInterceptTime(Long InterceptTime)
InterceptTime - Block time in rate-limiting policy per minute in secondsCopyright © 2025. All rights reserved.