public class DeleteSampleSnapshotTemplateRequest extends AbstractModel
Constructor and Description |
---|
DeleteSampleSnapshotTemplateRequest() |
DeleteSampleSnapshotTemplateRequest(DeleteSampleSnapshotTemplateRequest 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 Unique ID of a sampled screencapturing template.
|
Long |
getSubAppId()
Get ID of a [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) in VOD.
|
void |
setDefinition(Long Definition)
Set Unique ID of a sampled screencapturing template.
|
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 |
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 DeleteSampleSnapshotTemplateRequest()
public DeleteSampleSnapshotTemplateRequest(DeleteSampleSnapshotTemplateRequest source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- Unique ID of a sampled screencapturing template.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.