public class CreateLiveCallbackTemplateRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateLiveCallbackTemplateRequest() | 
| CreateLiveCallbackTemplateRequest(CreateLiveCallbackTemplateRequest 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 | 
|---|---|
| String | getAudioAuditNotifyUrl()Get 音频审核回调 URL。 | 
| String | getCallbackKey()Get 回调 Key,回调 URL 公用,回调签名详见事件消息通知文档。
[事件消息通知](/document/product/267/32744)。 | 
| String | getDescription()Get 描述信息。
长度上限:1024字节。
仅支持中文、英文、数字、_、-。 | 
| String | getPornCensorshipNotifyUrl()Get 鉴黄回调 URL ,
相关协议文档:[事件消息通知](/document/product/267/32741)。 | 
| String | getPushExceptionNotifyUrl()Get 推流异常回调 URL。 | 
| String[] | getRecordExceptionLevels()Get 录制异常回调级别,可选择:error、warning、info。 | 
| String | getRecordExceptionNotifyUrl()Get 录制异常回调 URL。 | 
| String | getRecordNotifyUrl()Get 录制文件回调 URL,
相关协议文档:[事件消息通知](/document/product/267/32744)。 | 
| String | getRecordStatusNotifyUrl()Get 录制状态回调 URL ,
相关协议文档:[事件消息通知](/document/product/267/32744)。 | 
| String | getSnapshotNotifyUrl()Get 截图回调 URL,
相关协议文档:[事件消息通知](/document/product/267/32744)。 | 
| String | getStreamBeginNotifyUrl()Get 开播回调 URL,
相关协议文档:[事件消息通知](/document/product/267/32744)。 | 
| String | getStreamEndNotifyUrl()Get 断流回调 URL,
相关协议文档:[事件消息通知](/document/product/267/32744)。 | 
| String | getStreamMixNotifyUrl()Get 参数已弃用。 | 
| String | getTemplateName()Get 模板名称。
长度上限:255字节。
仅支持中文、英文、数字、_、-。 | 
| void | setAudioAuditNotifyUrl(String AudioAuditNotifyUrl)Set 音频审核回调 URL。 | 
| void | setCallbackKey(String CallbackKey)Set 回调 Key,回调 URL 公用,回调签名详见事件消息通知文档。
[事件消息通知](/document/product/267/32744)。 | 
| void | setDescription(String Description)Set 描述信息。
长度上限:1024字节。
仅支持中文、英文、数字、_、-。 | 
| void | setPornCensorshipNotifyUrl(String PornCensorshipNotifyUrl)Set 鉴黄回调 URL ,
相关协议文档:[事件消息通知](/document/product/267/32741)。 | 
| void | setPushExceptionNotifyUrl(String PushExceptionNotifyUrl)Set 推流异常回调 URL。 | 
| void | setRecordExceptionLevels(String[] RecordExceptionLevels)Set 录制异常回调级别,可选择:error、warning、info。 | 
| void | setRecordExceptionNotifyUrl(String RecordExceptionNotifyUrl)Set 录制异常回调 URL。 | 
| void | setRecordNotifyUrl(String RecordNotifyUrl)Set 录制文件回调 URL,
相关协议文档:[事件消息通知](/document/product/267/32744)。 | 
| void | setRecordStatusNotifyUrl(String RecordStatusNotifyUrl)Set 录制状态回调 URL ,
相关协议文档:[事件消息通知](/document/product/267/32744)。 | 
| void | setSnapshotNotifyUrl(String SnapshotNotifyUrl)Set 截图回调 URL,
相关协议文档:[事件消息通知](/document/product/267/32744)。 | 
| void | setStreamBeginNotifyUrl(String StreamBeginNotifyUrl)Set 开播回调 URL,
相关协议文档:[事件消息通知](/document/product/267/32744)。 | 
| void | setStreamEndNotifyUrl(String StreamEndNotifyUrl)Set 断流回调 URL,
相关协议文档:[事件消息通知](/document/product/267/32744)。 | 
| void | setStreamMixNotifyUrl(String StreamMixNotifyUrl)Set 参数已弃用。 | 
| void | setTemplateName(String TemplateName)Set 模板名称。
长度上限:255字节。
仅支持中文、英文、数字、_、-。 | 
| 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 CreateLiveCallbackTemplateRequest()
public CreateLiveCallbackTemplateRequest(CreateLiveCallbackTemplateRequest source)
public String getTemplateName()
public void setTemplateName(String TemplateName)
TemplateName - 模板名称。
长度上限:255字节。
仅支持中文、英文、数字、_、-。public String getDescription()
public void setDescription(String Description)
Description - 描述信息。
长度上限:1024字节。
仅支持中文、英文、数字、_、-。public String getStreamBeginNotifyUrl()
public void setStreamBeginNotifyUrl(String StreamBeginNotifyUrl)
StreamBeginNotifyUrl - 开播回调 URL,
相关协议文档:[事件消息通知](/document/product/267/32744)。public String getStreamEndNotifyUrl()
public void setStreamEndNotifyUrl(String StreamEndNotifyUrl)
StreamEndNotifyUrl - 断流回调 URL,
相关协议文档:[事件消息通知](/document/product/267/32744)。public String getRecordNotifyUrl()
public void setRecordNotifyUrl(String RecordNotifyUrl)
RecordNotifyUrl - 录制文件回调 URL,
相关协议文档:[事件消息通知](/document/product/267/32744)。public String getRecordStatusNotifyUrl()
public void setRecordStatusNotifyUrl(String RecordStatusNotifyUrl)
RecordStatusNotifyUrl - 录制状态回调 URL ,
相关协议文档:[事件消息通知](/document/product/267/32744)。public String getSnapshotNotifyUrl()
public void setSnapshotNotifyUrl(String SnapshotNotifyUrl)
SnapshotNotifyUrl - 截图回调 URL,
相关协议文档:[事件消息通知](/document/product/267/32744)。public String getPornCensorshipNotifyUrl()
public void setPornCensorshipNotifyUrl(String PornCensorshipNotifyUrl)
PornCensorshipNotifyUrl - 鉴黄回调 URL ,
相关协议文档:[事件消息通知](/document/product/267/32741)。public String getCallbackKey()
public void setCallbackKey(String CallbackKey)
CallbackKey - 回调 Key,回调 URL 公用,回调签名详见事件消息通知文档。
[事件消息通知](/document/product/267/32744)。public String getStreamMixNotifyUrl()
public void setStreamMixNotifyUrl(String StreamMixNotifyUrl)
StreamMixNotifyUrl - 参数已弃用。public String getPushExceptionNotifyUrl()
public void setPushExceptionNotifyUrl(String PushExceptionNotifyUrl)
PushExceptionNotifyUrl - 推流异常回调 URL。public String getAudioAuditNotifyUrl()
public void setAudioAuditNotifyUrl(String AudioAuditNotifyUrl)
AudioAuditNotifyUrl - 音频审核回调 URL。public String getRecordExceptionNotifyUrl()
public void setRecordExceptionNotifyUrl(String RecordExceptionNotifyUrl)
RecordExceptionNotifyUrl - 录制异常回调 URL。public String[] getRecordExceptionLevels()
public void setRecordExceptionLevels(String[] RecordExceptionLevels)
RecordExceptionLevels - 录制异常回调级别,可选择:error、warning、info。Copyright © 2025. All rights reserved.