public class RecordUsage extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RecordUsage() | 
| RecordUsage(RecordUsage 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 | getAudioTime()Get 语音时长,单位:秒。 | 
| Long | getClass1VideoTime()Get 视频时长-标清SD,单位:秒。 | 
| Long | getClass2VideoTime()Get 视频时长-高清HD,单位:秒。 | 
| Long | getClass3VideoTime()Get 视频时长-超清HD,单位:秒。 | 
| String | getTimeKey()Get 本组数据对应的时间点,格式如:2020-09-07或2020-09-07 00:05:05。 | 
| void | setAudioTime(Long AudioTime)Set 语音时长,单位:秒。 | 
| void | setClass1VideoTime(Long Class1VideoTime)Set 视频时长-标清SD,单位:秒。 | 
| void | setClass2VideoTime(Long Class2VideoTime)Set 视频时长-高清HD,单位:秒。 | 
| void | setClass3VideoTime(Long Class3VideoTime)Set 视频时长-超清HD,单位:秒。 | 
| void | setTimeKey(String TimeKey)Set 本组数据对应的时间点,格式如:2020-09-07或2020-09-07 00:05:05。 | 
| 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 RecordUsage()
public RecordUsage(RecordUsage source)
public String getTimeKey()
public void setTimeKey(String TimeKey)
TimeKey - 本组数据对应的时间点,格式如:2020-09-07或2020-09-07 00:05:05。public Long getClass1VideoTime()
public void setClass1VideoTime(Long Class1VideoTime)
Class1VideoTime - 视频时长-标清SD,单位:秒。public Long getClass2VideoTime()
public void setClass2VideoTime(Long Class2VideoTime)
Class2VideoTime - 视频时长-高清HD,单位:秒。public Long getClass3VideoTime()
public void setClass3VideoTime(Long Class3VideoTime)
Class3VideoTime - 视频时长-超清HD,单位:秒。public Long getAudioTime()
public void setAudioTime(Long AudioTime)
AudioTime - 语音时长,单位:秒。Copyright © 2025. All rights reserved.