public class TimeSlice extends AbstractModel
Constructor and Description |
---|
TimeSlice() |
Modifier and Type | Method and Description |
---|---|
Long |
getCount()
获取总数
|
Long |
getTimestamp()
获取统计开始时间
|
void |
setCount(Long Count)
设置总数
|
void |
setTimestamp(Long Timestamp)
设置统计开始时间
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getCount()
public void setCount(Long Count)
Count
- 总数public Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp
- 统计开始时间Copyright © 2019. All rights reserved.