public class RecordStatistic extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RecordStatistic() | 
| RecordStatistic(RecordStatistic 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 | getTime()Get 时间戳 | 
| RecordStatisticValue | getValue()Get 统计结果 | 
| void | setTime(Long Time)Set 时间戳 | 
| void | setValue(RecordStatisticValue Value)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, toJsonStringpublic RecordStatistic()
public RecordStatistic(RecordStatistic source)
public Long getTime()
public void setTime(Long Time)
Time - 时间戳public RecordStatisticValue getValue()
public void setValue(RecordStatisticValue Value)
Value - 统计结果Copyright © 2025. All rights reserved.