public class CCInterceptEvent extends AbstractModel
| 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 The client IP. | 
| Long | getInterceptNum()Get The requests per minute that are blocked. | 
| Long | getInterceptTime()Get Block time in seconds. | 
| void | setClientIp(String ClientIp)Set The client IP. | 
| void | setInterceptNum(Long InterceptNum)Set The requests per minute that are blocked. | 
| void | setInterceptTime(Long InterceptTime)Set Block time in seconds. | 
| 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, toJsonStringpublic CCInterceptEvent()
public CCInterceptEvent(CCInterceptEvent source)
public String getClientIp()
public void setClientIp(String ClientIp)
ClientIp - The client IP.public Long getInterceptNum()
public void setInterceptNum(Long InterceptNum)
InterceptNum - The requests per minute that are blocked.public Long getInterceptTime()
public void setInterceptTime(Long InterceptTime)
InterceptTime - Block time in seconds.Copyright © 2022. All rights reserved.