public class ModifyLiveCallbackTemplateRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyLiveCallbackTemplateRequest() | 
| ModifyLiveCallbackTemplateRequest(ModifyLiveCallbackTemplateRequest 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 描述信息。 | 
| String | getPornCensorshipNotifyUrl()Get 鉴黄回调 URL。 | 
| String | getPushExceptionNotifyUrl()Get 推流异常回调 URL。 | 
| String[] | getRecordExceptionLevels()Get 录制异常回调级别,可选择:error、warning、info。 | 
| String | getRecordExceptionNotifyUrl()Get 录制异常回调 URL。 | 
| String | getRecordNotifyUrl()Get 录制文件回调 URL。 | 
| String | getRecordStatusNotifyUrl()Get 录制状态回调 URL 。 | 
| String | getSnapshotNotifyUrl()Get 截图回调 URL。 | 
| String | getStreamBeginNotifyUrl()Get 开播回调 URL。 | 
| String | getStreamEndNotifyUrl()Get 断流回调 URL。 | 
| Long | getTemplateId()Get DescribeLiveCallbackTemplates接口返回的模板 ID。 | 
| String | getTemplateName()Get 模板名称。 | 
| void | setAudioAuditNotifyUrl(String AudioAuditNotifyUrl)Set 音频审核回调 URL。 | 
| void | setCallbackKey(String CallbackKey)Set 回调 Key,回调 URL 公用,回调签名详见事件消息通知文档。
[事件消息通知](/document/product/267/32744)。 | 
| void | setDescription(String Description)Set 描述信息。 | 
| void | setPornCensorshipNotifyUrl(String PornCensorshipNotifyUrl)Set 鉴黄回调 URL。 | 
| 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。 | 
| void | setRecordStatusNotifyUrl(String RecordStatusNotifyUrl)Set 录制状态回调 URL 。 | 
| void | setSnapshotNotifyUrl(String SnapshotNotifyUrl)Set 截图回调 URL。 | 
| void | setStreamBeginNotifyUrl(String StreamBeginNotifyUrl)Set 开播回调 URL。 | 
| void | setStreamEndNotifyUrl(String StreamEndNotifyUrl)Set 断流回调 URL。 | 
| void | setTemplateId(Long TemplateId)Set DescribeLiveCallbackTemplates接口返回的模板 ID。 | 
| void | setTemplateName(String TemplateName)Set 模板名称。 | 
| 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 ModifyLiveCallbackTemplateRequest()
public ModifyLiveCallbackTemplateRequest(ModifyLiveCallbackTemplateRequest source)
public Long getTemplateId()
public void setTemplateId(Long TemplateId)
TemplateId - DescribeLiveCallbackTemplates接口返回的模板 ID。public String getTemplateName()
public void setTemplateName(String TemplateName)
TemplateName - 模板名称。public String getDescription()
public void setDescription(String Description)
Description - 描述信息。public String getStreamBeginNotifyUrl()
public void setStreamBeginNotifyUrl(String StreamBeginNotifyUrl)
StreamBeginNotifyUrl - 开播回调 URL。public String getStreamEndNotifyUrl()
public void setStreamEndNotifyUrl(String StreamEndNotifyUrl)
StreamEndNotifyUrl - 断流回调 URL。public String getRecordNotifyUrl()
public void setRecordNotifyUrl(String RecordNotifyUrl)
RecordNotifyUrl - 录制文件回调 URL。public String getRecordStatusNotifyUrl()
public void setRecordStatusNotifyUrl(String RecordStatusNotifyUrl)
RecordStatusNotifyUrl - 录制状态回调 URL 。public String getSnapshotNotifyUrl()
public void setSnapshotNotifyUrl(String SnapshotNotifyUrl)
SnapshotNotifyUrl - 截图回调 URL。public String getPornCensorshipNotifyUrl()
public void setPornCensorshipNotifyUrl(String PornCensorshipNotifyUrl)
PornCensorshipNotifyUrl - 鉴黄回调 URL。public String getCallbackKey()
public void setCallbackKey(String CallbackKey)
CallbackKey - 回调 Key,回调 URL 公用,回调签名详见事件消息通知文档。
[事件消息通知](/document/product/267/32744)。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.