public class CreateLiveCallbackTemplateRequest extends AbstractModel
Constructor and Description |
---|
CreateLiveCallbackTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getCallbackKey()
Get Callback key, which is shared by callback URLs.
|
String |
getDescription()
Get Description.
|
String |
getPornCensorshipNotifyUrl()
Get Porn detection callback URL,
Protocol-related document: [Event Message Notification](/document/product/267/32741).
|
String |
getRecordNotifyUrl()
Get Recording callback URL,
Protocol-related document: [Event Message Notification](/document/product/267/32744).
|
String |
getSnapshotNotifyUrl()
Get Screencapturing callback URL,
Protocol-related document: [Event Message Notification](/document/product/267/32744).
|
String |
getStreamBeginNotifyUrl()
Get Stream starting callback URL,
Protocol-related document: [Event Message Notification](/document/product/267/32744).
|
String |
getStreamEndNotifyUrl()
Get Stream ending callback URL,
Protocol-related document: [Event Message Notification](/document/product/267/32744).
|
String |
getTemplateName()
Get Template name, which is a non-empty string.
|
void |
setCallbackKey(String CallbackKey)
Set Callback key, which is shared by callback URLs.
|
void |
setDescription(String Description)
Set Description.
|
void |
setPornCensorshipNotifyUrl(String PornCensorshipNotifyUrl)
Set Porn detection callback URL,
Protocol-related document: [Event Message Notification](/document/product/267/32741).
|
void |
setRecordNotifyUrl(String RecordNotifyUrl)
Set Recording callback URL,
Protocol-related document: [Event Message Notification](/document/product/267/32744).
|
void |
setSnapshotNotifyUrl(String SnapshotNotifyUrl)
Set Screencapturing callback URL,
Protocol-related document: [Event Message Notification](/document/product/267/32744).
|
void |
setStreamBeginNotifyUrl(String StreamBeginNotifyUrl)
Set Stream starting callback URL,
Protocol-related document: [Event Message Notification](/document/product/267/32744).
|
void |
setStreamEndNotifyUrl(String StreamEndNotifyUrl)
Set Stream ending callback URL,
Protocol-related document: [Event Message Notification](/document/product/267/32744).
|
void |
setTemplateName(String TemplateName)
Set Template name, which is a non-empty string.
|
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 String getTemplateName()
public void setTemplateName(String TemplateName)
TemplateName
- Template name, which is a non-empty string.
Maximum length: 255 bytes.public String getDescription()
public void setDescription(String Description)
Description
- Description.
Maximum length: 1,024 bytes.public String getStreamBeginNotifyUrl()
public void setStreamBeginNotifyUrl(String StreamBeginNotifyUrl)
StreamBeginNotifyUrl
- Stream starting callback URL,
Protocol-related document: [Event Message Notification](/document/product/267/32744).public String getStreamEndNotifyUrl()
public void setStreamEndNotifyUrl(String StreamEndNotifyUrl)
StreamEndNotifyUrl
- Stream ending callback URL,
Protocol-related document: [Event Message Notification](/document/product/267/32744).public String getRecordNotifyUrl()
public void setRecordNotifyUrl(String RecordNotifyUrl)
RecordNotifyUrl
- Recording callback URL,
Protocol-related document: [Event Message Notification](/document/product/267/32744).public String getSnapshotNotifyUrl()
public void setSnapshotNotifyUrl(String SnapshotNotifyUrl)
SnapshotNotifyUrl
- Screencapturing callback URL,
Protocol-related document: [Event Message Notification](/document/product/267/32744).public String getPornCensorshipNotifyUrl()
public void setPornCensorshipNotifyUrl(String PornCensorshipNotifyUrl)
PornCensorshipNotifyUrl
- Porn detection callback URL,
Protocol-related document: [Event Message Notification](/document/product/267/32741).public String getCallbackKey()
public void setCallbackKey(String CallbackKey)
CallbackKey
- Callback key, which is shared by callback URLs. For more information on authentication callback, please see the callback format documentCopyright © 2020. All rights reserved.