public class ModifyLiveCallbackTemplateRequest extends AbstractModel
Constructor and Description |
---|
ModifyLiveCallbackTemplateRequest() |
ModifyLiveCallbackTemplateRequest(ModifyLiveCallbackTemplateRequest 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 |
getCallbackKey()
Get 回调 Key,回调 URL 公用,回调签名详见事件消息通知文档。
[事件消息通知](/document/product/267/32744)。
|
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 DescribeLiveCallbackTemplates接口返回的模板 ID。
|
String |
getTemplateName()
Get 模板名称。
|
void |
setCallbackKey(String CallbackKey)
Set 回调 Key,回调 URL 公用,回调签名详见事件消息通知文档。
[事件消息通知](/document/product/267/32744)。
|
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 DescribeLiveCallbackTemplates接口返回的模板 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 ModifyLiveCallbackTemplateRequest()
public ModifyLiveCallbackTemplateRequest(ModifyLiveCallbackTemplateRequest source)
public Long getTemplateId()
public void setTemplateId(Long TemplateId)
TemplateId
- DescribeLiveCallbackTemplates接口返回的模板 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 公用,回调签名详见事件消息通知文档。
[事件消息通知](/document/product/267/32744)。Copyright © 2021. All rights reserved.