public class RecordInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RecordInfo() | 
| RecordInfo(RecordInfo 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 | getEndTime()Get 本录像片段结束时间(s) | 
| Long | getStartTime()Get 本录像片段开始时间(s) | 
| String | getVideoURL()Get 录像片段文件url | 
| void | setEndTime(Long EndTime)Set 本录像片段结束时间(s) | 
| void | setStartTime(Long StartTime)Set 本录像片段开始时间(s) | 
| void | setVideoURL(String VideoURL)Set 录像片段文件url | 
| 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 RecordInfo()
public RecordInfo(RecordInfo source)
public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - 本录像片段开始时间(s)public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - 本录像片段结束时间(s)public String getVideoURL()
public void setVideoURL(String VideoURL)
VideoURL - 录像片段文件urlCopyright © 2025. All rights reserved.