public class MediaSnapshotByTimePicInfoItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| MediaSnapshotByTimePicInfoItem() | 
| MediaSnapshotByTimePicInfoItem(MediaSnapshotByTimePicInfoItem 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 | 
|---|---|
| String | getPath()Get 该张截图的路径。 | 
| Float | getTimeOffset()Get 该张截图对应视频文件中的时间偏移,单位为秒。 | 
| Long[] | getWaterMarkDefinition()Get 截图如果被打上了水印,被打水印的模板 ID 列表。 | 
| void | setPath(String Path)Set 该张截图的路径。 | 
| void | setTimeOffset(Float TimeOffset)Set 该张截图对应视频文件中的时间偏移,单位为秒。 | 
| void | setWaterMarkDefinition(Long[] WaterMarkDefinition)Set 截图如果被打上了水印,被打水印的模板 ID 列表。 | 
| 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 MediaSnapshotByTimePicInfoItem()
public MediaSnapshotByTimePicInfoItem(MediaSnapshotByTimePicInfoItem source)
public Float getTimeOffset()
public void setTimeOffset(Float TimeOffset)
TimeOffset - 该张截图对应视频文件中的时间偏移,单位为秒。public String getPath()
public void setPath(String Path)
Path - 该张截图的路径。public Long[] getWaterMarkDefinition()
public void setWaterMarkDefinition(Long[] WaterMarkDefinition)
WaterMarkDefinition - 截图如果被打上了水印,被打水印的模板 ID 列表。Copyright © 2025. All rights reserved.