public class ModifyLiveCallbackTemplateRequest extends AbstractModel
Constructor and Description |
---|
ModifyLiveCallbackTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getCallbackKey()
Get 回调key,回调URL公用,鉴权回调说明详见回调格式文档。
|
String |
getDescription()
Get 描述信息。
|
String |
getPornCensorshipNotifyUrl()
Get 鉴黄回调URL。
|
String |
getRecordNotifyUrl()
Get 录制回调URL。
|
String |
getSnapshotNotifyUrl()
Get 截图回调URL。
|
String |
getStreamBeginNotifyUrl()
Get 开播回调URL。
|
String |
getStreamEndNotifyUrl()
Get 断流回调URL。
|
Long |
getTemplateId()
Get 模板Id。
|
String |
getTemplateName()
Get 模板名称。
|
void |
setCallbackKey(String CallbackKey)
Set 回调key,回调URL公用,鉴权回调说明详见回调格式文档。
|
void |
setDescription(String Description)
Set 描述信息。
|
void |
setPornCensorshipNotifyUrl(String PornCensorshipNotifyUrl)
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 |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 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 © 2020. All rights reserved.