Class RecordStatistic
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideoindustry.v20201201.models.RecordStatistic
-
public class RecordStatistic extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RecordStatistic
public RecordStatistic()
-
RecordStatistic
public 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.
-
-
Method Detail
-
getTime
public Long getTime()
Get 时间戳 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Time 时间戳 注意:此字段可能返回 null,表示取不到有效值。
-
setTime
public void setTime(Long Time)
Set 时间戳 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Time
- 时间戳 注意:此字段可能返回 null,表示取不到有效值。
-
getValue
public RecordStatisticValue getValue()
Get 统计结果 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Value 统计结果 注意:此字段可能返回 null,表示取不到有效值。
-
setValue
public void setValue(RecordStatisticValue Value)
Set 统计结果 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Value
- 统计结果 注意:此字段可能返回 null,表示取不到有效值。
-
-