public class LogHistogram extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
LogHistogram()  | 
LogHistogram(LogHistogram 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 logs within the statistical period 
 | 
Long | 
getTimeStamp()
Get Unix timestamp rounded by period, in ms 
 | 
void | 
setCount(Long Count)
Set Number of logs within the statistical period 
 | 
void | 
setTimeStamp(Long TimeStamp)
Set Unix timestamp rounded by period, in ms 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic LogHistogram()
public LogHistogram(LogHistogram source)
public Long getCount()
public void setCount(Long Count)
Count - Number of logs within the statistical periodpublic Long getTimeStamp()
public void setTimeStamp(Long TimeStamp)
TimeStamp - Unix timestamp rounded by period, in msCopyright © 2025. All rights reserved.