public class ClsLogIpData extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getClientIp()
Get IP
|
Long |
getCount()
Get 在获取的Top信息中,IP出现的次数
|
Long |
getRequest()
Get 在给定的时间段中,1秒内的最大请求量
|
String |
getTime()
Get 在给定的时间段中,1秒内的最大请求量对应的时间
|
void |
setClientIp(String ClientIp)
Set IP
|
void |
setCount(Long Count)
Set 在获取的Top信息中,IP出现的次数
|
void |
setRequest(Long Request)
Set 在给定的时间段中,1秒内的最大请求量
|
void |
setTime(String Time)
Set 在给定的时间段中,1秒内的最大请求量对应的时间
|
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 ClsLogIpData()
public ClsLogIpData(ClsLogIpData source)
public String getClientIp()
public void setClientIp(String ClientIp)
ClientIp
- IPpublic Long getRequest()
public void setRequest(Long Request)
Request
- 在给定的时间段中,1秒内的最大请求量public Long getCount()
public void setCount(Long Count)
Count
- 在获取的Top信息中,IP出现的次数public String getTime()
public void setTime(String Time)
Time
- 在给定的时间段中,1秒内的最大请求量对应的时间Copyright © 2022. All rights reserved.