public class AccessHistogramItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
AccessHistogramItem() |
AccessHistogramItem(AccessHistogramItem 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 |
getBeginTime()
Get 时间,单位ms
|
Long |
getBTime()
Deprecated.
|
Long |
getCount()
Get 日志条数
|
void |
setBeginTime(Long BeginTime)
Set 时间,单位ms
|
void |
setBTime(Long BTime)
Deprecated.
|
void |
setCount(Long Count)
Set 日志条数
|
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, toJsonString
public AccessHistogramItem()
public AccessHistogramItem(AccessHistogramItem source)
@Deprecated public Long getBTime()
@Deprecated public void setBTime(Long BTime)
BTime
- 时间,单位mspublic Long getCount()
public void setCount(Long Count)
Count
- 日志条数public Long getBeginTime()
public void setBeginTime(Long BeginTime)
BeginTime
- 时间,单位msCopyright © 2024. All rights reserved.