public class TimeSlice extends AbstractModel
| Constructor and Description | 
|---|
TimeSlice()  | 
| Modifier and Type | Method and Description | 
|---|---|
Long | 
getCount()
Get Total number 
 | 
Long | 
getTimestamp()
Get Statistics start time 
 | 
void | 
setCount(Long Count)
Set Total number 
 | 
void | 
setTimestamp(Long Timestamp)
Set Statistics start time 
 | 
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, toJsonStringpublic Long getCount()
public void setCount(Long Count)
Count - Total numberpublic Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp - Statistics start timeCopyright © 2021. All rights reserved.