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 Callback key.
|
String |
getDescription()
Get Description.
|
String |
getPornCensorshipNotifyUrl()
Get Porn detection callback URL.
|
String |
getPushExceptionNotifyUrl()
Get The push error callback URL.
|
String |
getRecordNotifyUrl()
Get Recording callback URL.
|
String |
getSnapshotNotifyUrl()
Get Screencapturing callback URL.
|
String |
getStreamBeginNotifyUrl()
Get Stream starting callback URL.
|
String |
getStreamEndNotifyUrl()
Get Interruption callback URL.
|
Long |
getTemplateId()
Get Template ID returned by the `DescribeLiveCallbackTemplates` API.
|
String |
getTemplateName()
Get Template name.
|
void |
setCallbackKey(String CallbackKey)
Set Callback key.
|
void |
setDescription(String Description)
Set Description.
|
void |
setPornCensorshipNotifyUrl(String PornCensorshipNotifyUrl)
Set Porn detection callback URL.
|
void |
setPushExceptionNotifyUrl(String PushExceptionNotifyUrl)
Set The push error callback URL.
|
void |
setRecordNotifyUrl(String RecordNotifyUrl)
Set Recording callback URL.
|
void |
setSnapshotNotifyUrl(String SnapshotNotifyUrl)
Set Screencapturing callback URL.
|
void |
setStreamBeginNotifyUrl(String StreamBeginNotifyUrl)
Set Stream starting callback URL.
|
void |
setStreamEndNotifyUrl(String StreamEndNotifyUrl)
Set Interruption callback URL.
|
void |
setTemplateId(Long TemplateId)
Set Template ID returned by the `DescribeLiveCallbackTemplates` API.
|
void |
setTemplateName(String TemplateName)
Set Template name.
|
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
- Template ID returned by the `DescribeLiveCallbackTemplates` API.public String getTemplateName()
public void setTemplateName(String TemplateName)
TemplateName
- Template name.public String getDescription()
public void setDescription(String Description)
Description
- Description.public String getStreamBeginNotifyUrl()
public void setStreamBeginNotifyUrl(String StreamBeginNotifyUrl)
StreamBeginNotifyUrl
- Stream starting callback URL.public String getStreamEndNotifyUrl()
public void setStreamEndNotifyUrl(String StreamEndNotifyUrl)
StreamEndNotifyUrl
- Interruption callback URL.public String getRecordNotifyUrl()
public void setRecordNotifyUrl(String RecordNotifyUrl)
RecordNotifyUrl
- Recording callback URL.public String getSnapshotNotifyUrl()
public void setSnapshotNotifyUrl(String SnapshotNotifyUrl)
SnapshotNotifyUrl
- Screencapturing callback URL.public String getPornCensorshipNotifyUrl()
public void setPornCensorshipNotifyUrl(String PornCensorshipNotifyUrl)
PornCensorshipNotifyUrl
- Porn detection callback URL.public String getCallbackKey()
public void setCallbackKey(String CallbackKey)
CallbackKey
- Callback key. The callback URL is public. For the callback signature, please see the event message notification document.
[Event Message Notification](https://intl.cloud.tencent.com/document/product/267/32744?from_cn_redirect=1).public String getPushExceptionNotifyUrl()
public void setPushExceptionNotifyUrl(String PushExceptionNotifyUrl)
PushExceptionNotifyUrl
- The push error callback URL.Copyright © 2023. All rights reserved.