public class CreateLiveCallbackTemplateRequest extends AbstractModel
Constructor and Description |
---|
CreateLiveCallbackTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getCallbackKey()
Get 回调 Key,回调 URL 公用,回调签名详见事件消息通知文档。
[事件消息通知](/document/product/267/32744)。
|
String |
getDescription()
Get 描述信息。
长度上限:1024字节。
仅支持中文、英文、数字、_、-。
|
String |
getPornCensorshipNotifyUrl()
Get 鉴黄回调 URL,
相关协议文档:[事件消息通知](/document/product/267/32741)。
|
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 |
getTemplateName()
Get 模板名称。
长度上限:255字节。
仅支持中文、英文、数字、_、-。
|
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 |
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 |
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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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)。Copyright © 2020. All rights reserved.