public class LogHistogramInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
LogHistogramInfo() |
LogHistogramInfo(LogHistogramInfo 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.
|
Long |
getTimeStamp()
Get Timestamp.
|
void |
setCount(Long Count)
Set Number of logs.
|
void |
setTimeStamp(Long TimeStamp)
Set Timestamp.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LogHistogramInfo()
public LogHistogramInfo(LogHistogramInfo source)
public Long getCount()
public void setCount(Long Count)
Count
- Number of logs.public Long getTimeStamp()
public void setTimeStamp(Long TimeStamp)
TimeStamp
- Timestamp.Copyright © 2025. All rights reserved.