public class CallBackTemplateInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CallBackTemplateInfo() | 
| CallBackTemplateInfo(CallBackTemplateInfo 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。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getCallbackKey()Get 回调的鉴权 key。 | 
| String | getDescription()Get 描述信息。 | 
| String | getPornCensorshipNotifyUrl()Get 鉴黄回调 URL。 | 
| String | getPushExceptionNotifyUrl()Get 推流异常回调 URL。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String[] | getRecordExceptionLevels()Get 录制异常回调级别,可选择:error: 错误。alarm: 告警。 | 
| String | getRecordExceptionNotifyUrl()Get 录制异常回调 URL。 | 
| String | getRecordNotifyUrl()Get 录制文件回调 URL。 | 
| String | getSnapshotNotifyUrl()Get 截图回调 URL。 | 
| String | getStreamBeginNotifyUrl()Get 开播回调 URL。 | 
| String | getStreamEndNotifyUrl()Get 断流回调 URL。 | 
| String | getStreamMixNotifyUrl()Get 混流回调 URL。(参数已弃用)。 | 
| Long | getTemplateId()Get 模板 ID。 | 
| String | getTemplateName()Get 模板名称。 | 
| void | setAudioAuditNotifyUrl(String AudioAuditNotifyUrl)Set 音频审核回调 URL。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCallbackKey(String CallbackKey)Set 回调的鉴权 key。 | 
| void | setDescription(String Description)Set 描述信息。 | 
| void | setPornCensorshipNotifyUrl(String PornCensorshipNotifyUrl)Set 鉴黄回调 URL。 | 
| void | setPushExceptionNotifyUrl(String PushExceptionNotifyUrl)Set 推流异常回调 URL。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setRecordExceptionLevels(String[] RecordExceptionLevels)Set 录制异常回调级别,可选择:error: 错误。alarm: 告警。 | 
| void | setRecordExceptionNotifyUrl(String RecordExceptionNotifyUrl)Set 录制异常回调 URL。 | 
| void | setRecordNotifyUrl(String RecordNotifyUrl)Set 录制文件回调 URL。 | 
| void | setSnapshotNotifyUrl(String SnapshotNotifyUrl)Set 截图回调 URL。 | 
| void | setStreamBeginNotifyUrl(String StreamBeginNotifyUrl)Set 开播回调 URL。 | 
| void | setStreamEndNotifyUrl(String StreamEndNotifyUrl)Set 断流回调 URL。 | 
| void | setStreamMixNotifyUrl(String StreamMixNotifyUrl)Set 混流回调 URL。(参数已弃用)。 | 
| void | setTemplateId(Long TemplateId)Set 模板 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 CallBackTemplateInfo()
public CallBackTemplateInfo(CallBackTemplateInfo source)
public Long getTemplateId()
public void setTemplateId(Long TemplateId)
TemplateId - 模板 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 getStreamMixNotifyUrl()
public void setStreamMixNotifyUrl(String StreamMixNotifyUrl)
StreamMixNotifyUrl - 混流回调 URL。(参数已弃用)。public String getStreamEndNotifyUrl()
public void setStreamEndNotifyUrl(String StreamEndNotifyUrl)
StreamEndNotifyUrl - 断流回调 URL。public String getRecordNotifyUrl()
public void setRecordNotifyUrl(String RecordNotifyUrl)
RecordNotifyUrl - 录制文件回调 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。public String getPushExceptionNotifyUrl()
public void setPushExceptionNotifyUrl(String PushExceptionNotifyUrl)
PushExceptionNotifyUrl - 推流异常回调 URL。
注意:此字段可能返回 null,表示取不到有效值。public String getAudioAuditNotifyUrl()
public void setAudioAuditNotifyUrl(String AudioAuditNotifyUrl)
AudioAuditNotifyUrl - 音频审核回调 URL。
注意:此字段可能返回 null,表示取不到有效值。public String getRecordExceptionNotifyUrl()
public void setRecordExceptionNotifyUrl(String RecordExceptionNotifyUrl)
RecordExceptionNotifyUrl - 录制异常回调 URL。public String[] getRecordExceptionLevels()
public void setRecordExceptionLevels(String[] RecordExceptionLevels)
RecordExceptionLevels - 录制异常回调级别,可选择:error: 错误。alarm: 告警。Copyright © 2025. All rights reserved.