public class CreateLiveCallbackTemplateRequest extends AbstractModel
Constructor and Description |
---|
CreateLiveCallbackTemplateRequest() |
CreateLiveCallbackTemplateRequest(CreateLiveCallbackTemplateRequest 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,
Protocol document: [Event Message Notification](https://intl.cloud.tencent.com/document/product/267/32741?from_cn_redirect=1).
|
String |
getPushExceptionNotifyUrl()
Get The push error callback URL.
|
String |
getRecordNotifyUrl()
Get Recording callback URL,
Protocol document: [Event Message Notification](https://intl.cloud.tencent.com/document/product/267/32744?from_cn_redirect=1).
|
String |
getSnapshotNotifyUrl()
Get Screencapturing callback URL,
Protocol document: [Event Message Notification](https://intl.cloud.tencent.com/document/product/267/32744?from_cn_redirect=1).
|
String |
getStreamBeginNotifyUrl()
Get Stream starting callback URL,
Protocol document: [Event Message Notification](https://intl.cloud.tencent.com/document/product/267/32744?from_cn_redirect=1).
|
String |
getStreamEndNotifyUrl()
Get Interruption callback URL,
Protocol document: [Event Message Notification](https://intl.cloud.tencent.com/document/product/267/32744?from_cn_redirect=1).
|
String |
getStreamMixNotifyUrl()
Get Disused
|
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,
Protocol document: [Event Message Notification](https://intl.cloud.tencent.com/document/product/267/32741?from_cn_redirect=1).
|
void |
setPushExceptionNotifyUrl(String PushExceptionNotifyUrl)
Set The push error callback URL.
|
void |
setRecordNotifyUrl(String RecordNotifyUrl)
Set Recording callback URL,
Protocol document: [Event Message Notification](https://intl.cloud.tencent.com/document/product/267/32744?from_cn_redirect=1).
|
void |
setSnapshotNotifyUrl(String SnapshotNotifyUrl)
Set Screencapturing callback URL,
Protocol document: [Event Message Notification](https://intl.cloud.tencent.com/document/product/267/32744?from_cn_redirect=1).
|
void |
setStreamBeginNotifyUrl(String StreamBeginNotifyUrl)
Set Stream starting callback URL,
Protocol document: [Event Message Notification](https://intl.cloud.tencent.com/document/product/267/32744?from_cn_redirect=1).
|
void |
setStreamEndNotifyUrl(String StreamEndNotifyUrl)
Set Interruption callback URL,
Protocol document: [Event Message Notification](https://intl.cloud.tencent.com/document/product/267/32744?from_cn_redirect=1).
|
void |
setStreamMixNotifyUrl(String StreamMixNotifyUrl)
Set Disused
|
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 CreateLiveCallbackTemplateRequest()
public CreateLiveCallbackTemplateRequest(CreateLiveCallbackTemplateRequest source)
public String getTemplateName()
public void setTemplateName(String TemplateName)
TemplateName
- Template name.
Maximum length: 255 bytes.
Only letters, digits, underscores, and hyphens can be contained.public String getDescription()
public void setDescription(String Description)
Description
- Description.
Maximum length: 1,024 bytes.
Only letters, digits, underscores, and hyphens can be contained.public String getStreamBeginNotifyUrl()
public void setStreamBeginNotifyUrl(String StreamBeginNotifyUrl)
StreamBeginNotifyUrl
- Stream starting callback URL,
Protocol document: [Event Message Notification](https://intl.cloud.tencent.com/document/product/267/32744?from_cn_redirect=1).public String getStreamEndNotifyUrl()
public void setStreamEndNotifyUrl(String StreamEndNotifyUrl)
StreamEndNotifyUrl
- Interruption callback URL,
Protocol document: [Event Message Notification](https://intl.cloud.tencent.com/document/product/267/32744?from_cn_redirect=1).public String getRecordNotifyUrl()
public void setRecordNotifyUrl(String RecordNotifyUrl)
RecordNotifyUrl
- Recording callback URL,
Protocol document: [Event Message Notification](https://intl.cloud.tencent.com/document/product/267/32744?from_cn_redirect=1).public String getSnapshotNotifyUrl()
public void setSnapshotNotifyUrl(String SnapshotNotifyUrl)
SnapshotNotifyUrl
- Screencapturing callback URL,
Protocol document: [Event Message Notification](https://intl.cloud.tencent.com/document/product/267/32744?from_cn_redirect=1).public String getPornCensorshipNotifyUrl()
public void setPornCensorshipNotifyUrl(String PornCensorshipNotifyUrl)
PornCensorshipNotifyUrl
- Porn detection callback URL,
Protocol document: [Event Message Notification](https://intl.cloud.tencent.com/document/product/267/32741?from_cn_redirect=1).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 getStreamMixNotifyUrl()
public void setStreamMixNotifyUrl(String StreamMixNotifyUrl)
StreamMixNotifyUrl
- Disusedpublic String getPushExceptionNotifyUrl()
public void setPushExceptionNotifyUrl(String PushExceptionNotifyUrl)
PushExceptionNotifyUrl
- The push error callback URL.Copyright © 2023. All rights reserved.