Class ModifyLiveCallbackTemplateRequest


  • public class ModifyLiveCallbackTemplateRequest
    extends AbstractModel
    • 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。