public class SlowLogHost extends AbstractModel
| Constructor and Description | 
|---|
| SlowLogHost() | 
| SlowLogHost(SlowLogHost 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 | 
|---|---|
| Long | getCount()Get Number of slow logs from this source address. | 
| Float | getRatio()Get Proportion (in %) of slow logs from this source address to the total number of slow logs. | 
| String | getUserHost()Get Source addresses. | 
| void | setCount(Long Count)Set Number of slow logs from this source address. | 
| void | setRatio(Float Ratio)Set Proportion (in %) of slow logs from this source address to the total number of slow logs. | 
| void | setUserHost(String UserHost)Set Source addresses. | 
| 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 SlowLogHost()
public SlowLogHost(SlowLogHost source)
public String getUserHost()
public void setUserHost(String UserHost)
UserHost - Source addresses.public Float getRatio()
public void setRatio(Float Ratio)
Ratio - Proportion (in %) of slow logs from this source address to the total number of slow logs.public Long getCount()
public void setCount(Long Count)
Count - Number of slow logs from this source address.Copyright © 2022. All rights reserved.