public class OmittedDuration extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| OmittedDuration() | 
| OmittedDuration(OmittedDuration 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 | getPauseTime()Get 录制暂停时间戳(单位: 毫秒) | 
| Long | getResumeTime()Get 录制恢复时间戳(单位: 毫秒) | 
| Long | getVideoTime()Get 录制暂停时间戳对应的视频播放时间(单位: 毫秒) | 
| void | setPauseTime(Long PauseTime)Set 录制暂停时间戳(单位: 毫秒) | 
| void | setResumeTime(Long ResumeTime)Set 录制恢复时间戳(单位: 毫秒) | 
| void | setVideoTime(Long VideoTime)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 OmittedDuration()
public OmittedDuration(OmittedDuration source)
public Long getVideoTime()
public void setVideoTime(Long VideoTime)
VideoTime - 录制暂停时间戳对应的视频播放时间(单位: 毫秒)public Long getPauseTime()
public void setPauseTime(Long PauseTime)
PauseTime - 录制暂停时间戳(单位: 毫秒)public Long getResumeTime()
public void setResumeTime(Long ResumeTime)
ResumeTime - 录制恢复时间戳(单位: 毫秒)Copyright © 2025. All rights reserved.