public class MediaSnapshotByTimePicInfoItem extends AbstractModel
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 Path to the screenshot.
|
Float |
getTimeOffset()
Get The timestamp (seconds) of the screenshot.
|
Long[] |
getWaterMarkDefinition()
Get List of watermarking template IDs if the screenshots are watermarked.
|
void |
setPath(String Path)
Set Path to the screenshot.
|
void |
setTimeOffset(Float TimeOffset)
Set The timestamp (seconds) of the screenshot.
|
void |
setWaterMarkDefinition(Long[] WaterMarkDefinition)
Set List of watermarking template IDs if the screenshots are watermarked.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public MediaSnapshotByTimePicInfoItem()
public MediaSnapshotByTimePicInfoItem(MediaSnapshotByTimePicInfoItem source)
public Float getTimeOffset()
public void setTimeOffset(Float TimeOffset)
TimeOffset
- The timestamp (seconds) of the screenshot.public String getPath()
public void setPath(String Path)
Path
- Path to the screenshot.public Long[] getWaterMarkDefinition()
public void setWaterMarkDefinition(Long[] WaterMarkDefinition)
WaterMarkDefinition
- List of watermarking template IDs if the screenshots are watermarked.Copyright © 2023. All rights reserved.