public class DescribeSnapshotByTimeOffsetTemplatesRequest extends AbstractModel
Constructor and Description |
---|
DescribeSnapshotByTimeOffsetTemplatesRequest() |
DescribeSnapshotByTimeOffsetTemplatesRequest(DescribeSnapshotByTimeOffsetTemplatesRequest 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[] |
getDefinitions()
Get Unique ID filter of time point screencapturing templates.
|
Long |
getLimit()
Get Number of returned entries.
|
Long |
getOffset()
Get Paged offset.
|
Long |
getSubAppId()
Get ID of a [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) in VOD.
|
String |
getType()
Get Template type filter.
|
void |
setDefinitions(Long[] Definitions)
Set Unique ID filter of time point screencapturing templates.
|
void |
setLimit(Long Limit)
Set Number of returned entries.
|
void |
setOffset(Long Offset)
Set Paged offset.
|
void |
setSubAppId(Long SubAppId)
Set ID of a [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) in VOD.
|
void |
setType(String Type)
Set Template type filter.
|
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 DescribeSnapshotByTimeOffsetTemplatesRequest()
public DescribeSnapshotByTimeOffsetTemplatesRequest(DescribeSnapshotByTimeOffsetTemplatesRequest source)
public Long[] getDefinitions()
public void setDefinitions(Long[] Definitions)
Definitions
- Unique ID filter of time point screencapturing templates. Array length limit: 100.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Paged offset. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of returned entries. Default value: 10. Maximum value: 100.public String getType()
public void setType(String Type)
Type
- Template type filter. Valid values:
public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- ID of a [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) in VOD. If you need to access a resource in a subapplication, enter the subapplication ID in this field; otherwise, leave it empty.Copyright © 2021. All rights reserved.