Class OmittedDuration
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tiw.v20190919.models.OmittedDuration
-
public class OmittedDuration extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
OmittedDuration
public OmittedDuration()
-
OmittedDuration
public 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.
-
-
Method Detail
-
getVideoTime
public Long getVideoTime()
Get 录制暂停时间戳对应的视频播放时间(单位: 毫秒)- Returns:
- VideoTime 录制暂停时间戳对应的视频播放时间(单位: 毫秒)
-
setVideoTime
public void setVideoTime(Long VideoTime)
Set 录制暂停时间戳对应的视频播放时间(单位: 毫秒)- Parameters:
VideoTime
- 录制暂停时间戳对应的视频播放时间(单位: 毫秒)
-
getPauseTime
public Long getPauseTime()
Get 录制暂停时间戳(单位: 毫秒)- Returns:
- PauseTime 录制暂停时间戳(单位: 毫秒)
-
setPauseTime
public void setPauseTime(Long PauseTime)
Set 录制暂停时间戳(单位: 毫秒)- Parameters:
PauseTime
- 录制暂停时间戳(单位: 毫秒)
-
getResumeTime
public Long getResumeTime()
Get 录制恢复时间戳(单位: 毫秒)- Returns:
- ResumeTime 录制恢复时间戳(单位: 毫秒)
-
setResumeTime
public void setResumeTime(Long ResumeTime)
Set 录制恢复时间戳(单位: 毫秒)- Parameters:
ResumeTime
- 录制恢复时间戳(单位: 毫秒)
-
-