public class DescribeLiveCallbackTemplateRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeLiveCallbackTemplateRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getTemplateId()Get Template ID. | 
| void | setTemplateId(Long TemplateId)Set Template 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 Long getTemplateId()
public void setTemplateId(Long TemplateId)
TemplateId - Template ID.
1. Get the template ID in the returned value of the [CreateLiveCallbackTemplate](/document/product/267/32637) API call.
2. You can query the list of created templates through the [DescribeLiveCallbackTemplates](/document/product/267/32632) API.Copyright © 2020. All rights reserved.