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 Recording pause timestamp, in milliseconds
|
Long |
getResumeTime()
Get Recording resumption timestamp, in milliseconds
|
Long |
getVideoTime()
Get Offset of the paused time in the spliced video, in milliseconds
|
void |
setPauseTime(Long PauseTime)
Set Recording pause timestamp, in milliseconds
|
void |
setResumeTime(Long ResumeTime)
Set Recording resumption timestamp, in milliseconds
|
void |
setVideoTime(Long VideoTime)
Set Offset of the paused time in the spliced video, in milliseconds
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public OmittedDuration()
public OmittedDuration(OmittedDuration source)
public Long getVideoTime()
public void setVideoTime(Long VideoTime)
VideoTime
- Offset of the paused time in the spliced video, in millisecondspublic Long getPauseTime()
public void setPauseTime(Long PauseTime)
PauseTime
- Recording pause timestamp, in millisecondspublic Long getResumeTime()
public void setResumeTime(Long ResumeTime)
ResumeTime
- Recording resumption timestamp, in millisecondsCopyright © 2024. All rights reserved.