public class RecordUsage extends AbstractModel
| 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 Audio duration (s) | 
| Long | getClass1VideoTime()Get SD video duration (s) | 
| Long | getClass2VideoTime()Get HD video duration (s) | 
| Long | getClass3VideoTime()Get FHD video duration (s) | 
| String | getTimeKey()Get Time point for the statistics, e.g., `2020-09-07` or `2020-09-07 00:05:05` | 
| void | setAudioTime(Long AudioTime)Set Audio duration (s) | 
| void | setClass1VideoTime(Long Class1VideoTime)Set SD video duration (s) | 
| void | setClass2VideoTime(Long Class2VideoTime)Set HD video duration (s) | 
| void | setClass3VideoTime(Long Class3VideoTime)Set FHD video duration (s) | 
| void | setTimeKey(String TimeKey)Set Time point for the statistics, e.g., `2020-09-07` or `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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic RecordUsage()
public RecordUsage(RecordUsage source)
public String getTimeKey()
public void setTimeKey(String TimeKey)
TimeKey - Time point for the statistics, e.g., `2020-09-07` or `2020-09-07 00:05:05`public Long getClass1VideoTime()
public void setClass1VideoTime(Long Class1VideoTime)
Class1VideoTime - SD video duration (s)public Long getClass2VideoTime()
public void setClass2VideoTime(Long Class2VideoTime)
Class2VideoTime - HD video duration (s)public Long getClass3VideoTime()
public void setClass3VideoTime(Long Class3VideoTime)
Class3VideoTime - FHD video duration (s)public Long getAudioTime()
public void setAudioTime(Long AudioTime)
AudioTime - Audio duration (s)Copyright © 2021. All rights reserved.