public class DescribeEventConfigResponse extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DescribeEventConfigResponse() |
DescribeEventConfigResponse(DescribeEventConfigResponse 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 |
getDeleteMediaCompleteEventSwitch()
Get Whether to receive [Video deletion completed](https://www.tencentcloud.com/document/product/266/33952) event notification, "OFF" means to ignore the event notification, "ON" means to receive the event notification .
|
String |
getMode()
Get How to receive event notifications.
|
String |
getNotificationUrl()
Get The address used to receive 3.0 format callbacks when using the [HTTP callback notification](https://www.tencentcloud.com/document/product/266/33948) reception method.
|
String |
getPersistenceCompleteEventSwitch()
Get Whether to receive the Persistence completed event notification, "OFF" means to ignore the event notification, "ON" means to receive the event notification.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String |
getUploadMediaCompleteEventSwitch()
Get Whether to receive the [Video Upload Completed](https://www.tencentcloud.com/document/product/266/33950) event notification.
|
void |
setDeleteMediaCompleteEventSwitch(String DeleteMediaCompleteEventSwitch)
Set Whether to receive [Video deletion completed](https://www.tencentcloud.com/document/product/266/33952) event notification, "OFF" means to ignore the event notification, "ON" means to receive the event notification .
|
void |
setMode(String Mode)
Set How to receive event notifications.
|
void |
setNotificationUrl(String NotificationUrl)
Set The address used to receive 3.0 format callbacks when using the [HTTP callback notification](https://www.tencentcloud.com/document/product/266/33948) reception method.
|
void |
setPersistenceCompleteEventSwitch(String PersistenceCompleteEventSwitch)
Set Whether to receive the Persistence completed event notification, "OFF" means to ignore the event notification, "ON" means to receive the event notification.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setUploadMediaCompleteEventSwitch(String UploadMediaCompleteEventSwitch)
Set Whether to receive the [Video Upload Completed](https://www.tencentcloud.com/document/product/266/33950) event notification.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeEventConfigResponse()
public DescribeEventConfigResponse(DescribeEventConfigResponse source)
public String getMode()
public void setMode(String Mode)
Mode - How to receive event notifications.
public String getNotificationUrl()
public void setNotificationUrl(String NotificationUrl)
NotificationUrl - The address used to receive 3.0 format callbacks when using the [HTTP callback notification](https://www.tencentcloud.com/document/product/266/33948) reception method.public String getUploadMediaCompleteEventSwitch()
public void setUploadMediaCompleteEventSwitch(String UploadMediaCompleteEventSwitch)
UploadMediaCompleteEventSwitch - Whether to receive the [Video Upload Completed](https://www.tencentcloud.com/document/product/266/33950) event notification. "OFF" is to ignore the event notification, and "ON" is to receive the event notification.public String getDeleteMediaCompleteEventSwitch()
public void setDeleteMediaCompleteEventSwitch(String DeleteMediaCompleteEventSwitch)
DeleteMediaCompleteEventSwitch - Whether to receive [Video deletion completed](https://www.tencentcloud.com/document/product/266/33952) event notification, "OFF" means to ignore the event notification, "ON" means to receive the event notification .public String getPersistenceCompleteEventSwitch()
public void setPersistenceCompleteEventSwitch(String PersistenceCompleteEventSwitch)
PersistenceCompleteEventSwitch - Whether to receive the Persistence completed event notification, "OFF" means to ignore the event notification, "ON" means to receive the event notification.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.