public class DescribeLiveCallbackTemplateRequest extends AbstractModel
Constructor and Description |
---|
DescribeLiveCallbackTemplateRequest() |
DescribeLiveCallbackTemplateRequest(DescribeLiveCallbackTemplateRequest 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 |
getTemplateId()
Get 模板 ID。
1.
|
void |
setTemplateId(Long TemplateId)
Set 模板 ID。
1.
|
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 DescribeLiveCallbackTemplateRequest()
public DescribeLiveCallbackTemplateRequest(DescribeLiveCallbackTemplateRequest source)
public Long getTemplateId()
public void setTemplateId(Long TemplateId)
TemplateId
- 模板 ID。
1. 在创建回调模板接口 [CreateLiveCallbackTemplate](/document/product/267/32637) 调用的返回值中获取模板 ID。
2. 可以从接口 [DescribeLiveCallbackTemplates](/document/product/267/32632) 查询已经创建的过的模板列表。Copyright © 2021. All rights reserved.