public class RecordStatistic extends AbstractModel
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 时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
RecordStatisticValue |
getValue()
Get 统计结果
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTime(Long Time)
Set 时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValue(RecordStatisticValue Value)
Set 统计结果
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public RecordStatistic()
public RecordStatistic(RecordStatistic source)
public Long getTime()
public void setTime(Long Time)
Time
- 时间戳
注意:此字段可能返回 null,表示取不到有效值。public RecordStatisticValue getValue()
public void setValue(RecordStatisticValue Value)
Value
- 统计结果
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.