public class ModifyLiveCallbackTemplateRequest extends AbstractModel
Constructor and Description |
---|
ModifyLiveCallbackTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getCallbackKey()
获取回调key,回调URL公用,鉴权回调说明详见回调格式文档
|
String |
getDescription()
获取描述信息。
|
String |
getPornCensorshipNotifyUrl()
获取鉴黄回调URL。
|
String |
getRecordNotifyUrl()
获取录制回调URL。
|
String |
getSnapshotNotifyUrl()
获取截图回调URL。
|
String |
getStreamBeginNotifyUrl()
获取开播回调URL。
|
String |
getStreamEndNotifyUrl()
获取断流回调URL。
|
Integer |
getTemplateId()
获取模板Id。
|
String |
getTemplateName()
获取模板名称。
|
void |
setCallbackKey(String CallbackKey)
设置回调key,回调URL公用,鉴权回调说明详见回调格式文档
|
void |
setDescription(String Description)
设置描述信息。
|
void |
setPornCensorshipNotifyUrl(String PornCensorshipNotifyUrl)
设置鉴黄回调URL。
|
void |
setRecordNotifyUrl(String RecordNotifyUrl)
设置录制回调URL。
|
void |
setSnapshotNotifyUrl(String SnapshotNotifyUrl)
设置截图回调URL。
|
void |
setStreamBeginNotifyUrl(String StreamBeginNotifyUrl)
设置开播回调URL。
|
void |
setStreamEndNotifyUrl(String StreamEndNotifyUrl)
设置断流回调URL。
|
void |
setTemplateId(Integer TemplateId)
设置模板Id。
|
void |
setTemplateName(String TemplateName)
设置模板名称。
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Integer getTemplateId()
public void setTemplateId(Integer 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 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,回调URL公用,鉴权回调说明详见回调格式文档Copyright © 2019. All rights reserved.