Class RecordStatisticValue
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideoindustry.v20201201.models.RecordStatisticValue
-
public class RecordStatisticValue extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RecordStatisticValue()RecordStatisticValue(RecordStatisticValue 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 LonggetExpectTimeLen()Get 期望执行时间 秒 注意:此字段可能返回 null,表示取不到有效值。FloatgetFileSize()Get 存储大小 G 注意:此字段可能返回 null,表示取不到有效值。LonggetRecordTimeLen()Get 实际执行时间 秒 注意:此字段可能返回 null,表示取不到有效值。voidsetExpectTimeLen(Long ExpectTimeLen)Set 期望执行时间 秒 注意:此字段可能返回 null,表示取不到有效值。voidsetFileSize(Float FileSize)Set 存储大小 G 注意:此字段可能返回 null,表示取不到有效值。voidsetRecordTimeLen(Long RecordTimeLen)Set 实际执行时间 秒 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
RecordStatisticValue
public RecordStatisticValue()
-
RecordStatisticValue
public RecordStatisticValue(RecordStatisticValue 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
-
getExpectTimeLen
public Long getExpectTimeLen()
Get 期望执行时间 秒 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ExpectTimeLen 期望执行时间 秒 注意:此字段可能返回 null,表示取不到有效值。
-
setExpectTimeLen
public void setExpectTimeLen(Long ExpectTimeLen)
Set 期望执行时间 秒 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ExpectTimeLen- 期望执行时间 秒 注意:此字段可能返回 null,表示取不到有效值。
-
getRecordTimeLen
public Long getRecordTimeLen()
Get 实际执行时间 秒 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RecordTimeLen 实际执行时间 秒 注意:此字段可能返回 null,表示取不到有效值。
-
setRecordTimeLen
public void setRecordTimeLen(Long RecordTimeLen)
Set 实际执行时间 秒 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RecordTimeLen- 实际执行时间 秒 注意:此字段可能返回 null,表示取不到有效值。
-
getFileSize
public Float getFileSize()
Get 存储大小 G 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FileSize 存储大小 G 注意:此字段可能返回 null,表示取不到有效值。
-
setFileSize
public void setFileSize(Float FileSize)
Set 存储大小 G 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FileSize- 存储大小 G 注意:此字段可能返回 null,表示取不到有效值。
-
-