public class HistogramInfo extends AbstractModel
Constructor and Description |
---|
HistogramInfo() |
HistogramInfo(HistogramInfo 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 |
getBTime()
Get Unix timestamp rounded by `period`, in milliseconds
|
Long |
getCount()
Get The number of logs within the statistical period
|
void |
setBTime(Long BTime)
Set Unix timestamp rounded by `period`, in milliseconds
|
void |
setCount(Long Count)
Set The number of logs within the statistical period
|
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 HistogramInfo()
public HistogramInfo(HistogramInfo source)
public Long getCount()
public void setCount(Long Count)
Count
- The number of logs within the statistical periodpublic Long getBTime()
public void setBTime(Long BTime)
BTime
- Unix timestamp rounded by `period`, in millisecondsCopyright © 2023. All rights reserved.