Class ModifyLiveCallbackTemplateRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.ModifyLiveCallbackTemplateRequest
-
public class ModifyLiveCallbackTemplateRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAudioAuditNotifyUrl()
Get 音频审核回调 URL。String
getCallbackKey()
Get 回调 Key,回调 URL 公用,回调签名详见事件消息通知文档。 [事件消息通知](/document/product/267/32744)。String
getDescription()
Get 描述信息。String
getPornCensorshipNotifyUrl()
Get 鉴黄回调 URL。String
getPushExceptionNotifyUrl()
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
setAudioAuditNotifyUrl(String AudioAuditNotifyUrl)
Set 音频审核回调 URL。void
setCallbackKey(String CallbackKey)
Set 回调 Key,回调 URL 公用,回调签名详见事件消息通知文档。 [事件消息通知](/document/product/267/32744)。void
setDescription(String Description)
Set 描述信息。void
setPornCensorshipNotifyUrl(String PornCensorshipNotifyUrl)
Set 鉴黄回调 URL。void
setPushExceptionNotifyUrl(String PushExceptionNotifyUrl)
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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyLiveCallbackTemplateRequest
public ModifyLiveCallbackTemplateRequest()
-
ModifyLiveCallbackTemplateRequest
public 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.
-
-
Method Detail
-
getTemplateId
public Long getTemplateId()
Get DescribeLiveCallbackTemplates接口返回的模板 ID。- Returns:
- TemplateId DescribeLiveCallbackTemplates接口返回的模板 ID。
-
setTemplateId
public void setTemplateId(Long TemplateId)
Set DescribeLiveCallbackTemplates接口返回的模板 ID。- Parameters:
TemplateId
- DescribeLiveCallbackTemplates接口返回的模板 ID。
-
getTemplateName
public String getTemplateName()
Get 模板名称。- Returns:
- TemplateName 模板名称。
-
setTemplateName
public void setTemplateName(String TemplateName)
Set 模板名称。- Parameters:
TemplateName
- 模板名称。
-
getDescription
public String getDescription()
Get 描述信息。- Returns:
- Description 描述信息。
-
setDescription
public void setDescription(String Description)
Set 描述信息。- Parameters:
Description
- 描述信息。
-
getStreamBeginNotifyUrl
public String getStreamBeginNotifyUrl()
Get 开播回调 URL。- Returns:
- StreamBeginNotifyUrl 开播回调 URL。
-
setStreamBeginNotifyUrl
public void setStreamBeginNotifyUrl(String StreamBeginNotifyUrl)
Set 开播回调 URL。- Parameters:
StreamBeginNotifyUrl
- 开播回调 URL。
-
getStreamEndNotifyUrl
public String getStreamEndNotifyUrl()
Get 断流回调 URL。- Returns:
- StreamEndNotifyUrl 断流回调 URL。
-
setStreamEndNotifyUrl
public void setStreamEndNotifyUrl(String StreamEndNotifyUrl)
Set 断流回调 URL。- Parameters:
StreamEndNotifyUrl
- 断流回调 URL。
-
getRecordNotifyUrl
public String getRecordNotifyUrl()
Get 录制回调 URL。- Returns:
- RecordNotifyUrl 录制回调 URL。
-
setRecordNotifyUrl
public void setRecordNotifyUrl(String RecordNotifyUrl)
Set 录制回调 URL。- Parameters:
RecordNotifyUrl
- 录制回调 URL。
-
getSnapshotNotifyUrl
public String getSnapshotNotifyUrl()
Get 截图回调 URL。- Returns:
- SnapshotNotifyUrl 截图回调 URL。
-
setSnapshotNotifyUrl
public void setSnapshotNotifyUrl(String SnapshotNotifyUrl)
Set 截图回调 URL。- Parameters:
SnapshotNotifyUrl
- 截图回调 URL。
-
getPornCensorshipNotifyUrl
public String getPornCensorshipNotifyUrl()
Get 鉴黄回调 URL。- Returns:
- PornCensorshipNotifyUrl 鉴黄回调 URL。
-
setPornCensorshipNotifyUrl
public void setPornCensorshipNotifyUrl(String PornCensorshipNotifyUrl)
Set 鉴黄回调 URL。- Parameters:
PornCensorshipNotifyUrl
- 鉴黄回调 URL。
-
getCallbackKey
public String getCallbackKey()
Get 回调 Key,回调 URL 公用,回调签名详见事件消息通知文档。 [事件消息通知](/document/product/267/32744)。- Returns:
- CallbackKey 回调 Key,回调 URL 公用,回调签名详见事件消息通知文档。 [事件消息通知](/document/product/267/32744)。
-
setCallbackKey
public void setCallbackKey(String CallbackKey)
Set 回调 Key,回调 URL 公用,回调签名详见事件消息通知文档。 [事件消息通知](/document/product/267/32744)。- Parameters:
CallbackKey
- 回调 Key,回调 URL 公用,回调签名详见事件消息通知文档。 [事件消息通知](/document/product/267/32744)。
-
getPushExceptionNotifyUrl
public String getPushExceptionNotifyUrl()
Get 推流异常回调 URL。- Returns:
- PushExceptionNotifyUrl 推流异常回调 URL。
-
setPushExceptionNotifyUrl
public void setPushExceptionNotifyUrl(String PushExceptionNotifyUrl)
Set 推流异常回调 URL。- Parameters:
PushExceptionNotifyUrl
- 推流异常回调 URL。
-
getAudioAuditNotifyUrl
public String getAudioAuditNotifyUrl()
Get 音频审核回调 URL。- Returns:
- AudioAuditNotifyUrl 音频审核回调 URL。
-
setAudioAuditNotifyUrl
public void setAudioAuditNotifyUrl(String AudioAuditNotifyUrl)
Set 音频审核回调 URL。- Parameters:
AudioAuditNotifyUrl
- 音频审核回调 URL。
-
-