public class CreateLiveCallbackTemplateRequest extends AbstractModel
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 |
getRecordNotifyUrl()
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 |
setRecordNotifyUrl(String RecordNotifyUrl)
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, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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 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。Copyright © 2023. All rights reserved.