public class DescribeLiveCallbackTemplateRequest extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2025. All rights reserved.