public class TimeSlice extends AbstractModel
| Constructor and Description | 
|---|
TimeSlice()  | 
TimeSlice(TimeSlice 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 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 TimeSlice()
public TimeSlice(TimeSlice source)
public Long getCount()
public void setCount(Long Count)
Count - Total numberpublic Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp - Statistics start timeCopyright © 2022. All rights reserved.