public class CallBackTemplateInfo extends AbstractModel
Constructor and Description |
---|
CallBackTemplateInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getCallbackKey()
Get 回调的鉴权 key。
|
String |
getDescription()
Get 描述信息。
|
String |
getPornCensorshipNotifyUrl()
Get 鉴黄回调 URL。
|
String |
getRecordNotifyUrl()
Get 录制回调 URL。
|
String |
getSnapshotNotifyUrl()
Get 截图回调 URL。
|
String |
getStreamBeginNotifyUrl()
Get 开播回调 URL。
|
String |
getStreamEndNotifyUrl()
Get 断流回调 URL。
|
String |
getStreamMixNotifyUrl()
Get 混流回调 URL。
|
Long |
getTemplateId()
Get 模板 ID。
|
String |
getTemplateName()
Get 模板名称。
|
void |
setCallbackKey(String CallbackKey)
Set 回调的鉴权 key。
|
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 |
setStreamMixNotifyUrl(String StreamMixNotifyUrl)
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 getStreamMixNotifyUrl()
public void setStreamMixNotifyUrl(String StreamMixNotifyUrl)
StreamMixNotifyUrl
- 混流回调 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。Copyright © 2020. All rights reserved.