public class OmittedDuration extends AbstractModel
Constructor and Description |
---|
OmittedDuration() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2020. All rights reserved.