public class CreateLiveCallbackTemplateRequest extends AbstractModel
Constructor and Description |
---|
CreateLiveCallbackTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getCallbackKey()
获取回调key,回调URL公用,鉴权回调说明详见回调格式文档
|
String |
getDescription()
获取描述信息。
长度上限:1024字节。
|
String |
getPornCensorshipNotifyUrl()
获取鉴黄回调URL,
相关协议文档:[事件消息通知](/document/product/267/32741)。
|
String |
getRecordNotifyUrl()
获取录制回调URL,
相关协议文档:[事件消息通知](/document/product/267/32744)。
|
String |
getSnapshotNotifyUrl()
获取截图回调URL,
相关协议文档:[事件消息通知](/document/product/267/32744)。
|
String |
getStreamBeginNotifyUrl()
获取开播回调URL,
相关协议文档:[事件消息通知](/document/product/267/32744)。
|
String |
getStreamEndNotifyUrl()
获取断流回调URL,
相关协议文档:[事件消息通知](/document/product/267/32744)。
|
String |
getTemplateName()
获取模板名称,非空的字符串。
长度上限:255字节。
|
void |
setCallbackKey(String CallbackKey)
设置回调key,回调URL公用,鉴权回调说明详见回调格式文档
|
void |
setDescription(String Description)
设置描述信息。
长度上限:1024字节。
|
void |
setPornCensorshipNotifyUrl(String PornCensorshipNotifyUrl)
设置鉴黄回调URL,
相关协议文档:[事件消息通知](/document/product/267/32741)。
|
void |
setRecordNotifyUrl(String RecordNotifyUrl)
设置录制回调URL,
相关协议文档:[事件消息通知](/document/product/267/32744)。
|
void |
setSnapshotNotifyUrl(String SnapshotNotifyUrl)
设置截图回调URL,
相关协议文档:[事件消息通知](/document/product/267/32744)。
|
void |
setStreamBeginNotifyUrl(String StreamBeginNotifyUrl)
设置开播回调URL,
相关协议文档:[事件消息通知](/document/product/267/32744)。
|
void |
setStreamEndNotifyUrl(String StreamEndNotifyUrl)
设置断流回调URL,
相关协议文档:[事件消息通知](/document/product/267/32744)。
|
void |
setTemplateName(String TemplateName)
设置模板名称,非空的字符串。
长度上限:255字节。
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
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公用,鉴权回调说明详见回调格式文档Copyright © 2019. All rights reserved.