public class SnapshotByTimeOffsetTask2017 extends AbstractModel
| Constructor and Description |
|---|
SnapshotByTimeOffsetTask2017() |
SnapshotByTimeOffsetTask2017(SnapshotByTimeOffsetTask2017 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 screenshot specification.
|
String |
getFileId()
Get Screenshot file ID.
|
SnapshotByTimeOffset2017[] |
getSnapshotInfoSet()
Get Result information of screencapturing.
|
String |
getTaskId()
Get Screencapturing task ID.
|
void |
setDefinition(Long Definition)
Set screenshot specification.
|
void |
setFileId(String FileId)
Set Screenshot file ID.
|
void |
setSnapshotInfoSet(SnapshotByTimeOffset2017[] SnapshotInfoSet)
Set Result information of screencapturing.
|
void |
setTaskId(String TaskId)
Set Screencapturing task ID.
|
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 SnapshotByTimeOffsetTask2017()
public SnapshotByTimeOffsetTask2017(SnapshotByTimeOffsetTask2017 source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId - Screencapturing task ID.public String getFileId()
public void setFileId(String FileId)
FileId - Screenshot file ID.public Long getDefinition()
public void setDefinition(Long Definition)
Definition - screenshot specification. 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 SnapshotByTimeOffset2017[] getSnapshotInfoSet()
public void setSnapshotInfoSet(SnapshotByTimeOffset2017[] SnapshotInfoSet)
SnapshotInfoSet - Result information of screencapturing.Copyright © 2022. All rights reserved.