public class SlowLogHost extends AbstractModel
Constructor and Description |
---|
SlowLogHost() |
Modifier and Type | Method and Description |
---|---|
Long |
getCount()
Get 该来源地址的慢日志数目。
|
Float |
getRatio()
Get 该来源地址的慢日志数目占总数目的比例,单位%。
|
String |
getUserHost()
Get 来源地址。
|
void |
setCount(Long Count)
Set 该来源地址的慢日志数目。
|
void |
setRatio(Float Ratio)
Set 该来源地址的慢日志数目占总数目的比例,单位%。
|
void |
setUserHost(String UserHost)
Set 来源地址。
|
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 String getUserHost()
public void setUserHost(String UserHost)
UserHost
- 来源地址。public Float getRatio()
public void setRatio(Float Ratio)
Ratio
- 该来源地址的慢日志数目占总数目的比例,单位%。public Long getCount()
public void setCount(Long Count)
Count
- 该来源地址的慢日志数目。Copyright © 2021. All rights reserved.