public class MediaSnapshotByTimeOffsetItem extends AbstractModel
| Constructor and Description | 
|---|
| MediaSnapshotByTimeOffsetItem() | 
| MediaSnapshotByTimeOffsetItem(MediaSnapshotByTimeOffsetItem 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 | getDefinition()Get Specification of a time point screenshot. | 
| MediaSnapshotByTimePicInfoItem[] | getPicInfoSet()Get Information set of screenshots of the same specification. | 
| TaskOutputStorage | getStorage()Get Location of a time point screenshot file. | 
| void | setDefinition(Long Definition)Set Specification of a time point screenshot. | 
| void | setPicInfoSet(MediaSnapshotByTimePicInfoItem[] PicInfoSet)Set Information set of screenshots of the same specification. | 
| void | setStorage(TaskOutputStorage Storage)Set Location of a time point screenshot file. | 
| 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, toJsonStringpublic MediaSnapshotByTimeOffsetItem()
public MediaSnapshotByTimeOffsetItem(MediaSnapshotByTimeOffsetItem source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition - Specification of a time point screenshot. For more information, please see [Parameter Template for Time Point Screencapturing](https://intl.cloud.tencent.com/document/product/266/33480?from_cn_redirect=1#.E6.97.B6.E9.97.B4.E7.82.B9.E6.88.AA.E5.9B.BE.E6.A8.A1.E6.9D.BF).public MediaSnapshotByTimePicInfoItem[] getPicInfoSet()
public void setPicInfoSet(MediaSnapshotByTimePicInfoItem[] PicInfoSet)
PicInfoSet - Information set of screenshots of the same specification. Each element represents a screenshot.public TaskOutputStorage getStorage()
public void setStorage(TaskOutputStorage Storage)
Storage - Location of a time point screenshot file.Copyright © 2021. All rights reserved.