public class RecordStatisticValue extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getExpectTimeLen()Get 期望执行时间 秒 | 
| Float | getFileSize()Get 存储大小 G | 
| Long | getRecordTimeLen()Get 实际执行时间 秒 | 
| void | setExpectTimeLen(Long ExpectTimeLen)Set 期望执行时间 秒 | 
| void | setFileSize(Float FileSize)Set 存储大小 G | 
| void | setRecordTimeLen(Long RecordTimeLen)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 RecordStatisticValue()
public RecordStatisticValue(RecordStatisticValue source)
public Long getExpectTimeLen()
public void setExpectTimeLen(Long ExpectTimeLen)
ExpectTimeLen - 期望执行时间 秒public Long getRecordTimeLen()
public void setRecordTimeLen(Long RecordTimeLen)
RecordTimeLen - 实际执行时间 秒public Float getFileSize()
public void setFileSize(Float FileSize)
FileSize - 存储大小 GCopyright © 2025. All rights reserved.