Class ClsLogIpData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.ClsLogIpData
-
public class ClsLogIpData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ClsLogIpData()ClsLogIpData(ClsLogIpData 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientIp()Get IPLonggetCount()Get 在获取的Top信息中,IP出现的次数LonggetRequest()Get 在给定的时间段中,1秒内的最大请求量StringgetTime()Get 在给定的时间段中,1秒内的最大请求量对应的时间voidsetClientIp(String ClientIp)Set IPvoidsetCount(Long Count)Set 在获取的Top信息中,IP出现的次数voidsetRequest(Long Request)Set 在给定的时间段中,1秒内的最大请求量voidsetTime(String Time)Set 在给定的时间段中,1秒内的最大请求量对应的时间voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ClsLogIpData
public ClsLogIpData()
-
ClsLogIpData
public ClsLogIpData(ClsLogIpData 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.
-
-
Method Detail
-
getClientIp
public String getClientIp()
Get IP- Returns:
- ClientIp IP
-
setClientIp
public void setClientIp(String ClientIp)
Set IP- Parameters:
ClientIp- IP
-
getRequest
public Long getRequest()
Get 在给定的时间段中,1秒内的最大请求量- Returns:
- Request 在给定的时间段中,1秒内的最大请求量
-
setRequest
public void setRequest(Long Request)
Set 在给定的时间段中,1秒内的最大请求量- Parameters:
Request- 在给定的时间段中,1秒内的最大请求量
-
getCount
public Long getCount()
Get 在获取的Top信息中,IP出现的次数- Returns:
- Count 在获取的Top信息中,IP出现的次数
-
setCount
public void setCount(Long Count)
Set 在获取的Top信息中,IP出现的次数- Parameters:
Count- 在获取的Top信息中,IP出现的次数
-
getTime
public String getTime()
Get 在给定的时间段中,1秒内的最大请求量对应的时间- Returns:
- Time 在给定的时间段中,1秒内的最大请求量对应的时间
-
setTime
public void setTime(String Time)
Set 在给定的时间段中,1秒内的最大请求量对应的时间- Parameters:
Time- 在给定的时间段中,1秒内的最大请求量对应的时间
-
-