public class MediaSnapshotByTimeOffsetItem extends AbstractModel
Constructor and Description |
---|
MediaSnapshotByTimeOffsetItem() |
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, toJsonString
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 © 2020. All rights reserved.